| | |
| | | <title><tmpl_var name="app_title"> <tmpl_var name="app_version"></title> |
| | | <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/css/screen/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/> |
| | | <link href="themes/default_304/css/central.css" rel="stylesheet" type="text/css"/> |
| | | <link href="themes/default_64_navimg/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" /> |
| | | <link href="themes/default_304/css/patches/central.css" rel="stylesheet" type="text/css" /> |
| | | <![endif]--> |
| | | <!--[if lte ie 6]> |
| | | <style type="text/css" media="screen"> |
| | |
| | | .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; } |
| | | </style> |
| | | <![endif]--> |
| | | <link rel="shortcut icon" href="/themes/default/images/favicon.ico" /> |
| | | <link href="themes/default_304/css/screen/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/> |
| | | <link href="themes/default_304/css/screen/jquery-ui-custom.css" rel="stylesheet" type="text/css"/> |
| | | <link rel="shortcut icon" href="/themes/default_304/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> |
| | | <script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script> |
| | | <script type="text/javascript" src="js/scrigo.js.php"></script> |
| | | <script type="text/javascript" src="js/uni-form/uni-form.jquery.js"></script> |
| | | <script type="text/javascript" src="js/jquery.ispconfigsearch.js"></script> |
| | | <script type="text/javascript" src="js/jquery.tipsy.js"></script> |
| | | <script language="JavaScript" type="text/javascript"> |
| | | var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1; |
| | | if(!is_chrome && getInternetExplorerVersion() > 8.0) { |
| | |
| | | |
| | | jQuery(document).ready(function() { |
| | | loadInitContent(); |
| | | |
| | | $("#pageForm").submit(function(e){ |
| | | //Prevent form submit: e.preventDefault() in lists |
| | | if ($(".panel #Filter").length > 0) { |
| | | e.preventDefault(); |
| | | } |
| | | }); |
| | | |
| | | jQuery('.subsectiontoggle').live("click", function(){ |
| | | jQuery(this).children().toggleClass('showing').end().next().slideToggle(); |
| | | }); |
| | | |
| | | jQuery('#globalsearch').ispconfigSearch({ |
| | | dataSrc: '/dashboard/ajax_get_json.php?type=globalsearch', |
| | | resultsLimit: '$ <tmpl_var name="globalsearch_resultslimit_of_txt"> % <tmpl_var name="globalsearch_resultslimit_results_txt">', |
| | | noResultsText: '<tmpl_var name="globalsearch_noresults_text_txt">', |
| | | noResultsLimit: '<tmpl_var name="globalsearch_noresults_limit_txt">', |
| | | searchFieldWatermark: '<tmpl_var name="globalsearch_searchfield_watermark_txt">' |
| | | }); |
| | | |
| | | jQuery('.ttip').tipsy({live: true, gravity: 'ne', html: true}); |
| | | |
| | | tabChangeDiscard = '<tmpl_var name="tabchange_discard_enabled>'; |
| | | tabChangeWarning = '<tmpl_var name="tabchange_warning_enabled>'; |
| | | tabChangeWarningTxt = '<tmpl_var name="global_tabchange_warning_txt">'; |
| | | tabChangeDiscardTxt = '<tmpl_var name="global_tabchange_discard_txt">'; |
| | | }); |
| | | |
| | | //Use jQuery submit with kespress Enter in panel filterbar |
| | | jQuery(document).bind("change", function(event) { |
| | | var elName = event.target.localName; |
| | | if (jQuery(".panel #Filter").length > 0 && elName == 'select') { |
| | | event.preventDefault(); |
| | | jQuery(".panel #Filter").trigger('click'); |
| | | } |
| | | if(elName == 'select' || elName == 'input' || elName == 'textarea') { |
| | | // set marker that something was changed |
| | | pageFormChanged = true; |
| | | } |
| | | }); |
| | | |
| | | jQuery(document).bind("keypress", function(event) { |
| | | if (event.which == '13' && $(".panel #Filter").length > 0) { |
| | | $(".panel #Filter").attr("onsubmit",$(".panel #Filter").attr("onclick")).submit(); |
| | | //Use jQuery submit with keypress Enter in panel filterbar |
| | | if (event.which == '13' && jQuery(".panel #Filter").length > 0) { |
| | | event.preventDefault(); |
| | | jQuery(".panel #Filter").trigger('click'); |
| | | } |
| | | //Use jQuery submit with keypress Enter in forms |
| | | if (event.which == '13' && jQuery(".pnl_formsarea button.positive").length > 0 && event.target.localName != 'textarea' && jQuery(event.target).is(':input')) { |
| | | event.preventDefault(); |
| | | jQuery(".pnl_formsarea button.positive:first").not("[disabled='disabled']").trigger('click'); |
| | | } |
| | | }); |
| | | |
| | | // jQuery(document).ready( function(){ |
| | | // |
| | | // }); |
| | | |
| | | (function( $ ) { |
| | | $.widget( "ui.combobox", { |
| | | _create: function() { |
| | | var self = this, |
| | | select = this.element.hide(), |
| | | selected = select.children( ":selected" ), |
| | | value = selected.val() ? selected.text() : ""; |
| | | var input = this.input = $( "<input>" ) |
| | | .insertAfter( select ) |
| | | .val( value ) |
| | | .autocomplete({ |
| | | delay: 0, |
| | | minLength: 0, |
| | | source: function( request, response ) { |
| | | var matcher = new RegExp( $.ui.autocomplete.escapeRegex(request.term), "i" ); |
| | | response( select.children( "option" ).map(function() { |
| | | var text = $( this ).text(); |
| | | if ( this.value && ( !request.term || matcher.test(text) ) ) |
| | | return { |
| | | label: text.replace( |
| | | new RegExp( |
| | | "(?![^&;]+;)(?!<[^<>]*)(" + |
| | | $.ui.autocomplete.escapeRegex(request.term) + |
| | | ")(?![^<>]*>)(?![^&;]+;)", "gi" |
| | | ), "<strong>$1</strong>" ), |
| | | value: text, |
| | | option: this |
| | | }; |
| | | }) ); |
| | | }, |
| | | select: function( event, ui ) { |
| | | ui.item.option.selected = true; |
| | | self._trigger( "selected", event, { |
| | | item: ui.item.option |
| | | }); |
| | | }, |
| | | change: function( event, ui ) { |
| | | if ( !ui.item ) { |
| | | var matcher = new RegExp( "^" + $.ui.autocomplete.escapeRegex( $(this).val() ) + "$", "i" ), |
| | | valid = false; |
| | | select.children( "option" ).each(function() { |
| | | if ( $( this ).text().match( matcher ) ) { |
| | | this.selected = valid = true; |
| | | return false; |
| | | } |
| | | }); |
| | | if ( !valid ) { |
| | | // remove invalid value, as it didn't match anything |
| | | $( this ).val( "" ); |
| | | select.val( "" ); |
| | | input.data( "autocomplete" ).term = ""; |
| | | return false; |
| | | } |
| | | } |
| | | } |
| | | }) |
| | | .addClass( "ui-widget ui-widget-content ui-corner-left" ); |
| | | |
| | | input.data( "autocomplete" )._renderItem = function( ul, item ) { |
| | | return $( "<li></li>" ) |
| | | .data( "item.autocomplete", item ) |
| | | .append( "<a>" + item.label + "</a>" ) |
| | | .appendTo( ul ); |
| | | }; |
| | | |
| | | this.button = $( "<button type='button'> </button>" ) |
| | | .attr( "tabIndex", -1 ) |
| | | .attr( "title", "Show All Items" ) |
| | | .insertAfter( input ) |
| | | .button({ |
| | | icons: { |
| | | primary: "ui-icon-triangle-1-s" |
| | | }, |
| | | text: false |
| | | }) |
| | | .removeClass( "ui-corner-all" ) |
| | | .addClass( "ui-corner-right ui-button-icon" ) |
| | | .click(function() { |
| | | // close if already visible |
| | | if ( input.autocomplete( "widget" ).is( ":visible" ) ) { |
| | | input.autocomplete( "close" ); |
| | | return; |
| | | } |
| | | |
| | | // work around a bug (likely same cause as #5265) |
| | | $( this ).blur(); |
| | | |
| | | // pass empty string as value to search for, displaying all results |
| | | input.autocomplete( "search", "" ); |
| | | input.focus(); |
| | | }); |
| | | }, |
| | | |
| | | destroy: function() { |
| | | this.input.remove(); |
| | | this.button.remove(); |
| | | this.element.show(); |
| | | $.Widget.prototype.destroy.call( this ); |
| | | } |
| | | }); |
| | | })( jQuery ); |
| | | |
| | | jQuery("#pageContent").live("blur" function(){ |
| | | if(jQuery(".panel select").css("display") != "none"){ |
| | | jQuery(".panel select").combobox(); |
| | | } |
| | | }); |
| | | </script> |
| | | </head> |
| | | <body> |
| | |
| | | <!-- end: skip link navigation --> |
| | | <tmpl_if name="cpuser"> |
| | | <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 name='usertype' op='==' value='normaluser'><input type="text" id="globalsearch" size="25" value="" /></tmpl_if> |
| | | </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 --> |