Add initial style for account.html
[mindcoding-template-patches.git] / tmpl / account.en
CommitLineData
1e48c1fc
MG
1<div class="mindcoding_logo"></div>
2<div class="spacer"></div>
3
4<form action="/action/register" method="POST" class="jsform">
5<div class="main">
6<table>
7<tr> <td>Username <td><input type="text" name="username" required>
8<tr> <td>Password <td><input type="password" name="password" required>
9<tr> <td>Confirm password <td><input type="password" name="confirm_password" required>
10
11<tr> <td>Full name <td><input type="text" name="name" required>
12<tr> <td>Email <td><input type="email" name="email" required>
13<tr> <td>Phone <td><input type="tel" name="phone" required>
14<tr> <td>Town <td><input type="text" name="town" required>
15<tr> <td>University <td><input type="text" name="university" required>
16<tr> <td>Level <td><select name="level"> <option>Highschool</option> <option>Undergraduate</option> <option>Master</option> <option>Doctorate</option> <option>Other</option> </select>
17
18<tr> <td colspan="2"><input type="submit" value="Register" class="submit">
19</table>
20<div class="logos">
21<a href="http://www.societatea-hermes.ro"><div class="hermes"></div></a>
22<a href="https://www.facebook.com/mindcodingcluj"><div class="fb"></div></a>
23</div>
24</div>
25</form>
This page took 0.01058 seconds and 4 git commands to generate.