From 54ba8be2711b8b77bf345ace068e95945337a6cb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 30 Aug 2003 22:29:02 +0000 Subject: [PATCH] =?UTF-8?q?Nouvelle=20pr=E9sentation=20avec=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php3 | 84 ++++++++++++++++++++++++++++++++--- 1 file changed, 78 insertions(+), 6 deletions(-) diff --git a/htdocs/lib/functions.inc.php3 b/htdocs/lib/functions.inc.php3 index fa51f5e5e04..fcaf34994ac 100644 --- a/htdocs/lib/functions.inc.php3 +++ b/htdocs/lib/functions.inc.php3 @@ -30,14 +30,86 @@ function loginFunction() /** * Change the HTML output so that it fits to your * application. */ - print 'Dolibarr Authentification'; - print '

Dolibarr Authentification'; + print 'Dolibarr Authentification'; +print ' + + + + +

+
'; + print 'Dolibarr '.DOL_VERSION; +print ' +
+
+'; + + echo "
"; print ''; - print '';; - print ''; - echo ''; - echo "
Login:
Password:

"; + print 'Login : ';; + print 'Password : '; + + echo ' +

+ +

+ +'; }