You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
775 B
35 lines
775 B
<h4>Signup</h4><div id="signup-close" class="link right">(close)</div>
|
|
<hr />
|
|
<form>
|
|
<div>
|
|
<label for="firstname">firstname</label>
|
|
<input type="text" name="firstname" /><br />
|
|
</div>
|
|
<div>
|
|
<label for="surname">surname</label>
|
|
<input type="text" name="surname" /><br />
|
|
</div>
|
|
<div>
|
|
<label for="mail">email</label>
|
|
<input type="text" name="email" /><br />
|
|
</div>
|
|
<div>
|
|
<label for="password">password</label>
|
|
<input type="password" name="password" /><br />
|
|
</div>
|
|
<div>
|
|
<label for="pwrepeat">password (again)</label>
|
|
<input type="password" name="pwrepeat" /><br />
|
|
</div>
|
|
<div style="height: 10px;" />
|
|
<div>
|
|
<hr />
|
|
<hr />
|
|
</div>
|
|
<div style="height: 10px;" />
|
|
<div>
|
|
<input type="submit" />
|
|
</div>
|
|
</form>
|
|
|
|
<!-- vim: set ts=4 sw=4: -->
|