]> andersk Git - sql-web.git/blame - tpl/signup.php
new style: conform to new <scripts.mit.edu> textpattern template
[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
aaf1710a 7<h3>Signup</h3>
dc478ec8
JP
8
9<?php printErrors($err); ?>
10
1389493c 11<?php if ($LoginSSL->canSignup()): ?>
aaf1710a 12<p>You are registering as: <?=$LoginSSL->getUsername()?></p>
377015e0
JP
13<p><?=$LoginSSL->getName()?></p>
14<p><?=$LoginSSL->getEmail()?></p>
dc478ec8 15
fe82feb5
JP
16Your MySQL password should be different from your Athena account password.
17
53f8750e 18<form method=post action="<?=$URI?>">
377015e0 19<p><span style="width: 150px;"><label for="p1">password:</label></span> <input type="password" name="p1"></p>
fe82feb5 20<p><span style="width: 150px;"><label for="p2">repeat password:</label></span> <input type="password" name="p2"></p>
dc478ec8
JP
21<input type=submit value="Confirm Registration">
22</form>
23
1389493c 24<?php elseif ($LoginSSL->canLogin()): ?>
dc478ec8 25
aaf1710a 26<p>Your account [<?=$LoginSSL->getUsername()?>] is already signed up.</p>
dc478ec8
JP
27
28<?php else: ?>
29
dc478ec8
JP
30<?php endif; ?>
31
32<?php
33include 'foot.php';
34?>
This page took 0.051164 seconds and 5 git commands to generate.