| | |
| | | <meta http-equiv="Content-Type" content="text/html; charset=<tmpl_var name="html_content_encoding">"/> |
| | | <meta http-equiv="X-UA-Compatible" content="IE=8"/> |
| | | <link href="themes/default/css/central.css" rel="stylesheet" type="text/css"/> |
| | | <link href="themes/default_combobox/css/additional.css" rel="stylesheet" type="text/css"/> |
| | | <!--[if lte IE 7]> |
| | | <link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" /> |
| | | <![endif]--> |
| | |
| | | .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; } |
| | | </style> |
| | | <![endif]--> |
| | | <link href="themes/default/css/screen/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/> |
| | | <link href="themes/default/css/screen/jquery-ui-custom.css" rel="stylesheet" type="text/css"/> |
| | | <link href="themes/default_combobox/css/additional.css" rel="stylesheet" type="text/css"/> |
| | | <link rel="shortcut icon" href="/themes/default/images/favicon.ico" /> |
| | | <script type="text/javascript" src="js/jquery-1.6.3.min.js"></script> |
| | | <script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script> |
| | |
| | | |
| | | jQuery(document).ready(function() { |
| | | loadInitContent(); |
| | | |
| | | $("#pageForm").submit(function(e){ |
| | | //Prevent form submit: e.preventDefault() in lists |
| | | if ($(".panel #Filter").length > 0) { |
| | | e.preventDefault(); |
| | | } |
| | | }); |
| | | }); |
| | | |
| | | jQuery(document).bind("change", function(event) { |
| | | if ($(".panel #Filter").length > 0 && event.target.localName == 'select') { |
| | | $(".panel #Filter").attr("onsubmit",$(".panel #Filter").attr("onclick")).submit(); |
| | | } |
| | | }); |
| | | |
| | | jQuery(".ui-autocomplete a").live("click", function(event) { |
| | | if ($(".panel #Filter").length > 0) { |
| | | $(".panel #Filter").attr("onsubmit",$(".panel #Filter").attr("onclick")).submit(); |
| | | } |
| | | }); |
| | |
| | | $(".panel #Filter").attr("onsubmit",$(".panel #Filter").attr("onclick")).submit(); |
| | | } |
| | | }); |
| | | |
| | | (function( $ ){ |
| | | $(".pnl_listarea th").live("click", function(){ |
| | | if($(this).attr('class').length > 0 && $("#Filter").length > 0){ |
| | | eval($("#Filter").attr("onclick").replace(".php');",".php?orderby="+$(this).attr('class')+"');")); |
| | | var element = $(this).attr('class'); |
| | | $("#pageForm").ajaxComplete(function() { |
| | | if($("th."+element).css("background-position") == '0px -15px'){ |
| | | if($("th."+element).css("text-align") == "right"){ |
| | | $("th."+element).css("text-align","left"); |
| | | } else { |
| | | $("th."+element).css("text-align","right"); |
| | | } |
| | | } else { |
| | | $(".pnl_listarea th").css("text-align",""); |
| | | } |
| | | $(".pnl_listarea th").css("background-position","0 0"); |
| | | $("th."+element).css("background-position","0 -15px"); |
| | | }); |
| | | } |
| | | }); |
| | | })( jQuery ); |
| | | |
| | | (function( $ ) { |
| | | $.widget( "ui.combobox", { |
| | |
| | | })( jQuery ); |
| | | |
| | | |
| | | jQuery("body").live("mouseover", function(){ |
| | | jQuery("html").ajaxComplete( function(){ |
| | | if(jQuery(".panel .list td select").css("display") != "none"){ |
| | | jQuery(".panel .list td select").combobox(); |
| | | } |
| | |
| | | <span><a href="#logout" onclick="loadContent('login/logout.php');">LOGOUT <tmpl_var format="strtoupper" name="cpuser"></a><!-- | <a href="#" onclick="capp('help')">Help</a> | <a href="#">Imprint</a>--></span> |
| | | </tmpl_if> |
| | | </div> |
| | | <h1 id="ir-HeaderLogo" class="swap"><span>ISPConfig 3</span></h1> |
| | | <h1 id="ir-HeaderLogo" class="swap" style="background-image:url('{tmpl_var name='app_logo'}');"><span>ISPConfig 3</span></h1> |
| | | <span>hosting control panel</span> |
| | | </div> |
| | | <!-- begin: main navigation #nav --> |