I added the name of the current user running in the title of the page. It
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Wed, 7 Nov 2007 08:21:45 +0000 (08:21 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Wed, 7 Nov 2007 08:21:45 +0000 (08:21 +0000)
appears with the name of the site and that of the navigator in the bar
in top of the window.

webcit/static/head.html

index 7d11c0721df5597f2790c66a49e314387c1ed65d..63c09e56cc45030332c320ef131379c65ba5b758 100644 (file)
@@ -2,7 +2,7 @@
         "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-<title><?SERV_HUMANNODE></title>
+<title><?CURRENT_USER> - <?SERV_HUMANNODE></title>
 <meta name="MSSmartTagsPreventParsing" content="TRUE" >
 <meta name="keywords" content="groupware messaging collaboration" >
 <link href="static/webcit.css" rel="stylesheet" type="text/css">