openidec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

register.tpl (624B)


      1 {{template "header.tpl" $}}
      2 <form method="post" enctype="application/x-www-form-urlencoded" action="/register">
      3 <table id="login" cellspacing=0 cellpadding=0>
      4 
      5 <tr class="odd"><td>
      6 <input type="text" name="username" class="login" placeholder="username"><br>
      7 </td></tr>
      8 
      9 <tr class="even"><td>
     10 <input type="password" name="password" class="passwd" placeholder="password"><br>
     11 </td></tr>
     12 
     13 <tr><td class="odd">
     14 <input type="text" name="email" class="email" placeholder="email">
     15 </td></tr>
     16 
     17 <tr class="even"><td class="links">
     18 <button class="form-button">Register</button>
     19 </td></tr>
     20 
     21 </table>
     22 
     23 </form>
     24 {{template "footer.tpl"}}