source: ruby/trunk/rails/cancerehr/app/views/login/login.html.erb@ 61

Last change on this file since 61 was 61, checked in by KOBAYASHI, Shinji, 16 years ago

login view

File size: 345 bytes
Line 
1<filedset>
2 <legend>Please login</legend>
3
4 <% form_tag do %>
5 <p>
6 <label for="name">Name:</label>
7 <%= text_field_tag :name, params[:name] %>
8 </p>
9
10 <p>
11 <label for="password">Password:</label>
12 <%= password_field_tag :password, params[:password] %>
13 </p>
14
15 <p>
16 <%= submit_tag "Login" %>
17 </p>
18 <% end %>
19</fieldset>
Note: See TracBrowser for help on using the repository browser.