]> andersk Git - sql-web.git/blame - tpl/signup.php
mitsql: contact page, signup fixes, main info on index
[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()): ?>
dc478ec8
JP
12<h3>You are registering as: <?=$Username?></h3>
13<p><?=$SSLName?></p>
14<p><?=$SSLEmail?></p>
dc478ec8
JP
15
16<form method=post>
17<p>password: <input type="password" name="p1"></p>
18<p>confirm: <input type="password" name="p2"></p>
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.044437 seconds and 5 git commands to generate.