File: head.html

package info (click to toggle)
webcit 7.37-dfsg-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,972 kB
  • ctags: 2,344
  • sloc: ansic: 23,301; sh: 3,618; makefile: 239
file content (24 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<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 -->