Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / menu / menuv3_master.html
1 [%- USE T8 %]
2 [% USE HTML %]<body style="padding:0px; margin:0px;">
3
4  <script type="text/javascript">
5 <!--
6 function clockon() {
7   var now = new Date();
8   var h = now.getHours();
9   var m = now.getMinutes();
10   document.getElementById('clock_id').innerHTML = (h<10?'0'+h:h)+":"+(m<10?'0'+m:m);
11   var timer=setTimeout("clockon()", 10000);
12 }
13 window.onload=clockon
14 //-->
15  </script>
16
17  <table border="0" width="100%" background="image/bg_titel.gif" cellpadding="0" cellspacing="0">
18   <tr>
19    <td style="color:white; font-family:verdana,arial,sans-serif; font-size: 12px;">
20     &nbsp;
21     [<a href="menuv3.pl?action=display" target="_blank">[% 'new Window' | $T8 %]</a>]
22     &nbsp;
23     [<a href="JavaScript:top.main_window.print()">[% 'print' | $T8 %]</a>]
24    </td>
25    <td align="right" style="vertical-align:middle; color:white; font-family:verdana,arial,sans-serif; font-size: 12px;" nowrap>
26     [[% 'User' | $T8 %]: [% HTML.escape(login) %] -
27     <a href="login.pl?action=logout" target="_top">[% 'logout' | $T8 %]</a>]
28     [% date %] <span id='clock_id' style='position:relative'></span>&nbsp;
29    </td>
30   </tr>
31  </table>
32
33
34  <div id="menu">
35
36   [% menu %]
37
38  </div>
39
40  <div style="clear: both;"></div>
41
42  <iframe id="win1" src="[% callback %]" width="100%" height="94%" name="main_window" style="position: absolute; border: 0px; z-index: 99; ">
43   <p>[% 'MSG_BROWSER_DOES_NOT_SUPPORT_IFRAMES' | $T8 %]</p>
44  </iframe>
45 </body>
46 </html>