]> andersk Git - sql-web.git/blob - tpl/head.php
1009ad1ccf3a501b049388ecd9d22ec5597328ab
[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 Transitional//EN"\r
16         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
17 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
18 <head>\r
19         <meta http-equiv="content-type" content="text/html; charset=utf-8" />\r
20     <title>MIT SIPB MySQL Service for Athena</title>\r
21         <link rel="stylesheet" href="http://scripts.mit.edu/style.css" type="text/css" />\r
22     <link rel="stylesheet" href="<?=$BASE_URL?>mitsql.css" type="text/css" />\r
23         <base href="<?=$BASE_URL?>" />\r
24 </head>\r
25 <body>\r
26 <div id="farouter">\r
27         <div id="outer">\r
28                 <div id="rap">\r
29                         <div id="masthead">\r
30                                 <h1 id="header"><a href="http://sql.mit.edu/" target="_top">sql.mit.edu</a></h1>\r
31                                 <h2 id="tagline">MIT SIPB MySQL Service for Athena<br />\r
32                                         email: <?=chars_encode('sql@mit.edu')?></h2>\r
33                         </div>\r
34                         <div id="hmenu">\r
35                                 <?php isOnline() && include('menu.php'); ?>\r
36                         </div>\r
37                         <div id="main">\r
38                                 <div id="content_wide">\r
This page took 0.074001 seconds and 3 git commands to generate.