]> andersk Git - sql-web.git/blobdiff - tpl/main.php
main: show username as newdb prefix
[sql-web.git] / tpl / main.php
index f6f12b9c3ff8102dcbfba2ca3db12be858cf757c..aa02cefc31649ad9af3bb123c088a7c243a2b7e6 100644 (file)
@@ -12,7 +12,7 @@ if (isset($i_dropask)) {
 }
 
 ?>
-<h2>Databases</h2>
+<h3>Databases</h3>
 
 <form method="post" action="<?=$URI?>">
 <?php printErrors($err1); ?>
@@ -54,12 +54,12 @@ if (isset($i_dropask)) {
 </table>
 
 <form method="post" action="<?=$URI?>">
-<p align="right"><span style="width: 150px;"><label for="p1">new database:</label></span> <input type="text" name="newdb">
+<p align="right"><span style="width: 150px; font-style: italic;"><label for="p1">new database:</label></span> <?=$Login->getUsername()?>+<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="/~tools/phpMyAdmin/" target="_blank">phpMyAdmin</a>. Feel free to use it after you've created your databases.</p>
+<h3>Manage Data</h3>
+<p>One interface we recommend for managing SQL data is <a href="https://scripts.mit.edu/~sql/phpMyAdmin/" target="_blank">phpMyAdmin</a>. Feel free to use it after you've created your databases.</p>
 
 <?php
 
This page took 0.470096 seconds and 4 git commands to generate.