hackage-server-0.4: datafiles/templates/UserSignupReset/SignupConfirm.st
<!DOCTYPE html>
<html>
<head>
$hackageCssTheme()$
<title>Hackage: Register a new account</title>
</head>
<body>
$hackagePageHeader()$
<div id="content">
<h2>Register a new account</h2>
<p>Email confirmation done!
<p>Now you can set your password and create the account.
<form class="box" action="$posturl$" method="post" enctype="multipart/form-data">
<table>
<tr><td>Your name:<td>$realname$
<tr><td>Login username:<td>$username$
<tr><td>Contact email address:<td>$useremail$
<tr><td><label for="password">Password</label>
<td><input type="password" name="password" id="password">
<tr><td><label for="repeat-password">Confirm Password</label>
<td><input type="password" name="repeat-password" id="repeat-password">
</table>
<p><input type="submit" value="Create account"/>
</form>
</div>
</body></html>