[Kolab-devel] server/kolab/kolab/admin index.php,1.6.2.1,1.6.2.2 by tassilo at doto.intevation.de

root at intevation.de root at intevation.de
Wed Jun 18 01:07:09 CEST 2003


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

Modified Files:
      Tag: KOLAB_1_0
	index.php 
Log Message:
Martin K.: Finally updated the version number to 1.0


Index: index.php
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/admin/Attic/index.php,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- index.php	11 Jun 2003 13:37:27 -0000	1.6.2.1
+++ index.php	17 Jun 2003 23:07:07 -0000	1.6.2.2
@@ -17,14 +17,13 @@
   $cn = uid2cn($uid);
   $fn = uid2fn($uid);
 
-  echo _("<IMG SRC=\"pics/kolab_logo.gif\" alt=\"Kolab Server Logo\">";
-
-  echo _("<h2>Welcome to the <b>Kolab Server 1.0</b> web administration interface.</h2>");
-  echo _("<p>You are currently logged in with the username <b>"); print($uid);
-  echo _("</b>.<br>");
-  echo _("<p> Please use the menu on the left to navigate.</p>");
-  echo _("<p> More information about Kolab can be found at <a href=\"http://kolab.kde.org\">kolab.kde.org</a>.<br>");
-  echo _("This website will provide you with uptodate information about the Kolab server and the available Kolab clients.</p>"); 
+  echo ("<IMG SRC=\"pics/kolab_logo.gif\" alt=\"Kolab Server Logo\">");
+  echo ("<h2>Welcome to the <b>Kolab Server 1.0</b> web administration interface.</h2>");
+  echo ("<p>You are currently logged in with the username <b>"); print($uid);
+  echo ("</b>.<br>");
+  echo ("<p> Please use the menu on the left to navigate.</p>");
+  echo ("<p> More information about Kolab can be found at <a href=\"http://kolab.kde.org\">kolab.kde.org</a>.<br>");
+  echo ("This website will provide you with uptodate information about the Kolab server and the available Kolab clients.</p>"); 
 
 //   </FONT> 
   Foot();  





More information about the devel mailing list