tbrehm
2012-04-05 aad3f0eb1e40aff62e888bff45d193ce0838f90c
commit | author | age
bb30da 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
V 2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5     <title><tmpl_var name="app_title"> <tmpl_var name="app_version"></title>
6     <meta http-equiv="Content-Type" content="text/html; charset=<tmpl_var name="html_content_encoding">"/>
1ca823 7     <meta http-equiv="X-UA-Compatible" content="IE=8"/>
T 8     <link href="themes/default/css/central.css" rel="stylesheet" type="text/css"/>
bb30da 9     <!--[if lte IE 7]>
V 10         <link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" />
11     <![endif]-->
12     <!--[if lte ie 6]>
13       <style type="text/css" media="screen">
14         /*
15         Move these to your IE specific stylesheet if possible
16         */
17         .uniForm,
18         .uniForm fieldset,
19         .uniForm .ctrlHolder,
20         .uniForm .formHint,
21         .uniForm .buttonHolder, 
22         .uniForm .ctrlHolder .multiField,
23         .uniForm .inlineLabel{ zoom:1; }
24
25         .uniForm .inlineLabels label, .uniForm .inlineLabels .label,
26         .uniForm .blockLabels label, .uniForm .blockLabels .label,
27         .uniForm .inlineLabel span{ padding-bottom: .2em; }
28
29         .uniForm .inlineLabel input,
30         .uniForm .inlineLabels .inlineLabel input,
31         .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; }
32       </style>
33     <![endif]-->
34     <!--[if gt ie 6]>
35       <style type="text/css" media="screen">
36         /*
37         Move these to your IE specific stylesheet if possible
38         */
39         .uniForm,
40         .uniForm fieldset,
41         .uniForm .ctrlHolder,
42         .uniForm .formHint,
43         .uniForm .buttonHolder, 
44         .uniForm .ctrlHolder .multiField,
45         .uniForm .inlineLabel{ zoom:1; }
46
47         .uniForm .inlineLabels label, .uniForm .inlineLabels .label,
48         .uniForm .blockLabels label, .uniForm .blockLabels .label,
49         .uniForm .inlineLabel span{ padding-bottom: .2em; }
50
51         .uniForm .inlineLabel input,
52         .uniForm .inlineLabels .inlineLabel input,
53         .uniForm .blockLabels .inlineLabel input{ margin-top: -.3em; }
54       </style>
55     <![endif]-->
b2673a 56     <link href="themes/default/css/screen/redmond/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css"/>
F 57     <link href="themes/default/css/screen/jquery-ui-custom.css" rel="stylesheet" type="text/css"/>
bb30da 58     <link href="themes/default_no_navimg/css/additional.css" rel="stylesheet" type="text/css"/>
V 59     <link rel="shortcut icon" href="/themes/default/images/favicon.ico" />
eee910 60     <script type="text/javascript" src="js/jquery-1.6.3.min.js"></script>
b2673a 61     <script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
bb30da 62     <script type="text/javascript" src="js/scrigo.js.php"></script>
V 63     <script type="text/javascript" src="js/uni-form/uni-form.jquery.js"></script>
9f56bd 64     <script language="JavaScript" type="text/javascript">
T 65         var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
1ca823 66         if(!is_chrome && getInternetExplorerVersion() > 8.0) {
9f56bd 67             var style = document.createElement('style');
T 68             style.innerHTML = '#page_margins { min-width: 980px; max-width: 80%; background: #fff; display: table;}';
69             document.getElementsByTagName("head")[0].appendChild(style);
70         }
472ad2 71
eee910 72         jQuery(document).ready(function() {
F 73             loadInitContent();
5d036a 74             
T 75             $("#pageForm").submit(function(e){
76                 //Prevent form submit: e.preventDefault() in lists
77                 if ($(".panel #Filter").length > 0) {
78                     e.preventDefault();
79                 }
80             });
eee910 81         });
472ad2 82
40cf98 83         jQuery(document).bind("change", function(event) {
T 84             if ($(".panel #Filter").length > 0 && event.target.localName == 'select') {
85                 $(".panel #Filter").attr("onsubmit",$(".panel #Filter").attr("onclick")).submit();
86             }
87         });
88         
ba3059 89         //Use jQuery submit with kespress Enter in panel filterbar
9d6d30 90         jQuery(document).bind("keypress", function(event) {
X 91             if (event.which == '13' && $(".panel #Filter").length > 0) {
92                 $(".panel #Filter").attr("onsubmit",$(".panel #Filter").attr("onclick")).submit();
ba3059 93             }
X 94         });
472ad2 95
9f56bd 96     </script>
bb30da 97 </head>
eee910 98 <body>
bb30da 99     <div id="page_margins">
V 100         <div id="page">
101             <div id="header">
102                 <div id="topsubnav">
103                     <!-- start: skip link navigation -->
104                     <a class="skip" href="#navigation" title="skip link">Skip to the navigation</a><span class="hideme">.</span>
105                     <a class="skip" href="#content" title="skip link">Skip to the content</a><span class="hideme">.</span>
106                     <!-- end: skip link navigation -->
baba98 107                     <tmpl_if name="cpuser">
9585bf 108                     <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>
baba98 109                     </tmpl_if>
bb30da 110                 </div>
aad3f0 111                 <h1 id="ir-HeaderLogo" class="swap" style="background-image:url('{tmpl_var name='app_logo'}');"><span>ISPConfig 3</span></h1>
bb30da 112                 <span>hosting control panel</span>
V 113             </div>
114             <!-- begin: main navigation #nav -->
115             <div id="nav">
116                 <a id="navigation" name="navigation"></a>
117                 <!-- skiplink anchor: navigation -->
118                 <div id="nav_main">
119                     <div id="topNav">&nbsp;</div>
120                 </div>
121             </div>
122             <!-- end: main navigation -->
123             <!-- begin: main content area #main -->
124             <div id="main">
125                 <!-- begin: #col1 - first float column -->
126                 <div id="col1">
127                     <div id="col1_content" class="clearfix">
128                         <div id="sideNav">&nbsp;</div>
129                     </div>
130                 </div>
131                 <!-- end: #col1 -->
132                 <!-- begin: #col3 static column -->
133                 <div id="col3">
134                     <div id="col3_content" class="clearfix">
135                         <a id="content" name="content"></a>
136                         <!-- skiplink anchor: Content -->
137                         <form method="post" action="" id="pageForm" name="pageForm" enctype="multipart/form-data" class="uniForm">
138                         <div id="pageContent"><!-- AJAX CONTENT --></div>
139                         </form>
140                     </div>
141                     <div id="ie_clearing">&nbsp;</div>
142                     <!-- End: IE Column Clearing -->
143                 </div>
144                 <!-- end: #col3 -->
145             </div>
146             <!-- end: #main -->
8b9f16 147             <!-- begin: #footer -->
L 148             <div id="footer">
149                 Powered by <a href="<tmpl_var name="app_link">" target="_blank"><tmpl_var name="app_title"></a>
150            </div><!-- end: #footer -->
151        </div>
bb30da 152     </div>
V 153 </body>
154 </html>