Sha256: c73e587690fc85ddd6ba6e5635054129ffa9ea2ad7153a90d460683ab91a5729

Contents?: true

Size: 553 Bytes

Versions: 9

Compression:

Stored size: 553 Bytes

Contents

<% form_tag :action=> "login" do %>
<ul>
  <li>
    <label for="user_login"><%= _('Username')%>:</label>
    <input type="text" name="user_login" id="user_login" value=""/>
  </li>
  <li>
    <label for="user_password"><%= _('Password') %>:</label>
    <input type="password" name="user_password" id="user_password" />
  </li>
	<li class="r"><input type="submit" name="login" value= "<%= _('Login') %> &#187;" class="primary" id="submit" /></li>
</ul>
<p><%= link_to "&laquo; " + _('Back to ') + this_blog.blog_name, this_blog.base_url %></p>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-5.0.1 app/views/shared/_loginform.html.erb
typo-5.0.2 app/views/shared/_loginform.html.erb
typo-5.0.3.98.1 app/views/shared/_loginform.html.erb
typo-5.0.3.98 app/views/shared/_loginform.html.erb
typo-5.0 app/views/shared/_loginform.html.erb
typo-5.1.2 app/views/shared/_loginform.html.erb
typo-5.1.1 app/views/shared/_loginform.html.erb
typo-5.1.3 app/views/shared/_loginform.html.erb
typo-5.1 app/views/shared/_loginform.html.erb