JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update wfpl and templates
[contractor-progress.git] / login.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6   <title></title>
7 </head>
8
9 <body>
10   <!--~$body show {~-->
11     <h3>Client Login</h3>
12
13     <!--~failed {~-->
14       <h5 style="color: red">Incorrect username and/or password</h5>
15     <!--~}~-->
16  
17     <form action="login.html" method="post">
18       <input type="hidden" name="url" value="~url attr~" />
19  
20       <table style="margin-left: 40px" cellspacing="0" cellpadding="4" border="0" summary="">
21         <tr>
22           <td class="caption">Username:</td>
23  
24           <td><input type="text" name="username" value="~username attr~" /></td>
25         </tr>
26  
27         <tr>
28           <td class="caption">Password:</td>
29  
30           <td><input type="password" name="password" value="~password attr~" /></td>
31         </tr>
32  
33         <tr>
34           <td class="submit_row" colspan="2"><input type="submit" value="Proceed" /></td>
35         </tr>
36       </table>
37     </form>
38   <!--~}~-->
39 </body>
40 </html>