Some JS generation tests works.
[castle.git] / Samples / MindDump / Castle.Applications.MindDump.Web / views / account / authentication.vm
blob6103c1f8b508cf423432ce4da07abb3e56c48f5c
1 <p align="center"> Please supply your login and password.</p>\r
2 \r
3 <p>\r
4 <form action="PerformLogin.rails" method="post">\r
5 <table align="center" width="390px" border="0" cellspacing="2" cellpadding="2">\r
6   <tr>\r
7     <td>\r
8 #if ($errormessage)\r
9     <p align="center">\r
10     <strong>$errormessage</strong>\r
11         </p>\r
12 #end\r
14         <fieldset>\r
15           <legend>Authentication info:</legend>\r
16         <table width="380px" border="0" cellspacing="5" cellpadding="2">\r
17           <tr>\r
18                 <td>Login:</td>\r
19                 <td><input type="text" name="login" maxlength="45"></td>\r
20           </tr>\r
21           <tr>\r
22                 <td>Password:</td>\r
23                 <td><input name="pwd" type="password" maxlength="12"></td>\r
24           </tr>\r
25         </table>\r
26         \r
27         </fieldset>\r
28         <br>\r
29         <div align="center">\r
30         <input name="act" type="submit" value="Log me in">\r
31         \r
32         </div>\r
33         \r
34         </td>\r
35   </tr>\r
36 </table>\r
39 </form>\r
40 </p>\r