Code

Updated style
[gosa.git] / gosa-core / ihtml / themes / modern / framework.tpl
1  <!-- Headline -->
2   <body>
3   {$php_errors}
5   <!-- Title bar including logout button -->
6   <div class='title-bar'>
7    <ul>
8     <li>{$logo}</li>
9     <li class='right table-wrapper'>
10       <div class='logout-label'>
11         <form action='logout.php' name='logoutframe' method='post' enctype='multipart/form-data'>
12          <input type='submit' name='log-out' id='log-out' title='Log out' value=''>
13          <input type='hidden' name='forcedlogout' value='1'>
14          <input type="hidden" name="php_c_check" value="1">
15         </form>
16       </div>
17     </li>
18     <li class='right table-wrapper'>
19       <div class='logged-in-label'>{$loggedin}</div>
20     </li>
21    </ul>
22   </div>
23   <!-- {$go_home} -->
25   <form action='main.php{$plug}' name='mainform' method='post' enctype='multipart/form-data'>
26   {$menu}
29   {$msg_dialogs}
31   <!-- Plugin area -->
32   <div class='plugin-area'>
33     {$pathMenu}
34     {$contents}
35   </div>
37    {if $channel != ""}
38     <input type="hidden" name="_channel_" value="{$channel}">
39    {/if}
40    {$errors}
41    {$focus}
42    <input type="hidden" name="php_c_check" value="1">
43   </form>
44  </body>
45 </html>