]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/head.html
* cache templates
[citadel.git] / webcit / static / head.html
index 7d11c0721df5597f2790c66a49e314387c1ed65d..23e43a2d2171dd03ca547fad63677ee5cd105173 100644 (file)
@@ -2,18 +2,23 @@
         "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/niftyCorners.css" rel="stylesheet" type="text/css">
 <link href="static/webcit.css" rel="stylesheet" type="text/css">
+<link href="static/datepicker.css" rel="stylesheet" type="text/css">
+<link href="static/bt.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>
 <script type="text/javascript" src="static/niftycube.js"></script>
 <script type="text/javascript" src="static/BubbleTooltips.js"></script>
-
+<script type="text/javascript" src="static/datepicker-dev.js"></script>
+<script type="text/javascript" src="static/table.js"></script>
+<script type="text/javascript" src="static/wclib.js"></script>
 </head>
 <body>
 <div id="global">
-<! end head.html>
+<!-- end head.html -->