Sha256: 00cb75c5159a2e370152d496d492c665a82843a92862f499cfc33cffc5f17a7a

Contents?: true

Size: 890 Bytes

Versions: 1

Compression:

Stored size: 890 Bytes

Contents

- body_classes << "single_form"

#single_form
  %h1= t('please_login')       

  = form_tag login_url do
    %p
      %label{:for=>"username_or_email"}= t('username_or_email')
      = text_field_tag "username_or_email", @username_or_email, :class => 'textbox activate', :maxlength => 40, :size => 40
    %p
      %label{:for=>"password"}= t('password') 
      = password_field_tag "password", '', :class => 'textbox password', :maxlength => 40, :size => 40
    %p.remember_me
      = check_box_tag :remember_me, 1, false, :class => 'checkbox'
      %label.checkbox{:for=>"remember_me"}= t('remember_me_in_this_browser')
    .buttons
      %input.button{:type => "submit", :value => t('login')}

%p.version
  = t('powered_by')
  %a{ :href => "http://radiantcms.org" } TrustyCms CMS
  = t('version')   
  = TrustyCms.loaded_via_gem? ? "#{TrustyCms::Version} (gem)." : "#{TrustyCms::Version}."

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trusty-cms-1.0.0 app/views/admin/welcome/login.html.haml