]> andersk Git - sql-web.git/blobdiff - tpl/main.php
error code color
[sql-web.git] / tpl / main.php
index ea097da090970d021f51c556721683e0b2d0b369..bd3f2f30295a9b4c14eb3425db2e000d6e4d8975 100644 (file)
@@ -54,10 +54,13 @@ if (isset($i_dropask)) {
 </table>
 
 <form method="post">
-<p><span style="width: 150px;"><label for="p1">new database:</label></span> <input type="text" name="newdb">
+<p align="right"><span style="width: 150px;"><label for="p1">new database:</label></span> <input type="text" name="newdb">
 <input type=submit value="Add"></p>
 </form>
 
+<h2>Manage Data</h2>
+<p>One interface we recommend for managing SQL data is <a href="/~sql/phpMyAdmin/" target="_blank">phpMyAdmin</a>. Feel free to use it after you've created your databases above.</p>
+
 <?php
 
 include 'foot.php';
This page took 0.027508 seconds and 4 git commands to generate.