Software: Apache/2.2.22 (Debian). PHP/5.6.36 uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) Safe-mode: OFF (not secure) /home/h33678/data/www/old.zt-rada.gov.ua/js/ drwxrwxrwx |
Viewing file: Select action/file-type: $(document).ready(function() { $("a.fancybox").fancybox(); $(".Photo-Line li a").fancybox({ 'titlePosition' : 'over', 'showCloseButton' : 'true' }); $("button").button(); $(".regulatory tbody tr:odd").addClass("row1"); $(".regulatory tbody tr:even").addClass("row2"); }); // Для модуля "Опросы" $(document).ready( function() { $(".Polls.Panel .PollBackButton").on("click", function() { poll_id = $(".Polls.Panel .results input[name=poll_id]").val(); $(".Polls.Panel .results").empty().html('<div style="text-align:center; line-height: 100px; height: 100px;"> <img src="/user/images/ajax/loading.gif" align="absmiddle" /> </div>'); $.post("/user-asynch.php?mod=Polls", { 'poll_id' : poll_id, 'form' : '1' }, function (data) { $(".Polls.Panel .results").html(data); $(".Polls.Panel button").button(); }, 'html'); }); $(".Polls.Panel form[name=poll]").on("submit", function() { str = $(this).serialize(); poll_id = $(".Polls.Panel .form input[name=poll_id]").val(); $.post("/user-asynch.php?mod=Polls", str, function (data) { if (data.status == "error") { $(".Polls.Panel form[name=poll] .message").html(data.message); $(".Polls.Panel form[name=poll] .message").removeClass("message-ok"); $(".Polls.Panel form[name=poll] .message").addClass("message-error"); } if (data.status == "ok") { $(".Polls.Panel form[name=poll] .message").html(data.message); $(".Polls.Panel form[name=poll] .message").removeClass("message-error"); $(".Polls.Panel form[name=poll] .message").addClass("message-ok"); $(".Polls.Panel .form").empty().html('<div style="text-align:center; line-height: 100px; height: 100px;"> <img src="/user/images/ajax/loading.gif" align="absmiddle" /> </div>'); $.post("/user-asynch.php?mod=Polls", { 'poll_id' : poll_id, 'results' : '1' }, function (data) { $(".Polls.Panel .form").html(data); $(".Polls.Panel button").button(); }, 'html'); } }, 'json'); return false; }); $(".Polls.Panel .PollResultsButton").on("click", function() { poll_id = $(".Polls.Panel .form input[name=poll_id]").val(); $(".Polls.Panel .form").empty().html('<div style="text-align:center; line-height: 100px; height: 100px;"> <img src="/user/images/ajax/loading.gif" align="absmiddle" /> </div>'); $.post("/user-asynch.php?mod=Polls", { 'poll_id' : poll_id, 'results' : '1' }, function (data) { $(".Polls.Panel .form").html(data); $(".Polls.Panel button").button(); }, 'html'); }); // $(".content .Polls .PollBackButton").on("click", function() { poll_id = $(".content .Polls .results input[name=poll_id]").val(); $(".content .Polls .results").empty().html('<div style="text-align:center; line-height: 100px; height: 100px;"> <img src="/user/images/ajax/loading.gif" align="absmiddle" /> </div>'); $.post("/user-asynch.php?mod=Polls", { 'poll_id' : poll_id, 'form' : '1' }, function (data) { $(".content .Polls .results").html(data); $(".content .Polls button").button(); }, 'html'); }); $(".content .Polls form[name=poll]").on("submit", function() { str = $(this).serialize(); poll_id = $(".content .Polls .form input[name=poll_id]").val(); $.post("/user-asynch.php?mod=Polls", str, function (data) { if (data.status == "error") { $(".content .Polls form[name=poll] .message").html(data.message); $(".content .Polls form[name=poll] .message").removeClass("message-ok"); $(".content .Polls form[name=poll] .message").addClass("message-error"); } if (data.status == "ok") { $(".content .Polls form[name=poll] .message").html(data.message); $(".content .Polls form[name=poll] .message").removeClass("message-error"); $(".content .Polls form[name=poll] .message").addClass("message-ok"); $(".content .Polls .form").empty().html('<div style="text-align:center; line-height: 100px; height: 100px;"> <img src="/user/images/ajax/loading.gif" align="absmiddle" /> </div>'); $.post("/user-asynch.php?mod=Polls", { 'poll_id' : poll_id, 'results' : '1' }, function (data) { $(".content .Polls .form").html(data); $(".content .Polls button").button(); }, 'html'); } }, 'json'); return false; }); $(".content .Polls .PollResultsButton").on("click", function() { poll_id = $(".content .Polls .form input[name=poll_id]").val(); $(".content .Polls .form").empty().html('<div style="text-align:center; line-height: 100px; height: 100px;"> <img src="/user/images/ajax/loading.gif" align="absmiddle" /> </div>'); $.post("/user-asynch.php?mod=Polls", { 'poll_id' : poll_id, 'results' : '1' }, function (data) { $(".content .Polls .form").html(data); $(".content .Polls button").button(); }, 'html'); }); }); $(document).ready(function(){ $("a.video").click(function() { $.fancybox({ 'padding' : 0, 'autoScale' : false, 'title' : this.title, 'overlayOpacity' : '.6', 'overlayColor' : '#333', 'transitionIn' : 'none', 'transitionOut' : 'none', 'centerOnScroll' : false, 'showCloseButton' : true, 'hideOnOverlayClick': false, 'href' : this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'), 'type' : 'swf', 'swf' : { 'wmode': 'transparent', 'allowfullscreen': 'true' } }); return false; }); }); function initMenu() { $('#menu ul').hide(); $('#menu li a').click( function() { var t = $(this).next(); if (!t.is(':visible')) { t.parent().parent().find('ul').slideUp('normal'); $(t).slideDown('normal'); } } ); } $(document).ready(function() { $("#menu a ~ ul").parent().children('li a').css('text-decoration', 'none'); initMenu(); $('#menu li.vis').parents().show(); /* $("#menu ul li a").each( function() { if ($(this).next().has("li")) $(this).css("text-decoration", "underline"); }); */ }); |
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.0372 ]-- |