Sha256: d9c5a1111811a8cb4c5bfcf47f51212653f830ae97f1561315ae42280c522dc4
Contents?: true
Size: 837 Bytes
Versions: 2
Compression:
Stored size: 837 Bytes
Contents
<% form_tag :action=> "login" do %> <div title="Account login" id="loginform"> <h3>Typo</h3> <div class="form admin"> <% if flash[:notice] %> <h4><%= flash[:notice] %></h4> <% end %> <ul> <li> <label for="user_login" class="block"><%= _('Username')%>:</label> <input type="text" name="user_login" id="user_login" size="20" value=""/> </li> <li> <label for="user_password" class="block"><%= _('Password') %>:</label> <input type="password" name="user_password" id="user_password" size="30"/> </li> </ul> <input type="submit" name="login" value= "<%= _('Login') %> »" class="primary" /> <p><%= link_to "« " + _('Back to the blog'), { :controller => '/articles' } %></p> </div> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-4.1.1 | app/views/accounts/login.rhtml |
typo-4.1 | app/views/accounts/login.rhtml |