Code

Reassign parent before drawing new list to avoid php probs
[gosa.git] / ihtml / themes / default / framework.tpl
1 <!-- Headline -->
2 <body>
3 {$php_errors}
4 <form action='main.php{$plug}' name='mainform' method='post' enctype='multipart/form-data'>
5 <table summary="" class="framework" cellspacing="0" cellpadding="0">
6   <tr>
7     <td style="height:36px; width:140px; vertical-align:bottom; text-align:center">
8      <a href="main.php" style="vertical-align:bottom;"><img src='{$go_logo}' border="0" alt="GOSA2" style='vertical-align:bottom;'></a>
9     </td>
10     <td>
11       <table style="margin-left:20px;" border="0" summary="">
12        <tr>
13         <td style="vertical-align:middle;">
14          <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");' >
15           <img src='{$go_home}' class='center' border="0" alt="Main">&nbsp;{t}Main{/t}
16          </a>
17         </td>
18         <td>
19          <a class="maintitlebar" style="margin-left:35px" {$help_method}>
20           <img src='{$go_help}' class='center' border="0" alt="Help">&nbsp;{t}Help{/t}
21          </a>
22         </td>
23         <td>
24          <a class="maintitlebar" href='logout.php?request' onClick='return question("{t}You are currently editing a database entry. Do you want to dismiss the changes?{/t}", "logout.php?request");' style="margin-left:35px;">
25           <img src='{$go_out}' class='center' border="0" alt="Sign out">&nbsp;{t}Sign out{/t}
26          </a>
27         </td>
28        </tr>
29       </table>
30     </td>
31     <td style="text-align:right;">
32       <div class="maintitlebar" style="padding-right:10px;text-align:right">
33         <a>{t}Signed in:{/t} <b>{$username}</b></a>
34       </div>
35     </td>
36   </tr>
38   <tr style="vertical-align:top;">
39     <!-- Menu -->
40     <td style="background-color:#EEFFE6; vertical-align:top;" >
41       <div style="background-color:#CDF6BD; height:12px; width:100%;">&nbsp;</div>
42       {$menu}
43           <br />
44           <div style="height:1px; width:140px;"></div>
45     </td>
46     <!-- Plugin window -->
47     <td style="background-color:white; width:100%; vertical-align:top; height:15px; border-left:1px solid #778F6E; border-top:1px solid #778F6E" colspan="2">
48       <table style="vertical-align:top; text-align:justify; background-color: #F8F8F8; margin-top:7px; margin-left:7px; margin-right:7px; width:99%" summary="">
49        <tr>
50         <td>
51          {$contents}
52        </td>
53       </tr>
54      </table>
55     </td>
56   </tr>
57 </table></form></body></html>