* cache templates
[citadel.git] / webcit / static / head.m.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><?CURRENT_USER> - <?SERV_HUMANNODE></title>
6 <meta name="MSSmartTagsPreventParsing" content="TRUE" >
7 <meta name="keywords" content="groupware messaging collaboration" >
8 <link href="static/mobile.css" rel="stylesheet" type="text/css">
9 <script type="text/javascript" src="static/mobile.js"></script>
10 <meta name="viewport" content="width=device-width"/>
11 </head>
12 <body>
13 <div id="global">
14 <!-- end head.html -->