* cleaning HTML/CSS codes
[citadel.git] / webcit / static / head.html
index 0a8ada22a5e65c19a9c948e2b880058859ccfa53..134e148271e4c1f81564105cb85fc6aae6079267 100644 (file)
@@ -1,13 +1,19 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
-<HTML>
-<HEAD>
-       <TITLE><?SERV_HUMANNODE> - Citadel</TITLE>
-       <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
-       <META HTTP-EQUIV="expired" CONTENT="28-May-1971 18:10:00 GMT">
-       <META NAME="MSSmartTagsPreventParsing" CONTENT="TRUE">
-       <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-       <META HTTP-EQUIV="Content-Language" CONTENT="en">
-       <LINK REL="StyleSheet" HREF="/static/style.css" TYPE="text/css" MEDIA="screen">
-<?REFRESHTAG>
-</HEAD>
-<?PAGERSCRIPT>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+        "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title><?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>
+<script type="text/javascript" src="static/niftycube.js"></script>
+<script type="text/javascript" src="static/BubbleTooltips.js"></script>
+
+</head>
+<body>
+<div id="global">
+<! end head.html>