Sha256: d801f0f9e4c75e4747ea81fe8e48b36db78d406367dea601bdf0fc6eb034d190
Contents?: true
Size: 997 Bytes
Versions: 2
Compression:
Stored size: 997 Bytes
Contents
<%= content_tag :h3, link_to(image_tag("/images/admin/typologo.gif", :alt=>"Typo website"), "http://typosphere.org") %> <div id="flash"><%= render_the_flash %></div> <% form_tag :action=> "login" do %> <h3><label for="user_login"><%= _('Login')%></label></h3> <p class='input_text_title'> <%= text_field(:user, :login, {:class => 'title large'})%> </p> <h3><label for="user_password"><%= _('Password')%></label></h3> <p class='input_text_title'> <%= password_field(:user, :password, {:class => 'title large'})%> </p> <label for="remember_me"><%= _('Remember me')%> <%= check_box_tag 'remember_me' %> </label> <p> <input type="submit" name="login" value= "<%= _('Submit') %>" class="save large" id="submit" /> </p> <p> <small><%= link_to "« #{_('Back to ')} #{this_blog.blog_name}", this_blog.base_url %></small><br /> <small><%= link_to "#{_("I've lost my password")} »", :action => 'recover_password' %></small> </p> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-5.5 | app/views/accounts/login.html.erb |
typo-5.4.4 | app/views/accounts/login.html.erb |