root/app/views/account/login.rhtml
@
10
| Revision 1, 373 bytes (checked in by falcon, 17 years ago) |
|---|
| Line | |
|---|---|
| 1 | <% form_tag do -%> |
| 2 | <p><label for="login">Login</label><br/> |
| 3 | <%= text_field_tag 'login' %></p> |
| 4 | |
| 5 | <p><label for="password">Password</label><br/> |
| 6 | <%= password_field_tag 'password' %></p> |
| 7 | |
| 8 | <!-- Uncomment this if you want this functionality |
| 9 | <p><label for="remember_me">Remember me:</label> |
| 10 | <%= check_box_tag 'remember_me' %></p> |
| 11 | --> |
| 12 | |
| 13 | <p><%= submit_tag 'Log in' %></p> |
| 14 | <% end -%> |
Note: See TracBrowser
for help on using the browser.
