Projekt

Allgemein

Profil

Herunterladen (1,63 KB) Statistiken
| Zweig: | Markierung: | Revision:
3e8a8c57 Sven Schöling
[%- USE T8 %]
6fb7bcc9 Moritz Bunkus
<script language="javascript" src="js/switchmenuframe.js"></script>
3e8a8c57 Sven Schöling
<body>
<table>
<tr>
[% UNLESS is_links %]
<td nowrap>
[<a href="JavaScript:Switch_Menu();" title="[% 'Switch Menu on / off' | $T8 %]">[% 'Menu' | $T8 %]</a>]
[<a HREF="login.pl" target="_blank" title="[% 'Open a further Lx-Office Window or Tab' | $T8 %]">[% 'New Win/Tab' | $T8 %]</a>]
[<a href="JavaScript:top.main_window.print();" title="[% 'Hardcopy' | $T8 %]">[% 'Print' | $T8 %]</a>]
[<a href="Javascript:top.main_window.history.back();" title="[% 'Go one step back' | $T8 %]">[% 'Back' | $T8 %]</a>]
[<a href="Javascript:top.main_window.history.forward();" title="[% 'Go one step forward' | $T8 %]">[% 'Fwd' | $T8 %]</a>]
</td>
[%- END %]
6fb7bcc9 Moritz Bunkus
[% IF is_fastcgi && LXCONFIG.debug.show_debug_menu %]
3e8a8c57 Sven Schöling
<td align='center' nowrap>
Debug:
[<a href='controller.pl?action=DebugMenu/reload']>FCGI Reload</a>]
6fb7bcc9 Moritz Bunkus
[<a href='controller.pl?action=DebugMenu/toggle&level=request_timer'>[% IF LXDEBUG.level_by_name('request_timer') %]<b>Timing</b>[% ELSE %]Timing[% END %]</a>]
[<a href='controller.pl?action=DebugMenu/toggle&level=trace'>[% IF LXDEBUG.level_by_name('trace') %]<b>Trace</b>[% ELSE %]Trace[% END %]</a>]
[<a href='controller.pl?action=DebugMenu/toggle&level=query'>[% IF LXDEBUG.level_by_name('query') %]<b>Query</b>[% ELSE %]Query[% END %]</a>]
3e8a8c57 Sven Schöling
</td>
[%- END %]
<td align="right" nowrap>
[% 'User' | $T8 %]:
[% login %]
[<a href="login.pl?action=logout" target="_top" title="[% 'Logout now' | $T8 %]">[% 'Logout' | $T8 %]</a>]
[% now.to_lxoffice %] -
[% now.hms %]
</td>
</tr>
</table>
</body>
</html>