]> andersk Git - sql-web.git/blob - tpl/head.php
6bcc7fd8a7e32f3e53e74869f32dc88aeb041531
[sql-web.git] / tpl / head.php
1 <?php\r
2 \r
3 if (isOffline()) {\r
4         switch(THIS_PAGE) {\r
5                 case 'do/contact':\r
6                 case 'do/offline':\r
7                         break;\r
8                 default:\r
9                         redirect('offline');\r
10                         break;\r
11         }\r
12 }\r
13 \r
14 ?>\r
15 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
16  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
17 <html>\r
18 <head>\r
19     <title>MIT SIPB MySQL Service for Athena</title>\r
20     <link rel=stylesheet href="<?=$BASE_URL?>mitsql.css" type="text/css">\r
21         <base href="<?=$BASE_URL?>">\r
22 </head>\r
23 \r
24 <body>\r
25 <div id="body">\r
26 <div id="content0"><span id="sitename">MIT SIPB MySQL Service</span><span id="contact"><a href="do/contact">Contact/Help</a></span></div>\r
27 <div id="content1"><?php isOnline() && include('menu.php'); ?>&nbsp;</div>\r
28 <div id="content2">\r
This page took 0.040514 seconds and 3 git commands to generate.