]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/account.en
fix monitor links
[mindcoding-template-patches.git] / tmpl / account.en
index 0377acf396cea9b10077ceebd34f1fa78c596c7b..2a157497051179e9fda15575baeba223db821d38 100644 (file)
@@ -1,22 +1,33 @@
+<div class="well">
 <form action="/action/register" method="POST" class="jsform">
-<div class="main">
-<table>
-<tr> <td>Username                      <td><input type="text"          name="username"                 required>
-<tr> <td>Password                      <td><input type="password"      name="password"                 required>
-<tr> <td>Confirm password      <td><input type="password"      name="confirm_password" required>
+<div class="input-group">
+       <div class="rules"><a href="https://www.facebook.com/notes/mindcoding/regulament-mindcoding/431673106962286">Rules</a> (website coming soon)</div>
 
-<tr> <td>Full name                     <td><input type="text"          name="name"                             required>
-<tr> <td>Email                         <td><input type="email"         name="email"                    required>
-<tr> <td>Phone                         <td><input type="tel"           name="phone"                    required>
-<tr> <td>Town                          <td><input type="text"          name="town"                             required>
-<tr> <td>University                    <td><input type="text"          name="university"               required>
-<tr> <td>Level                         <td><select name="level"> <option>Highschool</option> <option>Undergraduate</option> <option>Master</option> <option>Doctorate</option> <option>Other</option> </select>
+       <h1>Register</h1>
+       <input type="text" class="form-control" placeholder="Username" name="username" required>
+       <input type="password" class="form-control" name="password" placeholder="Password" required>
+       <input type="password" class="form-control" name="confirm_password" placeholder="Password" required>
+       <input type="text" class="form-control" placeholder="Full name"  name="name" required>
+       <input type="email" class="form-control" placeholder="Email" name="email" required>
+       <input type="tel" class="form-control" placeholder="Phone" name="phone" required>
+       <input type="text" class="form-control" placeholder="Town" name="town" required>
+       <input type="text" class="form-control" placeholder="Institution" name="university" required>
+       <select name="level"> <option>Highschool</option> <option>Undergraduate</option> <option>Master</option> <option>Doctorate</option> <option>Other</option> </select>
 
-<tr> <td colspan="2"><input type="submit" value="Register" class="submit">
-</table>
-<div class="logos">
-<a href="http://www.societatea-hermes.ro"><div class="hermes"></div></a>
-<a href="https://www.facebook.com/mindcodingcluj"><div class="fb"></div></a>
-</div>
+       <input type="submit" class="btn btn-default" value="Submit">
 </div>
 </form>
+
+<form action="/action/passwd" method="POST" class="jsform">
+       <div class="input-group">
+
+       <h1>Change password</h1>
+       <input type="password" name="password" class="form-control" placeholder="Old Password" required>
+       <input type="password" placeholder="New password" name="new_password" class="form-control" required>
+       <input type="password" name="confirm new password" class="form-control" placeholder="Confirm new password" required>
+       <br>
+       <input type="submit" class="btn btn-default" value="Change password">
+       </div>
+</form>
+
+</div>
This page took 0.028631 seconds and 4 git commands to generate.