]> andersk Git - sql.git/blobdiff - www/templates/index
mako SQL interface
[sql.git] / www / templates / index
similarity index 90%
rename from www/templates/main/index.tmpl
rename to www/templates/index
index cba7a22e61fb09242b032c3413d2c10aa4d0b5e1..087202ee59019e2af111b9c79c6c0edde17b35ef 100644 (file)
@@ -1,11 +1,8 @@
-#extends templates.common.shell
+<%include file="header"/>
 
-#def title: MySQL Services
-
-#block body
 <p>
 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 must choose a MySQL password (which should be different from your Athena account password) when you <a href="signup">sign up</a>, and
 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 username and your new MySQL password.
 You may find it convenient to run scripts using the <a target="_blank" href="http://scripts.mit.edu/web">web script service</a> or
@@ -25,4 +22,5 @@ One nightly backup is available for your locker at <code>/mit/sql/backup/LOCKER_
 <div style="text-align:center; font-style: italic;">
 <!-- /afs/athena.mit.edu/contrib/sql/stat/questions -->
 </div>
-#end block body
\ No newline at end of file
+
+<%include file="footer"/>
This page took 0.029574 seconds and 4 git commands to generate.