Sha256: a255ace0932ea5bed58e0ce4af5c75eece8dbca8437babe7e3d6d51dac38232b
Contents?: true
Size: 763 Bytes
Versions: 2
Compression:
Stored size: 763 Bytes
Contents
<% content_for :stylesheet do %> <style type="text/css"> h3 { color:#5E5E5E; font-family:"LucidaGrande","Myriad Pro"; font-size:22px; height:34px; line-height:30px; padding:0 0 0 5px; text-shadow:1px 1px 0 rgba(255, 255, 255, 0.7); } </style> <% end %> <div style="text-align:left;height:496px"> <div style="padding:5px;"> <%= form_tag session_path do -%> <fieldset> <legend><h3>Sign In</h3></legend> <p style="margin:5px;padding:5px;font-size:15px"><%= label_tag 'user' %><br /> <%= text_field_tag 'login', @login %></p> <p style="margin:5px;padding:5px;font-size:15px"><%= label_tag 'password' %><br /> <%= password_field_tag 'password', nil %></p> </fieldset> <p><%= submit_tag 'login' %></p> <% end -%> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wakame-vdc-webui-10.12.0 | app/views/sessions/new.html.erb |
wakame-vdc-webui-10.11.0 | app/views/sessions/new.html.erb |