]> andersk Git - sql-web.git/blame - tpl/head.php
new style: conform to new <scripts.mit.edu> textpattern template
[sql-web.git] / tpl / head.php
CommitLineData
8ed5cf01
JP
1<?php\r
2\r
3if (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
aaf1710a
JP
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
dc478ec8 18<head>\r
aaf1710a 19 <meta http-equiv="content-type" content="text/html; charset=utf-8" />\r
f9f86182 20 <title>MIT SIPB MySQL Service for Athena</title>\r
aaf1710a
JP
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
dc478ec8 24</head>\r
dc478ec8 25<body>\r
aaf1710a
JP
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/">sql.mit.edu</a></h1>\r
31 <h2 id="tagline">MIT SIPB MySQL Service for Athena<br />\r
32 email: <? echo htmlentities('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.070993 seconds and 5 git commands to generate.