Sha256: 600397464722079a3fd317cba662b90dec8ce1520d662b9e7dffedacccc772cf
Contents?: true
Size: 601 Bytes
Versions: 14
Compression:
Stored size: 601 Bytes
Contents
<div title="<%= title_helper %>" class="form"> <h3>Please Login</h3> <div class="form-padding"> <%= start_form_tag :action => 'login' %> <table> <%= form_input :text_field, "Login ID", "login", :size => 30 %><br/> <%= form_input :password_field, "Password", "password", :size => 30 %><br/> </table> <div class="button-bar"> <%= submit_tag 'Login' %> <%= link_to 'Register for an account', :action => 'signup' %> | <%= link_to 'Forgot my password', :action => 'forgot_password' %> </div> <%= end_form_tag %> </div> </div>
Version data entries
14 entries across 14 versions & 1 rubygems