openidec

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

login.tpl (522B)


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