Kosmetik
[kivitendo-erp.git] / bin / mozilla / kopf.pl
index c5de934..ed11e52 100644 (file)
@@ -1,23 +1,32 @@
 #!/usr/bin/perl
 #
 
-$| = 1;
+#$| = 1;
 
-use CGI::Carp qw(fatalsToBrowser);
+#use CGI::Carp qw(fatalsToBrowser);
+
+use strict;
+
+sub run {
+  my $session_result = shift;
+  %::myconfig = $::auth->read_user($::form->{login})  if  $::form->{login};
+  $::locale   = Locale->new($::myconfig{countrycode}) if $::myconfig{countrycode};
+
+my $form     = $main::form;
+my $locale   = $main::locale;
 
 $form->header;
-$paramstring = $ENV{"QUERY_STRING"};
-@felder = split "&", $paramstring;
+my $paramstring = $ENV{"QUERY_STRING"};
+my @felder = split "&", $paramstring;
+my ($name, $wert);
 foreach (@felder) {
   ($name, $wert) = split "=", $_;
   $wert =~ tr/+/ /;
-  $$name = $wert;
+  $name = $wert;
 }
-$login =
-    "[" . $login
-  . " - <a href=\"login.pl?password="
-  . $form->{"password"}
-  . "&action=logout\" target=\"_top\">"
+my $login =
+    "". $locale->text('User') . ": " . $form->{login}
+  . "  [<a href=\"login.pl?action=logout\" target=\"_top\" title=\"". $locale->text('Logout now') . "\">"
   . $locale->text('Logout')
   . "</a>] ";
 my ($Sekunden, $Minuten,   $Stunden,   $Monatstag, $Monat,
@@ -35,7 +44,7 @@ my @Monatsnamen = ("",       "Januar",    "Februar", "M&auml;rz",
                    "April",  "Mai",       "Juni",    "Juli",
                    "August", "September", "Oktober", "November",
                    "Dezember");
-$datum =
+my $datum =
     $Wochentage[$Wochentag] . ", der "
   . $Monatstag . "."
   . $Monat . "."
@@ -61,57 +70,69 @@ if (seconds < 10) {seconds="0"+seconds}
 var thistime = hours+":"+minutes
 
 function writeclock() {
-       i_clock++
-       if (document.all \|\| document.getElementById \|\| document.layers) {
-               clockid[i_clock]="clock"+i_clock
-               document.write("<font family=arial size=2><span id='"+clockid[i_clock]+"' style='position:relative'>"+thistime+"</span></font>")
-       }
+  i_clock++
+  if (document.all \|\| document.getElementById \|\| document.layers) {
+    clockid[i_clock]="clock"+i_clock
+    document.write("<font family=arial size=2><span id='"+clockid[i_clock]+"' style='position:relative'>"+thistime+"</span></font>")
+  }
 }
 
 function clockon() {
-       thistime= new Date()
-       hours=thistime.getHours()
-       minutes=thistime.getMinutes()
-       seconds=thistime.getSeconds()
-       if (eval(hours) <10) {hours="0"+hours}
-       if (eval(minutes) < 10) {minutes="0"+minutes}
-       if (seconds < 10) {seconds="0"+seconds}
-       //thistime = hours+":"+minutes+":"+seconds
-       thistime = hours+":"+minutes
+  thistime= new Date()
+  hours=thistime.getHours()
+  minutes=thistime.getMinutes()
+  seconds=thistime.getSeconds()
+  if (eval(hours) <10) {hours="0"+hours}
+  if (eval(minutes) < 10) {minutes="0"+minutes}
+  if (seconds < 10) {seconds="0"+seconds}
+  //thistime = hours+":"+minutes+":"+seconds
+  thistime = hours+":"+minutes
 
-       if (document.all) {
-               for (i=0;i<=clockid.length-1;i++) {
-                       var thisclock=eval(clockid[i])
-                       thisclock.innerHTML=thistime
-               }
-       }
+  if (document.all) {
+    for (i=0;i<=clockid.length-1;i++) {
+      var thisclock=eval(clockid[i])
+      thisclock.innerHTML=thistime
+    }
+  }
 
-       if (document.getElementById) {
-               for (i=0;i<=clockid.length-1;i++) {
-                       document.getElementById(clockid[i]).innerHTML=thistime
-               }
-       }
-       var timer=setTimeout("clockon()",60000)
+  if (document.getElementById) {
+    for (i=0;i<=clockid.length-1;i++) {
+      document.getElementById(clockid[i]).innerHTML=thistime
+    }
+  }
+  var timer=setTimeout("clockon()",60000)
 }
 window.onload=clockon
 //-->
 </script>
 |;
 
-#
 print qq|
 <body bgcolor="#ffffff" text="#ffffff" link="#ffffff" vlink="#ffffff" alink="#ffffff" topmargin="0" leftmargin="0"  marginwidth="0" marginheight="0" style="background-image: url('image/fade.png'); background-repeat:repeat-x;">
-
+<script language='JavaScript' src='js/switchmenuframe.js'></script>
 <table border="0" width="100%" background="image/bg_titel.gif" cellpadding="0" cellspacing="0">
-       <tr>
-               <td  style="color:white; font-family:verdana,arial,sans-serif; font-size: 12px;"> &nbsp; [<a href="JavaScript:top.main_window.print()">| . $locale->text('drucken') . qq|</a>]</td>
-               <td align="right" style="vertical-align:middle; color:white; font-family:verdana,arial,sans-serif; font-size: 12px;" nowrap>|
+  <tr>|;
+   if ( !($ENV{HTTP_USER_AGENT} =~ /links/i) ) {    # do not show the the links in case of "links" in HTTP_USER_AGENT
+      print qq|
+       <td  style="color:white; font-family:verdana,arial,sans-serif; font-size: 12px;" nowrap>
+       [<a href="JavaScript:Switch_Menu();" title="| . $locale->text('Switch Menu on / off') . qq|">| . $locale->text('Menu') . qq|</a>]
+       &nbsp;[<a HREF="login.pl" target="_blank" title="| . $locale->text('Open a further Lx-Office Window or Tab') . qq|">| . $locale->text('New Win/Tab') . qq|</a>]
+       &nbsp;[<a href="JavaScript:top.main_window.print();" title="| . $locale->text('Hardcopy') . qq|">| . $locale->text('Print') . qq|</a>]
+       &nbsp;[<a href="Javascript:top.main_window.history.back();" title="| . $locale->text('Go one step back') . qq|">| . $locale->text('Back') . qq|</a>]
+       &nbsp;[<a href="Javascript:top.main_window.history.forward();" title="| . $locale->text('Go one step forward') . qq|">| . $locale->text('Fwd') . qq|</a>]
+      </td>|;
+   }
+   print qq|
+    <td align="right" style="vertical-align:middle; color:white; font-family:verdana,arial,sans-serif; font-size: 12px;" nowrap>|
   . $login . $datum . qq| <script>writeclock()</script>&nbsp;
-               </td>
-       </tr>
+    </td>
+  </tr>
 </table>
 </body>
 </html>
 |;
+}
+
+1;
 
 #