source: de.wigbels.ruby/contact/app/views/login/login.rhtml@ 8f3c501

Last change on this file since 8f3c501 was 7b7d827, checked in by njw <njw@…>, 11 years ago

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 270 bytes
RevLine 
[7b7d827]1<h3>Please Login</h3>
2
3<table>
4 <% form_tag do %>
5 <tr>
6 <td><label for="password">Password:</label></td>
7 <td><%= password_field_tag :password, params[:password] %></td>
8 </tr>
9 <tr>
10 <td><%= submit_tag "Login" %></td>
11 <td></td>
12 </tr>
13 <% end %>
14</table>
Note: See TracBrowser for help on using the repository browser.