kopf.pl auf Controller umgestellt
[kivitendo-erp.git] / templates / webpages / menu / header.html
1 [%- USE T8 %]
2 <script language="javascript" src="js/switchmenuframe.js"></script>
3 <body>
4  <table>
5   <tr>
6 [% UNLESS is_links %]
7    <td nowrap>
8     [<a href="JavaScript:Switch_Menu();" title="[% 'Switch Menu on / off' | $T8 %]">[% 'Menu' | $T8 %]</a>]
9     [<a HREF="login.pl" target="_blank" title="[% 'Open a further Lx-Office Window or Tab' | $T8 %]">[% 'New Win/Tab' | $T8 %]</a>]
10     [<a href="JavaScript:top.main_window.print();" title="[% 'Hardcopy' | $T8 %]">[% 'Print' | $T8 %]</a>]
11     [<a href="Javascript:top.main_window.history.back();" title="[% 'Go one step back' | $T8 %]">[% 'Back' | $T8 %]</a>]
12     [<a href="Javascript:top.main_window.history.forward();" title="[% 'Go one step forward' | $T8 %]">[% 'Fwd' | $T8 %]</a>]
13    </td>
14 [%- END %]
15 [% IF is_fastcgi && LXCONFIG.debug.show_debug_menu %]
16    <td align='center' nowrap>
17     Debug:
18     [<a href='controller.pl?action=DebugMenu/reload']>FCGI Reload</a>]
19     [<a href='controller.pl?action=DebugMenu/toggle&level=request_timer'>[% IF LXDEBUG.level_by_name('request_timer') %]<b>Timing</b>[% ELSE %]Timing[% END %]</a>]
20     [<a href='controller.pl?action=DebugMenu/toggle&level=trace'>[% IF LXDEBUG.level_by_name('trace') %]<b>Trace</b>[% ELSE %]Trace[% END %]</a>]
21     [<a href='controller.pl?action=DebugMenu/toggle&level=query'>[% IF LXDEBUG.level_by_name('query') %]<b>Query</b>[% ELSE %]Query[% END %]</a>]
22    </td>
23 [%- END %]
24    <td align="right" nowrap>
25     [% 'User' | $T8 %]:
26     [% login %]
27     [<a href="login.pl?action=logout" target="_top" title="[% 'Logout now' | $T8 %]">[% 'Logout' | $T8 %]</a>]
28     [% now.to_lxoffice %] -
29     [% now.hms %]
30    </td>
31   </tr>
32  </table>
33 </body>
34 </html>