]> andersk Git - sql-web.git/blame - tpl/main.php
new templates
[sql-web.git] / tpl / main.php
CommitLineData
dc478ec8
JP
1<?php
2
3include 'head.php';
4
5?>
6<h2>Databases</h2>
1389493c 7
377015e0
JP
8<?php printErrors($err); ?>
9
10<? if (!DEVEL) { ?>
1389493c
JP
11<p>
12Thanks for signing up. This interface is nearly ready. We will e-mail you as soon as this portion of the site is ready.
13<br />
14<br />
15- The MIT SQL Team
16</p>
377015e0
JP
17<? } else { ?>
18
19<form method="post">
20<p><span style="width: 150px;"><label for="p1">new database:</label></span> <input type="text" name="newdb">
21<input type=submit value="Add"></p>
22</form>
1389493c 23
377015e0 24<? } ?>
dc478ec8
JP
25<?php
26
27include 'foot.php';
28
29?>
This page took 0.052171 seconds and 5 git commands to generate.