]> andersk Git - sql-web.git/blobdiff - tpl/signup.php
new style: conform to new <scripts.mit.edu> textpattern template
[sql-web.git] / tpl / signup.php
index e5e532e7a25b9194fb3df9cb44cb762071e34a8e..b980a4a1328eb39d12add1a2a61537b786529d3c 100644 (file)
@@ -4,12 +4,12 @@ include 'head.php';
 $thisTxt = isSSL()?' with this Certificate':' via SQL';
 ?>
 
-<h2>Signup</h2>
+<h3>Signup</h3>
 
 <?php printErrors($err); ?>
 
 <?php if ($LoginSSL->canSignup()): ?>
-<h3>You are registering as: <?=$LoginSSL->getUsername()?></h3>
+<p>You are registering as: <?=$LoginSSL->getUsername()?></p>
 <p><?=$LoginSSL->getName()?></p>
 <p><?=$LoginSSL->getEmail()?></p>
 
@@ -23,7 +23,7 @@ Your MySQL password should be different from your Athena account password.
 
 <?php elseif ($LoginSSL->canLogin()): ?>
 
-<h3>This account is already signed up.</h3>
+<p>Your account [<?=$LoginSSL->getUsername()?>] is already signed up.</p>
 
 <?php else: ?>
 
This page took 0.025702 seconds and 4 git commands to generate.