update register
[mindcoding-template-patches.git] / tmpl / account.en
CommitLineData
863fc53a
S
1<div class="col-md-12">
2<div class="jumbotron">
66bed249 3<div class="row clearfix">
1e48c1fc 4<form action="/action/register" method="POST" class="jsform">
cfb37988
S
5<div class="input-group">
6 <div class="rules"><a href="https://www.facebook.com/notes/mindcoding/regulament-mindcoding/431673106962286">Rules</a> (website coming soon)</div>
7 <><>
7036a6b4 8
cfb37988
S
9 <span class="input-group-addon">@</span> <input type="text" class="form-control" placeholder="Username" name="username" required>
10 <input type="password" class="form-control" name="password" placeholder="Password" required>
11 <input type="password" class="form-control" name="confirm_password" placeholder="Password" required>
12 <input type="text" class="form-control" placeholder="Full name" name="name" required>
13 <input type="email" class="form-control" placeholder="Email" name="email" required>
14 <input type="tel" class="form-control" placeholder="Phone" name="phone" required>
15 <input type="text" class="form-control" placeholder="Town" name="town" required>
16 <input type="text" class="form-control" placeholder="Institution" name="university" required>
17 <tr> <td>Level <td><select name="level"> <option>Highschool</option> <option>Undergraduate</option> <option>Master</option> <option>Doctorate</option> <option>Other</option> </select>
1e48c1fc 18
66bed249 19 <input type="submit">Submit</input>
cfb37988
S
20</div>
21</form>
1e48c1fc 22
cfb37988
S
23<form action="/action/passwd" method="POST" class="jsform">
24 <div class="input-group">
e1ac787f 25
cfb37988
S
26 <h1>Change password</h1>
27 <input type="password" name="password" class="form-control" placeholder="Old Password" required>
28 <input type="password" placeholder="New password" name="new_password" class="form-control" required>
29 <input type="password" name="confirm new password" class="form-control" placeholder="Confirm new password" required>
863fc53a 30 <br>
cfb37988
S
31 <input type="submit" value="Change password">
32 </form>
33
34 <div class="logos">
35 <a href="http://www.societatea-hermes.ro"><div class="hermes"></div></a>
36 <a href="https://www.facebook.com/mindcodingcluj"><div class="fb"></div></a>
37 </div>
38 </div>
1e48c1fc 39</form>
863fc53a 40</div>
66bed249 41</div>
863fc53a 42</div>
This page took 0.012671 seconds and 4 git commands to generate.