summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fc1cd1b)
raw | patch | inline | side by side (parent: fc1cd1b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 May 2005 05:30:59 +0000 (05:30 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 May 2005 05:30:59 +0000 (05:30 +0000) |
ihtml/themes/default/framework.tpl | patch | blob | history |
index 28eaf1d34d5372c6d77a0a104ccb6588b93b0cff..2ab8e273f214a7078ad0758c69a749859e7708d3 100644 (file)
<body>
{$php_errors}
<form action='main.php{$plug}' name='mainform' method='post' enctype='multipart/form-data'>
-<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#CDF6BD" heigth="100%">
+<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#CDF6BD" >
<tr>
- <td style="height:36px; width:140px; vertical-align:bottom; text-align:center">
+ <td style="height:36px; width:140px; vertical-align:bottom; text-align:middle">
<a href="main.php?version=1" style="vertical-align:bottom;"><img src='{$go_logo}' border="0" alt="GOSA2" align="bottom"></a>
</td>
<td>
<tr>
<td valign="middle">
<a class=maintitlebar href='main.php?reset=1' onClick='return question("{t}You are currently editing a database entry. Do you want to dismiss the changes?{/t}", "main.php?reset=1");' style="vertical-align:middle;">
- <img src='{$go_home}' align="center" border="0" alt="GOSA2"> {t}Main{/t}
+ <img src='{$go_home}' align="middle" border="0" alt="GOSA2"> {t}Main{/t}
</a>
</td>
<td>
<a class=maintitlebar style="margin-left:35px; vertical-align:middle;">
- <img src='{$go_help}' align="center" border="0" alt="GOSA2"> {t}Help{/t}
+ <img src='{$go_help}' align="middle" border="0" alt="GOSA2"> {t}Help{/t}
</a>
</td>
<td>
<a class=maintitlebar href='logout.php' onClick='return question("{t}You are currently editing a database entry. Do you want to dismiss the changes?{/t}", "logout.php");' style="margin-left:35px; vertical-align:middle;">
- <img src='{$go_out}' align="center" border="0" alt="GOSA2"> {t}Sign out{/t}
+ <img src='{$go_out}' align="middle" border="0" alt="GOSA2"> {t}Sign out{/t}
</a>
</td>
</tr>
</div>
</td>
</tr>
+
<tr style="vertical-align:top;">
<!-- Menu -->
<td style="background-color:#EEFFE6; vertical-align:top;" >
{$menu}
<div style="height:100px; width:140px;"></div>
</td>
-
<!-- Plugin window -->
<td style="background-color:white; width:100%; vertical-align:top; height:15px; border-left:1px solid #778F6E; border-top:1px solid #778F6E" colspan=2>
<table style="vertical-align:top; text-align:justify; background-color: #F8F8F8; margin-top:7px; margin-left:7px; margin-right:7px; width:99%">
</table>
</td>
</tr>
-</table><div bgcolor="#333333" heigth="100%"></div></form></body></html>
+</table></form></body></html>