]> andersk Git - sql-web.git/blame - tpl/signup.php
jbarnold: contact.php
[sql-web.git] / tpl / signup.php
CommitLineData
dc478ec8
JP
1<?php
2include 'head.php';
3
4$thisTxt = isSSL()?' with this Certificate':' via SQL';
5?>
6
7<h2>Signup</h2>
8
9<?php printErrors($err); ?>
10
1389493c 11<?php if ($LoginSSL->canSignup()): ?>
377015e0
JP
12<h3>You are registering as: <?=$LoginSSL->getUsername()?></h3>
13<p><?=$LoginSSL->getName()?></p>
14<p><?=$LoginSSL->getEmail()?></p>
dc478ec8
JP
15
16<form method=post>
377015e0
JP
17<p><span style="width: 150px;"><label for="p1">password:</label></span> <input type="password" name="p1"></p>
18<p><span style="width: 150px;"><label for="p2">confirm:</label></span> <input type="password" name="p2"></p>
dc478ec8
JP
19<input type=submit value="Confirm Registration">
20</form>
21
1389493c 22<?php elseif ($LoginSSL->canLogin()): ?>
dc478ec8 23
1389493c 24<h3>This account is signed up. <a href="login">Login</a>.</h3>
dc478ec8
JP
25
26<?php else: ?>
27
dc478ec8
JP
28<?php endif; ?>
29
30<?php
31include 'foot.php';
32?>
This page took 0.057599 seconds and 5 git commands to generate.