]> andersk Git - sql-web.git/blob - tpl/signup.php
mitsql 0,21
[sql-web.git] / tpl / signup.php
1 <?php
2 include 'head.php';
3
4 $thisTxt = isSSL()?' with this Certificate':' via SQL';
5 ?>
6
7 <h2>Signup</h2>
8
9 <?php printErrors($err); ?>
10
11 <h3>You are registering as: <?=$Username?></h3>
12 <p><?=$SSLName?></p>
13 <p><?=$SSLEmail?></p>
14
15 <?php if ($Login2->canSignup()): ?>
16
17 <form method=post>
18 <p>password: <input type="password" name="p1"></p>
19 <p>confirm: <input type="password" name="p2"></p>
20 <input type=submit value="Confirm Registration">
21 </form>
22
23 <?php elseif ($Login2->canLogin()): ?>
24
25 <h3><a href="login">Login</a>. This account is already signed up.</h3>
26
27 <?php else: ?>
28
29 Hi
30
31 <?php endif; ?>
32
33 <?php
34 include 'foot.php';
35 ?>
This page took 0.051414 seconds and 5 git commands to generate.