1 #=====================================================================
4 # Based on SQL-Ledger Version 2.1.9
5 # Web http://www.lx-office.org
7 ######################################################################
8 # SQL-Ledger Accounting
9 # Copyright (c) 1998-2002
11 # Author: Dieter Simader
12 # Email: dsimader@sql-ledger.org
13 # Web: http://www.sql-ledger.org
15 # Contributors: Christopher Browne
17 # This program is free software; you can redistribute it and/or modify
18 # it under the terms of the GNU General Public License as published by
19 # the Free Software Foundation; either version 2 of the License, or
20 # (at your option) any later version.
22 # This program is distributed in the hope that it will be useful,
23 # but WITHOUT ANY WARRANTY; without even the implied warranty of
24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 # GNU General Public License for more details.
26 # You should have received a copy of the GNU General Public License
27 # along with this program; if not, write to the Free Software
28 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29 #######################################################################
31 # thre frame layout with refractured menu
34 # DS. 2002-03-25 Created
35 # 2004-12-14 - New Optik - Marco Welter <mawe@linux-studio.de>
36 #######################################################################
38 $menufile = "menu.ini";
40 use CGI::Carp qw(fatalsToBrowser);
55 <iframe id="win1" src="login.pl?login=$form->{login}&password=$form->{password}&action=company_logo&path=$form->{path}" width="100%" height="93%" name="main_window" style="position: absolute; border:0px;">
56 <p>Ihr Browser kann leider keine eingebetteten Frames anzeigen.
70 . " - <a href=\"login.pl?path="
74 . "&action=logout\" target=\"_top\">"
75 . $locale->text('Logout')
77 my ($Sekunden, $Minuten, $Stunden, $Monatstag, $Monat,
78 $Jahr, $Wochentag, $Jahrestag, $Sommerzeit)
80 my $CTIME_String = localtime(time);
83 $Monat = $Monat < 10 ? $Monat = "0" . $Monat : $Monat;
84 $Monatstag = $Monatstag < 10 ? $Monatstag = "0" . $Monatstag : $Monatstag;
86 my @Wochentage = ("Sonntag", "Montag", "Dienstag", "Mittwoch",
87 "Donnerstag", "Freitag", "Samstag");
88 my @Monatsnamen = ("", "Januar", "Februar", "März",
89 "April", "Mai", "Juni", "Juli",
90 "August", "September", "Oktober", "November",
93 $Wochentage[$Wochentag] . ", der "
98 #$zeit="<div id='Uhr'>".$Stunden.":".$Minuten.":".$Sekunden."</div>";
99 $zeit = "<div id='Uhr'>" . $Stunden . ":" . $Minuten . "</div>";
101 <script type="text/javascript">
103 var clockid=new Array()
104 var clockidoutside=new Array()
106 var thistime= new Date()
107 var hours= | . $Stunden . qq|;
108 var minutes= | . $Minuten . qq|;
109 var seconds= | . $Sekunden . qq|;
110 if (eval(hours) <10) {hours="0"+hours}
111 if (eval(minutes) < 10) {minutes="0"+minutes}
112 if (seconds < 10) {seconds="0"+seconds}
113 //var thistime = hours+":"+minutes+":"+seconds
114 var thistime = hours+":"+minutes
116 function writeclock() {
118 if (document.all \|\| document.getElementById \|\| document.layers) {
119 clockid[i_clock]="clock"+i_clock
120 document.write("<font family=arial size=2><span id='"+clockid[i_clock]+"' style='position:relative'>"+thistime+"</span></font>")
126 hours=thistime.getHours()
127 minutes=thistime.getMinutes()
128 seconds=thistime.getSeconds()
129 if (eval(hours) <10) {hours="0"+hours}
130 if (eval(minutes) < 10) {minutes="0"+minutes}
131 if (seconds < 10) {seconds="0"+seconds}
132 //thistime = hours+":"+minutes+":"+seconds
133 thistime = hours+":"+minutes
136 for (i=0;i<=clockid.length-1;i++) {
137 var thisclock=eval(clockid[i])
138 thisclock.innerHTML=thistime
142 if (document.getElementById) {
143 for (i=0;i<=clockid.length-1;i++) {
144 document.getElementById(clockid[i]).innerHTML=thistime
147 var timer=setTimeout("clockon()",60000)
149 //window.onload=clockon
152 <table border="0" width="100%" background="image/bg_titel.gif" cellpadding="0" cellspacing="0">
154 <td style="color:white; font-family:verdana,arial,sans-serif; font-size: 12px;"> [<a href="JavaScript:top.main_window.print()">drucken</a>]</td>
155 <td align="right" style="vertical-align:middle; color:white; font-family:verdana,arial,sans-serif; font-size: 12px;" nowrap>|
156 . $login . $datum . qq| <script>writeclock()</script>
164 $mainlevel = $form->{level};
165 $mainlevel =~ s/$mainlevel--//g;
166 my $menu = new Menu "$menufile";
167 $menu = new Menu "custom_$menufile" if (-f "custom_$menufile");
168 $menu = new Menu "$form->{login}_$menufile"
169 if (-f "$form->{login}_$menufile");
174 <script type="text/javascript">
176 var isDOM = (document.getElementById ? true : false);
177 var isIE4 = ((document.all && !isDOM) ? true : false);
178 var isNS4 = (document.layers ? true : false);
179 //var KO = (navigator.appName=="Konqueror" \|\| navigator.appName=="Opera") ;
180 var KO = ((navigator.userAgent.indexOf('Opera',0) != -1) \|\| (navigator.userAgent.indexOf('Konqueror',0) != -1));
181 function getRef(id) {
182 if (isDOM) return document.getElementById(id);
183 if (isIE4) return document.all[id];
184 if (isNS4) return document.layers[id];
186 function getSty(id) {
187 return (isNS4 ? getRef(id) : getRef(id).style);
190 var litNow = new Array();
191 function popOver(menuNum, itemNum) {
192 if (KO) document.getElementById("win1").style.visibility = "hidden";
193 clearTimeout(popTimer);
195 litNow = getTree(menuNum, itemNum);
196 changeCol(litNow, true);
197 targetNum = menu[menuNum][itemNum].target;
199 thisX = parseInt(menu[menuNum][0].ref.left) + parseInt(menu[menuNum][itemNum].ref.left);
200 thisY = parseInt(menu[menuNum][0].ref.top) + parseInt(menu[menuNum][itemNum].ref.top);
201 with (menu[targetNum][0].ref) {
202 left = parseInt(thisX + menu[targetNum][0].x);
203 top = parseInt(thisY + menu[targetNum][0].y);
204 visibility = 'visible';
208 function popOut(menuNum, itemNum) {
209 if ((menuNum == 0) && !menu[menuNum][itemNum].target)
211 if (KO) document.getElementById("win1").style.visibility = "visible";
213 popTimer = setTimeout('hideAllBut(0)', 500);
215 function getTree(menuNum, itemNum) {
216 itemArray = new Array(menu.length);
218 itemArray[menuNum] = itemNum;
219 if (menuNum == 0) return itemArray;
220 itemNum = menu[menuNum][0].parentItem;
221 menuNum = menu[menuNum][0].parentMenu;
224 function changeCol(changeArray, isOver) {
225 for (menuCount = 0; menuCount < changeArray.length; menuCount++) {
226 if (changeArray[menuCount]) {
227 newCol = isOver ? menu[menuCount][0].overCol : menu[menuCount][0].backCol;
228 with (menu[menuCount][changeArray[menuCount]].ref) {
229 if (isNS4) bgColor = newCol;
230 else backgroundColor = newCol;
235 function hideAllBut(menuNum) {
236 var keepMenus = getTree(menuNum, 1);
237 for (count = 0; count < menu.length; count++)
238 if (!keepMenus[count])
239 menu[count][0].ref.visibility = 'hidden';
240 changeCol(litNow, false);
243 function Menu(isVert, popInd, x, y, width, overCol, backCol, borderClass, textClass) {
244 this.isVert = isVert;
249 this.overCol = overCol;
250 this.backCol = backCol;
251 this.borderClass = borderClass;
252 this.textClass = textClass;
253 this.parentMenu = null;
254 this.parentItem = null;
257 function Item(text, href, frame, length, spacing, target) {
261 this.length = length;
262 this.spacing = spacing;
263 this.target = target;
266 function go(link,frame) {
267 tmp=eval("top."+frame);
269 //top.main_window.location=link;
271 function writeMenus() {
272 if (!isDOM && !isIE4 && !isNS4) return;
273 for (currMenu = 0; currMenu < menu.length; currMenu++) with (menu[currMenu][0]) {
274 var str = '', itemX = 0, itemY = 0;
275 for (currItem = 1; currItem < menu[currMenu].length; currItem++) with (menu[currMenu][currItem]) {
276 var itemID = 'menu' + currMenu + 'item' + currItem;
277 var w = (isVert ? width : length);
278 var h = (isVert ? length : width);
279 if (isDOM \|\| isIE4) {
280 str += '<div id="' + itemID + '" style="position: absolute; left: ' + itemX + '; top: ' + itemY + '; width: ' + w + '; height: ' + h + '; visibility: inherit; ';
281 if (backCol) str += 'background: ' + backCol + '; ';
285 str += '<layer id="' + itemID + '" left="' + itemX + '" top="' + itemY + '" width="' + w + '" height="' + h + '" visibility="inherit" ';
286 if (backCol) str += 'bgcolor="' + backCol + '" ';
288 if (borderClass) str += 'class="' + borderClass + '" "';
289 str += 'onMouseOver="popOver(' + currMenu + ',' + currItem + ')" onMouseOut="popOut(' + currMenu + ',' + currItem + ')">';
290 str += '<table width="' + (w - 8) + '" border="0" cellspacing="0" cellpadding="' + (!isNS4 && borderClass ? 3 : 0) + '">';
291 str +='<tr><td style="cursor:crosshair;" align="left" height="' + (h - 7) + '" onClick=\\'go("' + href + '","' + frame + '")\\'>' + text + '</a></td>';
293 menu[target][0].parentMenu = currMenu;
294 menu[target][0].parentItem = currItem;
295 if (popInd) str += '<td class="' + textClass + '" align="right">' + popInd + '</td>';
297 str += '</tr></table>' + (isNS4 ? '</layer>' : '</div>');
298 if (isVert) itemY += length + spacing;
299 else itemX += length + spacing;
302 var newDiv = document.createElement('div');
303 document.getElementsByTagName('body').item(0).appendChild(newDiv);
304 newDiv.innerHTML = str;
306 ref.position = 'absolute';
307 ref.visibility = 'hidden';
310 document.body.insertAdjacentHTML('beforeEnd', '<div id="menu' + currMenu + 'div" ' + 'style="position: absolute; visibility: hidden">' + str + '</div>');
311 ref = getSty('menu' + currMenu + 'div');
315 ref.document.write(str);
316 ref.document.close();
318 for (currItem = 1; currItem < menu[currMenu].length; currItem++) {
319 itemName = 'menu' + currMenu + 'item' + currItem;
320 if (isDOM \|\| isIE4) menu[currMenu][currItem].ref = getSty(itemName);
321 if (isNS4) menu[currMenu][currItem].ref = ref.document[itemName];
327 ref.visibility = 'visible';
330 var menu = new Array();
331 var defOver = '#AAAAFF', defBack = '#8888DD';
333 menu[0] = new Array();
334 menu[0][0] = new Menu(false, '', 5, 18, 19, '#AAAAFF', '#AAAAFF', '', 'itemText');
339 §ion_menu($menu);
342 var popOldWidth = window.innerWidth;
343 nsResizeHandler = new Function('if (popOldWidth != window.innerWidth) location.reload()');
344 if (isNS4) document.captureEvents(Event.CLICK);
345 document.onclick = clickHandle;
346 function clickHandle(evt) {
347 if (isNS4) document.routeEvent(evt);
349 if (KO) document.getElementById("win1").style.visibility = "visible";
351 function moveRoot() {
352 with(menu[0][0].ref) left = ((parseInt(left) < 100) ? 100 : 5);
359 .itemBorder { border: 1px solid black }
360 .itemText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica }
365 <!--body bgcolor="#AAAAff" text="#ffffff" link="#ffffff" vlink="#ffffff" alink="#ffffff" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"-->
366 <BODY scrolling="no" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" style="margin: 0" onLoad="writeMenus(); clockon();" onResize="if (isNS4) nsResizeHandler()">
367 <!--BODY marginwidth="0" marginheight="0" style="margin: 0" onLoad="writeMenus()" onResize="if (isNS4) nsResizeHandler()"-->
370 <table bgcolor="#AAAAFF" width="100%" border="0" cellpadding="0" cellspacing="0">
371 <tr><td height="21"><font size="1"> </font></td></tr></table>
382 my ($menu, $level) = @_;
385 my @menuorder = $menu->access_control(\%myconfig, $level);
391 $item = shift @menuorder;
394 $label =~ s/$level--//g;
396 $label = $locale->text($label);
397 $label =~ s/ / /g;
398 $menu->{$item}{target} = "main_window" unless $menu->{$item}{target};
400 if ($menu->{$item}{submenu}) {
401 $menu->{$item}{$item} = !$form->{$item};
404 if ($mlz{"s$ml"} > 1) {
412 qq|menu[$mlz{$ml}][$z] = new Item('$label', '#', '', defLength, 0, |
416 print qq|menu[$pm] = new Array();\n|;
418 qq|menu[$pm][0] = new Menu(true, '', 85, 0, 180, defOver, defBack, 'itemBorder', 'itemText');\n|;
419 map { shift @menuorder } grep /^$item/, @menuorder;
420 §ion_menu($menu, $item);
421 map { shift @menuorder } grep /^$item/, @menuorder;
423 if ($menu->{$item}{module}) {
426 $target = $menu->{$item}{target};
427 $uri = $menu->menuitemNew(\%myconfig, \%$form, $item, $level);
429 #print qq|<tr><td class="hover" height="13" >$spacer<img src="image/unterpunkt.png" style="vertical-align:text-top">|.$menu->menuitem(\%myconfig, \%$form, $item, $level).qq|$label</a></td></tr>\n|;
431 qq|menu[$pm][$sm] = new Item('$label', '$uri', '$target', defLength, 0, 0);\n|;
434 my $ml_ = $form->escape($ml);
437 %mlz = ($ml, $pm, "s$ml", 1);
440 $breit = 15 + length($label) * 6;
442 qq|menu[0][$mm] = new Item(' $label', '#', '', $breit, 10, $pm); \n|;
443 print qq|menu[$pm] = new Array();\n|;
445 qq|menu[$pm][0] = new Menu(true, '>', 0, 20, 180, defOver, defBack, 'itemBorder', 'itemText');\n|;
447 #print qq|<tr><td class="bg" height="22" align="left" valign="middle" ><img src="image/$item.png" style="vertical-align:middle"> <a href="menu.pl?path=bin/mozilla&action=acc_menu&level=$ml_&login=$form->{login}&password=$form->{password}" class="nohover">$label</a> </td></tr>\n|;
448 §ion_menu($menu, $item);