Sha256: 91fe493bed9e8cc36352a3deaab7f0a5d1f96e80b6ba7e12539a17e9eae18dd8
Contents?: true
Size: 805 Bytes
Versions: 89
Compression:
Stored size: 805 Bytes
Contents
<div id="pageTitle"> <h1>Login</h1> </div> <div id="toolbar"> <%= link_to "Back", :action => :index %> </div> <div id="content"> <form method="POST" action="<%= url_for :action => :do_login %>"> <% if @msg %> <div class="alert" align="center"><%= @msg %></div> <% end %> <table> <tr> <td width="125" class="fieldLabel">Login</td> <td><input type="text" maxlength="100" name="login"/></td> </tr> <tr> <td width="125" class="fieldLabel">Password</td> <td><input type="password" maxlength="100" name="password"/></td> </tr> </table> <input type="submit" class="standardButton" value="Login" /> </form> </div>
Version data entries
89 entries across 66 versions & 1 rubygems