[Kolab-devel] server/kolab/kolab/admin/login head.php,1.5,1.6 index.php,1.8,1.9 re_auth.php,1.4,1.5 by martin at doto.intevation.de

root at intevation.de root at intevation.de
Sat Jun 14 15:24:01 CEST 2003


Update of /kolabrepository/server/kolab/kolab/admin/login
In directory doto:/tmp/cvs-serv20017

Modified Files:
	head.php index.php re_auth.php 
Log Message:
MArtin K.: New CCS stuff from Konsec


Index: head.php
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/admin/login/head.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- head.php	22 May 2003 17:50:35 -0000	1.5
+++ head.php	14 Jun 2003 13:23:59 -0000	1.6
@@ -21,6 +21,5 @@
     idxPrefix("../");
     if (!$title) $title = "Kolab";
     Mainhead(" - Login");
-    print("<IMG SRC=\"../pics/kolab_logo.gif\">");
   }
 ?>

Index: index.php
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/admin/login/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- index.php	11 Jun 2003 11:19:18 -0000	1.8
+++ index.php	14 Jun 2003 13:23:59 -0000	1.9
@@ -32,18 +32,13 @@
   $fn = uid2fn($uid);
 
 ?>
-<table border=0 width="100%" cellspacing=8 cellpadding=8>
-<tr><td>
-
-<h2>Welcome to the Kolab Server Webinterface.</h2>
+<div class="maintitle">Welcome to the Kolab Server Webinterface.</div>
+<div class="contentsimple">
 <p>You are current logged in with the username <b><? print($uid)?></b> and belong to group <b><?echo "$group_id"?></b>.<br>
 </p>
 <p>
-If you whish to login as another user you <b>must</b> close all relevant
-browser windows. This is necessary because the web browser cache keeps the old credentials otherwise.
+If you whish to login as another user you <b>must</b> close all relevant browser windows. This is necessary because web browser cache the old credentials otherwise.
 </p>
-</td></tr>
-</table>
 <?
 
 /*
@@ -61,7 +56,6 @@
  	echo "<br>";
 */
 ?>
-
-</FONT>
+</div>
 
 <?  Foot();  ?>

Index: re_auth.php
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/admin/login/re_auth.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- re_auth.php	22 May 2003 17:50:35 -0000	1.4
+++ re_auth.php	14 Jun 2003 13:23:59 -0000	1.5
@@ -20,7 +20,7 @@
     This("login/re_auth.php");
     Head();
 ?>
-<IMG SRC="../pics/kde_logo.jpg">
+<IMG SRC="../pics/kde_logo.jpg" alt="">
 <?
 //       echo "{$_SESSION['session_foo']}<hr>";
        echo "<p>Welcome you are currently logged in as {$_SERVER['PHP_AUTH_USER']}<br>";
@@ -31,7 +31,6 @@
        echo "<input type='submit' value='Login as other User'>\n";
        echo "</form></p>\n";
 ?>
-</FONT>
 
 <?  Foot();  ?>
 





More information about the devel mailing list