]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/head.html
I added the name of the current user running in the title of the page. It
[citadel.git] / webcit / static / head.html
index 8ed78102cce7796109ed6ef98e3dc80e2e6aba26..63c09e56cc45030332c320ef131379c65ba5b758 100644 (file)
@@ -2,9 +2,11 @@
         "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-<title><?SERV_HUMANNODE></title>
-<meta name="MSSmartTagsPreventParsing" content="TRUE" />
+<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">
+<?CSSLOCAL>
 <script type="text/javascript" src="static/wclib.js"></script>
 <script type="text/javascript" src="static/prototype.js"></script>
 <script type="text/javascript" src="static/scriptaculous.js"></script>
@@ -13,4 +15,5 @@
 
 </head>
 <body>
+<div id="global">
 <! end head.html>