Sha256: 563f65dae688ac90661910bde1a30238bb293fec01ce1837418657663c3bdf46

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

Contents

<%= tr8n_with_options_tag(:default_locale => 'en-US', :admin => true) do %>
	<h2 class="underscore content_hd">
	  <%=tr('Login to Tr8n Translation Engine') %>
	</h2>
	<div class="content_bd">
	
	  <div class="page_form">
	    <%= form_tag(:controller=>:login, :action=>:index) do %>
	      <div class="field">
	        <div class="strong field_hd txt_r h4"><%=tr('Email:') %></div>
	        <div class="field_bd">
	          <%=text_field_tag :email, params[:email], :class => "xlong_input h4" %>
	        </div>
	      </div>
	      <div class="field">
	        <div class="strong field_hd txt_r h4"><%=tr('Password:') %></div>
	        <div class="field_bd">
	          <%=password_field_tag :password, "", :class => "xlong_input h4" %>
	        </div>
	      </div>
	      <br>
	      <div class="field">
	        <div class="field_bd">
	          <button class="button super blue xlarge"><span><%=tr('Login') %></span></button>
						<%= tr("or") %>
						<%=link_to(tr("Register"), "/tr8n/login/register")%>
	        </div>
	      </div>
	    <% end %>
	  </div>
	
	</div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tr8n-3.1.1 app/views/tr8n/login/index.html.erb
tr8n-3.0.5 app/views/tr8n/login/index.html.erb
tr8n-3.0.3 app/views/tr8n/login/index.html.erb
tr8n-3.0.2 app/views/tr8n/login/index.html.erb