Code

Focus for login window.
[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         {if !$javascript}
15          <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");' >
16         {else}
17          <a class="maintitlebar" onClick='return question("{t}You are currently editing a database entry. Do you want to dismiss the changes?{/t}", "main.php?reset=1");' >
18         {/if}
19           <img src='{$go_home}' class='center' border="0" alt="Main">&nbsp;{t}Main{/t}
20          </a>
21         </td>
22         <td>
23          <a class="maintitlebar" style="margin-left:35px" {$help_method}>
24           <img src='{$go_help}' class='center' border="0" alt="Help">&nbsp;{t}Help{/t}
25          </a>
26         </td>
27         <td>
28         {if !$javascript}
29          <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;">
30           <img src='{$go_out}' class='center' border="0" alt="Sign out">&nbsp;{t}Sign out{/t}
31          </a>
32         {else}
33          <a class="maintitlebar" 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;">
34           <img src='{$go_out}' class='center' border="0" alt="Sign out">&nbsp;{t}Sign out{/t}
35          </a>
36         {/if}
37         </td>
38        </tr>
39       </table>
40     </td>
41     <td style="text-align:right;">
42       <div class="maintitlebar" style="padding-right:10px;text-align:right">
43         <a>{t}Signed in:{/t} <b>{$username}</b></a>
44       </div>
45     </td>
46   </tr>
48   <tr style="vertical-align:top;">
49     <!-- Menu -->
50     <td style="background-color:#EEFFE6; vertical-align:top;border-bottom:1px solid #778F6E;" id="menucell">
51       <div style="background-color:#CDF6BD; height:12px; width:100%;">&nbsp;</div>
52       <div style="min-height:650px">
53       {$menu}
54       </div>
55           <br />
56     </td>
57     <!-- Plugin window -->
58     <td style="background-color:white; width:100%; vertical-align:top; height:15px; border-left:1px solid #778F6E; border-top:1px solid #778F6E" colspan="2">
59       <table style="vertical-align:top; text-align:justify; background-color: #F8F8F8; margin-top:7px; margin-left:7px; margin-right:7px; width:99%" summary="">
60        <tr>
61         <td>
62          {$contents}
63        </td>
64       </tr>
65      </table>
66     </td>
67   </tr>
68 </table></form></body></html>