]> andersk Git - sql-web.git/blobdiff - tpl/head.php
signup: now takes signups by argument
[sql-web.git] / tpl / head.php
index 39176ba56b0c6689f90b17063a6d127589becd9d..bffc1ed16913f780e5d954bf4786048e9b62fdf6 100644 (file)
@@ -18,7 +18,7 @@ if (isOffline()) {
 <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="http://scripts.mit.edu/style.css" type="text/css" />\r
+       <link rel="stylesheet" href="/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
@@ -27,9 +27,9 @@ if (isOffline()) {
        <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
+                               <h1 id="header"><a href="http://sql.mit.edu/" target="_top">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
+                                       email: <?=chars_encode('sql@mit.edu')?></h2>\r
                        </div>\r
                        <div id="hmenu">\r
                                <?php isOnline() && include('menu.php'); ?>\r
This page took 0.027925 seconds and 4 git commands to generate.