X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4a12c839937370488b8b8a40bef376e7cb0a2ce6..b8fee3fc:/templates/webpages/menu/menunew.html diff --git a/templates/webpages/menu/menunew.html b/templates/webpages/menu/menunew.html index 89bad2b37..b94024678 100644 --- a/templates/webpages/menu/menunew.html +++ b/templates/webpages/menu/menunew.html @@ -9,27 +9,24 @@ function clockon() { document.getElementById('clock_id').innerHTML = (h<10?'0'+h:h)+":"+(m<10?'0'+m:m); var timer=setTimeout("clockon()", 10000); } -window.onload=clockon +$(clockon); //--> - - - - - - +
+ + [[% 'new Window' | $T8 %]] + [[% 'print' | $T8 %]] + [[% 'Search contacts' | $T8 %] ] + + + [[% 'User' | $T8 %]: [% MYCONFIG.login | html %] - + [% 'logout' | $T8 %]] + [% date %]   + +
@@ -38,25 +35,25 @@ window.onload=clockon [%- FOREACH mainitem = menu_items %] [%- SET main_id = main_id + 1 %]
  • - + [%- HTML.escape(mainitem.title) %] [%- IF mainitem.subitems %] - + [%- SET sub1_id = main_id * 100 %] [%- FOREACH sub1item = mainitem.subitems %] [%- SET sub1_id = sub1_id + 1 %]
  • - + [%- HTML.escape(sub1item.title) %] [%- IF sub1item.subitems %] - + [%- SET sub2_id = sub1_id * 100 %] [%- FOREACH sub2item = sub1item.subitems %] [%- SET sub2_id = sub2_id + 1 %]
  • - + [%- HTML.escape(sub2item.title) %]
  • @@ -77,7 +74,6 @@ window.onload=clockon $(function(){ DHTMLSuite.createStandardObjects(); - DHTMLSuite.configObj.setCssPath('[% myconfig.css_path %]/dhtmlsuite/'); DHTMLSuite.configObj.setImagePath('image/dhtmlsuite/'); var menu_model = new DHTMLSuite.menuModel();