Sha256: 15945f8b971ebc2f50f43d02172cec4480df61dac7c2e5882d2dbe6aca953482

Contents?: true

Size: 950 Bytes

Versions: 2

Compression:

Stored size: 950 Bytes

Contents

<%= content_tag :h3, link_to(image_tag("/images/admin/typologo.gif", :alt=>"Typo website"), "http://typosphere.org") %>

<div id="flash"><%= render_flash rescue nil %></div>
    
<% form_tag :action=> "login" do %>
<div>
  <h2><label for="user_login"><%= _('Login')%></label></h2>
  <p class='input_text_title'>
    <%= text_field(:user, :login, {:class => 'title large'})%>
  </p>
</div>
<div>
  <h2><label for="user_password"><%= _('Password')%></label></h2>
  <p class='input_text_title'>
    <%= password_field(:user, :password, {:class => 'title large'})%>
  </p>
</div>
<div>
  <label for="remember_me"><%= _('Remember me')%>
    <%= check_box_tag 'remember_me' %>  
  </label>
</div>
<p>
  <input type="submit" name="login" value= "<%= _('Submit') %>" class="save large" id="submit" />
</p>

    <p>
    <small><%= link_to "&laquo; #{_('Back to ')} #{this_blog.blog_name}", this_blog.base_url %></small>
    </p>
    <% end %>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-5.4.1 app/views/accounts/login.html.erb
typo-5.4 app/views/accounts/login.html.erb