tbrehm
2005-11-01 336a577f2809c9760e7a1a15f10f523b2cf20c8d
commit | author | age
b5a2f8 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
T 2 <html>
3 <head>
336a57 4 <title>ISPConfig</title>
T 5 <meta http-equiv="Content-Type" content="{tmpl_var name='html_content_encoding'}">
b5a2f8 6 <link href="themes/{tmpl_var name="theme"}/style.css" rel="stylesheet" type="text/css">
T 7 <script language= "JavaScript">
8 function breakout()
9 {
10 if (window.top != window.self)
11  {
12  window.top.location="index.php"
13  }
14 }
15 </script>
16 </head>
17
18 <body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onload="breakout()">
19 <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
20   <tr bgcolor="#496FA8">
21     <td height="30" colspan="2" align="center" valign="top" background="themes/{tmpl_var name="theme"}/images/bg_nav_1.jpg">&nbsp;</td>
22   </tr>
23   <tr bgcolor="#FFFFFF">
24     <td height="1" colspan="2" align="center" valign="bottom"><img src="themes/{tmpl_var name="theme"}/images/x.gif" width="1" height="1"></td>
25   </tr>
26   <tr>
27     <td width="128" height="18" align="left" valign="middle" bgcolor="#496FA8"><img src="themes/{tmpl_var name='theme'}/images/login_logout.gif" width="115" height="10" border="0" usemap="#Map"><br>
28     </td>
29     <td height="18" align="left" valign="bottom" bgcolor="#496FA8">
30         <table width="100%" height="18" border="0" cellpadding="0" cellspacing="0">
31       <tr>
32         <tmpl_loop name="nav_top">
33         <tmpl_if name="active">
34         <td width="{tmpl_var name='tab_width'}" class="navTopSelected"><a href="#" class="txtNavTopSelected"><tmpl_var name="title"></a></td>
35         <tmpl_else>
36         <td width="{tmpl_var name='tab_width'}" class="navTopDefault"><a href="capp.php?mod=<tmpl_var name='module'>&phpsessid=<tmpl_var name='phpsessid'>" class="txtNavTopDefault"><tmpl_var name="title"></a></td>
37         </tmpl_if>
38         </tmpl_loop>
39         <td align="right" valign="middle" class="navTop"><img src="themes/{tmpl_var name="theme"}/images/x.gif" width="123" height="1"> </td>
40           </tr>
41     </table>
42     </td>
43   </tr>
44   <tmpl_dyninclude name="module_tpl">
45 </table>
46 <map name="Map">
47 <area shape="rect" coords="68,2,108,20" href="login/logout.php?phpsessid=<tmpl_var name='phpsessid'>">
48 <area shape="rect" coords="8,2,50,7" href="help/index.php?phpsessid=<tmpl_var name='phpsessid'>" target="content">
49 </map>
50 </body>
51 </html>