Code

Reverted last changes, it is much more complicated as expected.
[gosa.git] / gosa-core / 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 <div class='setup_header'>
6   <div style="float:left;"><img src='themes/default/images/go_logo.png' class='center' alt='GOsa' style="padding-left:2px; padding-right:25px;">
7    {if !$javascript}
8     <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");' ><img src='{$go_home}' class='center' border="0" alt="Main">&nbsp;{t}Main{/t}
9     </a>
10    {else}
11     <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");' ><img src='{$go_home}' class='center' border="0" alt="Main">&nbsp;{t}Main{/t}
12     </a>
13    {/if}
14     &nbsp;
15     <a class="maintitlebar" style="margin-left:35px" {$help_method}>
16        <img src='{$go_help}' class='center' border="0" alt="Help">&nbsp;{t}Help{/t}
17     </a>
18     &nbsp;
19    {if !$javascript}
20     <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;">
21       <img src='{$go_out}' class='center' border="0" alt="Sign out">&nbsp;{t}Sign out{/t}
22     </a>
23     {else}
24     <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;">
25       <img src='{$go_out}' class='center' border="0" alt="Sign out">&nbsp;{t}Sign out{/t}
26     </a>
27     {/if}
28   </div>
29   <div style="padding-top:8px;text-align:right;height:28px"><a>{t}Signed in:{/t} <b>{$username}</b></a></div>
30 </div>
31 <!--<div class='setup_menu'>
32   <b>{t}GOsa main menu{/t}</b>
33 </div>-->
35 <table summary="" class="framework" cellspacing="0" cellpadding="0" style='margin-top:7px'>
36   <tr style="vertical-align:top;">
37     <!-- Menu -->
38     <td style="background-color:white; vertical-align:top;" id="menucell">
39       {$menu}
40           <br />
41           <div style="height:1px; width:140px;"></div>
42     </td>
43     <!-- Plugin window -->
44     <td style="background-color:white; width:100%; vertical-align:top; height:15px;" colspan="2">
45       <table style="vertical-align:top; text-align:justify; background-color: white; border:1px solid #AAA; margin-top:0px; margin-left:7px; margin-right:7px; width:99%" summary="">
46        <tr>
47         <td>
48         {$msg_dialogs}
49          {$contents}
50        </td>
51       </tr>
52      </table>
53     </td>
54   </tr>
55 </table>{$errors}{$focus}<input type="hidden" name="php_c_check" value="1"></form></body></html>