For closed systems, still handle login through the modal
[citadel.git] / webcit / static / t / head.m.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2         "http://www.w3.org/TR/html4/loose.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/styles/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")-->