Sha256: 6b846bef74285b638bd0c226bce3542bbf161108fb7ca1cc37650da1ea501aca

Contents?: true

Size: 1.36 KB

Versions: 20

Compression:

Stored size: 1.36 KB

Contents

<%- alchemy_combined_assets -%>

<div id="alchemy_greeting">
    <%= image_tag("alchemy/alchemy-logo.png") %>
    <h1>
        <%= flash[:info] %>
    </h1>
</div>

<div class="login_signup_box">
    <%= form_for @user_session, :url => {:controller => 'admin', :action => 'login'}, :html => { :id => "login" } do |f| %>
        <%= f.error_messages %>
        <table>
            <tr>
                <td class="label">
                    <%= f.label :login, _("username") %>
                </td>
                <td class="input">
                    <%= f.text_field :login, :class => 'thin_border' %>
                </td>
            </tr>
            <tr>
                <td class="label">
                    <%= f.label :password, _("password") %>
                </td>
                <td class="input">
                    <%= f.password_field :password, :class => 'thin_border' %>
                </td>
            </tr>
            <tr>
                <td colspan="2">
                    <%= hidden_field_tag "redirect_url", params[:redirect_url] %>
                    <%= f.button _('login'), :class => 'button', :name => nil %>
                </td>
            </tr>
        </table>
    <% end %>
</div>

<%- content_for :javascripts do -%>
<script type="text/javascript" charset="utf-8">
// <![CDATA[
    jQuery('#user_session_login').focus();
// ]]>
</script>
<%- end -%>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/admin/login.html.erb
alchemy_cms-2.0.6.1 app/views/admin/login.html.erb
alchemy_cms-2.0.5 app/views/admin/login.html.erb
alchemy_cms-2.0.4 app/views/admin/login.html.erb
alchemy_cms-2.0.3.1 app/views/admin/login.html.erb
alchemy_cms-2.1.beta1 app/views/admin/login.html.erb
alchemy_cms-2.0.3 app/views/admin/login.html.erb
alchemy_cms-2.0.2 app/views/admin/login.html.erb
alchemy_cms-2.0.1 app/views/admin/login.html.erb
alchemy_cms-2.0 app/views/admin/login.html.erb
alchemy_cms-2.0.rc6 app/views/admin/login.html.erb
alchemy_cms-2.0.rc5 app/views/admin/login.html.erb
alchemy_cms-2.0.rc4 app/views/admin/login.html.erb
alchemy_cms-2.0.rc3 app/views/admin/login.html.erb
alchemy_cms-2.0.rc2 app/views/admin/login.html.erb
alchemy_cms-2.0.rc1 app/views/admin/login.html.erb
alchemy_cms-2.0.pre5 app/views/admin/login.html.erb
alchemy_cms-2.0.pre4 app/views/admin/login.html.erb
alchemy_cms-2.0.pre3 app/views/admin/login.html.erb
alchemy_cms-2.0.pre2 app/views/admin/login.html.erb