Adresár

 

 

{source} [[script type="text/javascript"]](function($) { $("#resetID").on("click", function() { location.reload(); }); function getData() { window.scrollTo(0, $('#directory').offset().top); $.getJSON("https://svf.uniza.sk/webservices/getWorkers.php", { q: $("#meno").val(), m: 4000, w: $("#pracID").val(), f: '' }, function(data) { $('#directory').html(''); $('#directory').append('[[div style="background-color: #2b3a64; margin-top: 40px; color: #FFFFFF; padding: 10px 0px 10px 20px;"]][[h4]]' + 'Výsledok vyhľadávania' + '[[/h4]][[/div]]'); var html = ''; $.each(data.directory, function(index, item) { itemFunction = item.function == "" ? 'zamestnanec' : item.function; html += '[[div class="row paddingtop20"]]'; html += '[[div class="col-lg-10 col-md-10 col-sm-10"]]'; html += '[[h4]]' + item.name + '[[/h4]]'; html += '[[div]][[strong]]Pracovisko: [[/strong]]' + item.job + '[[/div]]'; html += '[[div]][[strong]]Oddelenie: [[/strong]]' + item.job + '[[/div]]'; html += '[[div]][[strong]]Miestnosť: [[/strong]]' + (item.room.length > 0 ? item.room : 'nie je uvedená') + '[[/div]]'; html += '[[div]][[strong]]Telefón: [[/strong]]' + item.tel + '[[/div]]'; html += '[[div]][[strong]]Mobil: [[/strong]]' + (item.mobil.length > 0 ? item.mobil : 'nie je k dispozícii') + '[[/div]]'; html += '[[div]][[strong]]E-mail: [[/strong]]' + (item.mail.length > 0 ? item.mail : 'nie je uvedený') + '[[/div]]'; html += '[[div]][[strong]]Funkcia: [[/strong]]' + itemFunction + '[[/div]]'; html += '[[/div]]'; html += '[[div class="col-lg-2 col-md-2 col-sm-2"]]'; var funcico = "fa-zamestnanec"; html += '[[span class="fa ' + funcico + '" style="background-color:#2b3a64; color:#FFFFFF; font-size:160px; margin-top:10px;"]]' + '[[/span]]'; html += '[[/div]]'; html += '[[/div]]'; html += '[[div style="border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #eeeeee; padding-top: 20px;"]][[/div]]'; }); if (data.report == null) { $('#directory').append(html); } else { $("#directory").html(data.report); } }); } $("#searchID").click(function(event) { getData(); }); $(document).keypress(function(e) { if (e.which == 13) { getData(); } }); $('#pracID').change(function(e) { getData(); }); })(jQuery);[[/script]]{/source}

Zodpovedná osoba za obsah aktuálnej podstránky / doc. Ing. Juraj Mužík, PhD. / +421 41 513 5762 / juraj.muzik@fstav.uniza.sk

© 2019 Stavebná fakulta, Univerzitná 8215/1, 010 26 Žilina