* cleaning HTML/CSS codes
[citadel.git] / webcit / static / head.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2         "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <title><?SERV_HUMANNODE></title>
6 <meta name="MSSmartTagsPreventParsing" content="TRUE" />
7 <meta name="keywords" content="groupware messaging collaboration" />
8 <link href="static/webcit.css" rel="stylesheet" type="text/css">
9 <?CSSLOCAL>
10 <script type="text/javascript" src="static/wclib.js"></script>
11 <script type="text/javascript" src="static/prototype.js"></script>
12 <script type="text/javascript" src="static/scriptaculous.js"></script>
13 <script type="text/javascript" src="static/niftycube.js"></script>
14 <script type="text/javascript" src="static/BubbleTooltips.js"></script>
15
16 </head>
17 <body>
18 <div id="global">
19 <! end head.html>