]>
Commit | Line | Data |
---|---|---|
1 | <div class="row clearfix"> | |
2 | ||
3 | <div class="col-md-8 column"> | |
4 | <div class="well"> | |
5 | <form action="/action/register" method="POST" class="jsform"> | |
6 | <div class="input-group"> | |
7 | <div class="rules"><a href="https://www.facebook.com/notes/mindcoding/regulament-mindcoding/431673106962286">Rules</a> </div> | |
8 | ||
9 | <h1>Register</h1> | |
10 | <input type="text" class="form-control" placeholder="Username" name="username" required> | |
11 | <input type="password" class="form-control" name="password" placeholder="Password" required> | |
12 | <input type="password" class="form-control" name="confirm_password" placeholder="Password" required> | |
13 | <input type="text" class="form-control" placeholder="Full name" name="name" required> | |
14 | <input type="email" class="form-control" placeholder="Email" name="email" required> | |
15 | <input type="tel" class="form-control" placeholder="Phone" name="phone" required> | |
16 | <input type="text" class="form-control" placeholder="Town" name="town" required> | |
17 | <input type="text" class="form-control" placeholder="Institution" name="university" required> | |
18 | <select name="level"> <option>Highschool</option> <option>Undergraduate</option> <option>Master</option> <option>Doctorate</option> <option>Other</option> </select> | |
19 | ||
20 | <input type="submit" class="btn btn-default" value="Submit"> | |
21 | </div> | |
22 | </form> | |
23 | ||
24 | <form action="/action/passwd" method="POST" class="jsform"> | |
25 | <div class="input-group"> | |
26 | ||
27 | <h1>Change password</h1> | |
28 | <input type="password" name="password" class="form-control" placeholder="Old Password" required> | |
29 | <input type="password" placeholder="New password" name="new_password" class="form-control" required> | |
30 | <input type="password" name="confirm new password" class="form-control" placeholder="Confirm new password" required> | |
31 | <br> | |
32 | <input type="submit" class="btn btn-default" value="Change password"> | |
33 | </div> | |
34 | </form> | |
35 | ||
36 | </div> | |
37 | </div> | |
38 | <div class="col-md-4 column"> | |
39 | <div id="sponsors"></div> | |
40 | </div> | |
41 | </div> |