/[dolibarr]/dolibarr/htdocs/lib/functions.inc.php
ViewVC logotype

Diff of /dolibarr/htdocs/lib/functions.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.125 by eldy, Sat Jul 16 00:50:06 2005 UTC revision 1.126 by rodolphe, Mon Aug 1 09:47:32 2005 UTC
# Line 766  function loginfunction() Line 766  function loginfunction()
766    print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';    print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
767    print "\n<html><head><title>Dolibarr Authentification</title>\n";    print "\n<html><head><title>Dolibarr Authentification</title>\n";
768    print '<link rel="stylesheet" type="text/css" href="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/'.$conf->theme.'.css">';    print '<link rel="stylesheet" type="text/css" href="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/'.$conf->theme.'.css">';
769    print '</head>';  
770    print '<body onload="donnefocus();">';  
771    
772    print '<style type="text/css">';    print '<style type="text/css">';
773    print '<!--';    print '<!--';
# Line 791  function loginfunction() Line 791  function loginfunction()
791    print '}';    print '}';
792    print '-->';    print '-->';
793    print '</style>';    print '</style>';
794      print '<script type="text/javascript">';
795      print "function donnefocus() {\n";
796      print "document.getElementsByTagName('INPUT')[0].focus();";
797      print "}\n";
798      print '</script>';
799      print '</head>';
800      print '<body onload="donnefocus();">';
801        
802    print '<form id="login" method="post" action="' . $_SERVER['PHP_SELF'] . '" name="identification">';    print '<form id="login" method="post" action="' . $_SERVER['PHP_SELF'] . '" name="identification">';
803    

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26