| | |
| | | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| | | <html> |
| | | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| | | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| | | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| | | <head> |
| | | <title>ISPConfig</title> |
| | | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| | | <link href="themes/default/style.css" rel="stylesheet" type="text/css"> |
| | | <script src="js/yui/yahoo/yahoo-min.js"></script> |
| | | <script src="js/yui/connection/connection-min.js"></script> |
| | | <!-- Dependencies --> |
| | | <script type="text/javascript" src="http://yui.yahooapis.com/2.2.0/build/yahoo-dom-event/yahoo-dom-event.js"></script> |
| | | |
| | | <!-- OPTIONAL: Connection (not required if not using Dialog/SimpleDialog) --> |
| | | <script type="text/javascript" src="http://yui.yahooapis.com/2.2.0/build/connection/connection-min.js"></script> |
| | | |
| | | <!-- OPTIONAL: Animation (not required if not enabling animation) --> |
| | | <script type="text/javascript" src="http://yui.yahooapis.com/2.2.0/build/animation/animation-min.js"></script> |
| | | |
| | | <!-- Source file --> |
| | | <script type="text/javascript" src="http://yui.yahooapis.com/2.2.0/build/container/container-min.js"></script> |
| | | <script src="js/scrigo.js"></script> |
| | | <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"/> |
| | | <!--[if lte IE 7]> |
| | | <link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" /> |
| | | <![endif]--> |
| | | <!--[if lte ie 6]> |
| | | <style type="text/css" media="screen"> |
| | | /* |
| | | Move these to your IE specific stylesheet if possible |
| | | */ |
| | | .uniForm, |
| | | .uniForm fieldset, |
| | | .uniForm .ctrlHolder, |
| | | .uniForm .formHint, |
| | | .uniForm .buttonHolder, |
| | | .uniForm .ctrlHolder .multiField, |
| | | .uniForm .inlineLabel{ zoom:1; } |
| | | |
| | | .uniForm .inlineLabels label, .uniForm .inlineLabels .label, |
| | | .uniForm .blockLabels label, .uniForm .blockLabels .label, |
| | | .uniForm .inlineLabel span{ padding-bottom: .2em; } |
| | | |
| | | .uniForm .inlineLabel input, |
| | | .uniForm .inlineLabels .inlineLabel input, |
| | | .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; } |
| | | </style> |
| | | <![endif]--> |
| | | <!--[if gt ie 6]> |
| | | <style type="text/css" media="screen"> |
| | | /* |
| | | Move these to your IE specific stylesheet if possible |
| | | */ |
| | | .uniForm, |
| | | .uniForm fieldset, |
| | | .uniForm .ctrlHolder, |
| | | .uniForm .formHint, |
| | | .uniForm .buttonHolder, |
| | | .uniForm .ctrlHolder .multiField, |
| | | .uniForm .inlineLabel{ zoom:1; } |
| | | |
| | | .uniForm .inlineLabels label, .uniForm .inlineLabels .label, |
| | | .uniForm .blockLabels label, .uniForm .blockLabels .label, |
| | | .uniForm .inlineLabel span{ padding-bottom: .2em; } |
| | | |
| | | .uniForm .inlineLabel input, |
| | | .uniForm .inlineLabels .inlineLabel input, |
| | | .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 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> |
| | | <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 language="JavaScript" type="text/javascript"> |
| | | var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1; |
| | | if(!is_chrome && getInternetExplorerVersion() > 8.0) { |
| | | var style = document.createElement('style'); |
| | | style.innerHTML = '#page_margins { min-width: 980px; max-width: 80%; background: #fff; display: table;}'; |
| | | document.getElementsByTagName("head")[0].appendChild(style); |
| | | } |
| | | |
| | | 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(document).bind("change", function(event) { |
| | | if ($(".panel #Filter").length > 0 && event.target.localName == 'select') { |
| | | $(".panel #Filter").attr("onsubmit",$(".panel #Filter").attr("onclick")).submit(); |
| | | } |
| | | }); |
| | | |
| | | //Use jQuery submit with keypress Enter in panel filterbar |
| | | jQuery(document).bind("keypress", function(event) { |
| | | if (event.which == '13' && $(".panel #Filter").length > 0) { |
| | | $(".panel #Filter").attr("onsubmit",$(".panel #Filter").attr("onclick")).submit(); |
| | | } |
| | | }); |
| | | </script> |
| | | </head> |
| | | <body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad="loadInitContent()"> |
| | | <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> |
| | | <tr bgcolor="#496FA8"> |
| | | <td height="30" colspan="2" align="right" valign="top" background="themes/default/images/bg_nav_1.jpg"><img src="themes/default/images/mydnsconfig_logo.gif" border="0" alt=""></td> |
| | | </tr> |
| | | <tr bgcolor="#FFFFFF"> |
| | | <td height="1" colspan="2" align="center" valign="bottom"><img src="themes/default/images/x.gif" width="1" height="1"></td> |
| | | </tr> |
| | | <tr> |
| | | <td width="128" height="18" align="left" valign="middle" bgcolor="#496FA8"><img src="themes/default/images/login_logout.gif" width="115" height="10" border="0" usemap="#Map"><br> |
| | | </td> |
| | | <td height="18" align="left" valign="bottom" bgcolor="#496FA8"><div id="topNav"> </div></td> |
| | | </tr> |
| | | <tr> |
| | | <td width="128" height="26" background="themes/default/images/nav_top_bg.gif"> </td> |
| | | <td rowspan="3" class="mainContent"><form method="post" action="" id="pageForm" name="pageForm" enctype="multipart/form-data" style="margin:10px; width:99%; height:100%;"><div id="pageContent" style="width:100%; height:100%;"></div></form></td> |
| | | </tr> |
| | | <tr> |
| | | <td width="128" align="right" valign="top" bgcolor="#DEE4F2"><div id="sideNav"> </div></td> |
| | | </tr> |
| | | <tr> |
| | | <td align="left" valign="bottom" bgcolor="#DEE4F2"> </td> |
| | | </tr> |
| | | </table> |
| | | <map name="Map"> |
| | | <area shape="rect" coords="66,1,106,19" href="login/logout.php?phpsessid=d4307711e9e4905b0bf590198a1fc4a5"> |
| | | <area shape="rect" coords="5,1,50,10" href="help/index.php?phpsessid=d4307711e9e4905b0bf590198a1fc4a5" target="content"> |
| | | </map> |
| | | <body> |
| | | <div id="page_margins"> |
| | | <div id="page"> |
| | | <div id="header"> |
| | | <div id="topsubnav"> |
| | | <!-- start: skip link navigation --> |
| | | <a class="skip" href="#navigation" title="skip link">Skip to the navigation</a><span class="hideme">.</span> |
| | | <a class="skip" href="#content" title="skip link">Skip to the content</a><span class="hideme">.</span> |
| | | <!-- end: skip link navigation --> |
| | | <tmpl_if name="cpuser"> |
| | | <span><a href="#logout" onclick="loadContent('login/logout.php');"><tmpl_var name="logout_txt"> <tmpl_var format="strtoupper" name="cpuser"></a><!-- | <a href="#" onclick="capp('help')">Help</a> | <a href="#">Imprint</a>--></span> |
| | | <input type="text" id="globalsearch" size="30" value="" /> |
| | | </tmpl_if> |
| | | </div> |
| | | <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 --> |
| | | <div id="nav"> |
| | | <a id="navigation" name="navigation"></a> |
| | | <!-- skiplink anchor: navigation --> |
| | | <div id="nav_main"> |
| | | <div id="topNav"> </div> |
| | | </div> |
| | | </div> |
| | | <!-- end: main navigation --> |
| | | <!-- begin: main content area #main --> |
| | | <div id="main"> |
| | | <!-- begin: #col1 - first float column --> |
| | | <div id="col1"> |
| | | <div id="col1_content" class="clearfix"> |
| | | <div id="sideNav"> </div> |
| | | </div> |
| | | </div> |
| | | <!-- end: #col1 --> |
| | | <!-- begin: #col3 static column --> |
| | | <div id="col3"> |
| | | <div id="col3_content" class="clearfix"> |
| | | <a id="content" name="content"></a> |
| | | <!-- skiplink anchor: Content --> |
| | | <form method="post" action="" id="pageForm" name="pageForm" enctype="multipart/form-data" class="uniForm"> |
| | | <div id="pageContent"><!-- AJAX CONTENT --></div> |
| | | </form> |
| | | </div> |
| | | <div id="ie_clearing"> </div> |
| | | <!-- End: IE Column Clearing --> |
| | | </div> |
| | | <!-- end: #col3 --> |
| | | </div> |
| | | <!-- end: #main --> |
| | | <!-- begin: #footer --> |
| | | <div id="footer"> |
| | | Powered by <a href="<tmpl_var name="app_link">" target="_blank"><tmpl_var name="app_title"></a> |
| | | </div><!-- end: #footer --> |
| | | </div> |
| | | </div> |
| | | </body> |
| | | </html> |
| | | </html> |