]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/bug505554-sample.html.erb
remove toolbar and menubar
[.emacs.d.git] / emacs / nxhtml / tests / in / bug505554-sample.html.erb
1 <h1><%= t('views.common.login') %></h1>
2
3 <% form_tag session_path do -%>
4 <p><%= label_tag(t('views.common.username')) %><br />
5 <%= text_field_tag 'login', @login %></p>
6
7 <p><%= label_tag(t('views.common.password')) %><br/>
8 <%= password_field_tag 'password', nil %></p>
9
10 <p><%= submit_tag(t('views.common.login_verb')) %></p>
11 <% end -%>