]> andersk Git - sql-web.git/commitdiff
version marker changed to 1.2
authorJoe Presbrey <presbrey@mit.edu>
Wed, 12 Apr 2006 02:48:40 +0000 (02:48 +0000)
committerJoe Presbrey <presbrey@mit.edu>
Wed, 12 Apr 2006 02:48:40 +0000 (02:48 +0000)
external links open in _blank

git-svn-id: svn://presbrey.mit.edu/sql/mitsql@104 a142d4bd-2cfb-0310-9673-cb33a7e74f58

mitsql.cfg.php
tpl/head.php
tpl/index.php

index e45c462cc5c3d6568a053385276b535db2ee09be..286920318b2504c72b2d1c90fda63a80efab888f 100755 (executable)
@@ -12,7 +12,7 @@ defined('DEBUG') || define('DEBUG', 0);
 defined('DEVEL') || define('DEVEL', 0);
 defined('OFFLINE') || define('OFFLINE', 0);
 
-define('VER', '1.0');
+define('VER', '1.2');
 if (DEVEL) {
        define('VERSION', VER.'-dev');
 } else {
index bf2ea39bb77a00d73382da8d7623b1bf2e536c73..1009ad1ccf3a501b049388ecd9d22ec5597328ab 100644 (file)
@@ -27,7 +27,7 @@ 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: <?=chars_encode('sql@mit.edu')?></h2>\r
                        </div>\r
index 24ee7b84a7787fb04e585083ded4f60e7cfd7e29..d584d5de367610f3f45852857d8f92e7ef1b9e92 100644 (file)
@@ -4,17 +4,17 @@ include 'head.php';
 <h3>About</h3>
 
 <p>
-This service provides <a href="http://dev.mysql.com/doc">MySQL</a> databases to <a href="http://ca.mit.edu/">MIT certificate</a> holders.
+This service provides <a target="_blank" href="http://dev.mysql.com/doc">MySQL</a> databases to <a target="_blank" href="http://ca.mit.edu/">MIT certificate</a> holders.
 You must choose a MySQL password (which should be different from your Athena account password) when you <a href="do/signup">sign up</a>, and you can
 then use this interface to create and drop databases.  All subsequent SQL commands can be issued from any host, client, and/or script of your choice;
 simply connect to the MySQL server at <b>sql.mit.edu</b> using your new MySQL username and password.
-You may want to consider running scripts using the <a href="http://scripts.mit.edu/web">web script service</a> or
-<a href="http://scripts.mit.edu/shortjobs">shortjobs service</a>.
+You may want to consider running scripts using the <a target="_blank" href="http://scripts.mit.edu/web">web script service</a> or
+<a target="_blank" href="http://scripts.mit.edu/cron">shortjobs service</a>.
 </p>
 
 <p>
-All uses of this service must comply with the <a href="http://web.mit.edu/olh/Welcome/rules.html">MITnet rules of use</a>.
-The SIPB MySQL Service is part of the <a href="http://scripts.mit.edu/">scripts.mit.edu</a> project.
+All uses of this service must comply with the <a target="_blank" href="http://web.mit.edu/olh/Welcome/rules.html">MITnet rules of use</a>.
+The SIPB MySQL Service is part of the <a target="_blank" href="http://scripts.mit.edu/">scripts.mit.edu</a> project.
 </p>
 
 <h3>Backups</h3>
This page took 0.039013 seconds and 5 git commands to generate.