]> andersk Git - sql-web.git/blame_incremental - tpl/main.php
new templates
[sql-web.git] / tpl / main.php
... / ...
CommitLineData
1<?php
2
3include 'head.php';
4
5?>
6<h2>Databases</h2>
7
8<?php printErrors($err); ?>
9
10<? if (!DEVEL) { ?>
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>
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>
23
24<? } ?>
25<?php
26
27include 'foot.php';
28
29?>
This page took 0.209099 seconds and 5 git commands to generate.