]> andersk Git - sql-web.git/blobdiff - tpl/head.php
new style: conform to new <scripts.mit.edu> textpattern template
[sql-web.git] / tpl / head.php
index 6bcc7fd8a7e32f3e53e74869f32dc88aeb041531..39176ba56b0c6689f90b17063a6d127589becd9d 100644 (file)
@@ -12,17 +12,27 @@ if (isOffline()) {
 }\r
 \r
 ?>\r
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html>\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\r
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
 <head>\r
+       <meta http-equiv="content-type" content="text/html; charset=utf-8" />\r
     <title>MIT SIPB MySQL Service for Athena</title>\r
-    <link rel=stylesheet href="<?=$BASE_URL?>mitsql.css" type="text/css">\r
-       <base href="<?=$BASE_URL?>">\r
+       <link rel="stylesheet" href="http://scripts.mit.edu/style.css" type="text/css" />\r
+    <link rel="stylesheet" href="<?=$BASE_URL?>mitsql.css" type="text/css" />\r
+       <base href="<?=$BASE_URL?>" />\r
 </head>\r
-\r
 <body>\r
-<div id="body">\r
-<div id="content0"><span id="sitename">MIT SIPB MySQL Service</span><span id="contact"><a href="do/contact">Contact/Help</a></span></div>\r
-<div id="content1"><?php isOnline() && include('menu.php'); ?>&nbsp;</div>\r
-<div id="content2">\r
+<div id="farouter">\r
+       <div id="outer">\r
+               <div id="rap">\r
+                       <div id="masthead">\r
+                               <h1 id="header"><a href="http://sql.mit.edu/">sql.mit.edu</a></h1>\r
+                               <h2 id="tagline">MIT SIPB MySQL Service for Athena<br />\r
+                                       email: <? echo htmlentities('sql@mit.edu'); ?></h2>\r
+                       </div>\r
+                       <div id="hmenu">\r
+                               <?php isOnline() && include('menu.php'); ?>\r
+                       </div>\r
+                       <div id="main">\r
+                               <div id="content_wide">\r
This page took 0.062537 seconds and 4 git commands to generate.