]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/head.html
* cache templates
[citadel.git] / webcit / static / head.html
index 4766dbfae55b06eb74588f5fab2213d28eff31c8..23e43a2d2171dd03ca547fad63677ee5cd105173 100644 (file)
@@ -2,13 +2,23 @@
         "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-<?REFRESHTAG>
-<title><?SERV_HUMANNODE></title>
-<meta name="MSSmartTagsPreventParsing" content="TRUE" />
-<link href="/static/webcit.css" rel="stylesheet" type="text/css">
-<script type="text/javascript" src="static/wclib.js"></script>
+<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/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 -->