Sha256: d271df72d71a3a6817c1790ff2e44b8669589a188705f96d3f03219cddb564aa

Contents?: true

Size: 1.65 KB

Versions: 17

Compression:

Stored size: 1.65 KB

Contents

- content_for 'page_css' do
  :sass
    #content
      text-align: center
      #login
        background-color: #f5f1e2
        border: 5px solid #efead3
        text-align: left
        margin: 2em
        margin-left: auto
        margin-right: auto
        padding: 5px 20px
        padding-right: 22px
        position: relative
        width: 23.5em
        h1
          font-size: 140%    
          margin: 0
          margin-top: 13px
        table
          width: 100%
          margin: 15px 0 10px 0
          td
            text-align: left
            padding: 6px 0
            &.label
              width: 6em
            &.field
              input.textbox
                font-size: 100%
                width: 98%
            &.checkbox
              font-size: 85%
            &.buttons
              text-align: right
              input
                font-size: 140%

#login
  %h1 Please Login

  - form_tag login_url do
    %table
      %tr
        %td.label
          %label{:for=>"user_login"} Username
        %td.field{:colspan=>2}
          = text_field "user", "login", :class => 'textbox activate', :value => '', :maxlength => 40, :size => 40
      %tr
        %td.label
          %label{:for=>"user_password"} Password
        %td.field{:colspan=>2}
          = password_field "user", "password", :class => 'textbox', :value => '', :maxlength => 40, :size => 40
      %tr
        %td
        %td.checkbox
          = check_box_tag :remember_me, 1, false, :class => 'checkbox'
          %label.checkbox{:for=>"remember_me"} Remember me
        %td.buttons
          %input.button{:type=>"submit", :value=>"Login"}/

= javascript_tag "$('user_login').activate();"

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
radiantcms-couchrest_model-0.2.4 app/views/admin/welcome/login.html.haml
radiantcms-couchrest_model-0.2.2 app/views/admin/welcome/login.html.haml
radiantcms-couchrest_model-0.2.1 app/views/admin/welcome/login.html.haml
radiantcms-couchrest_model-0.2 app/views/admin/welcome/login.html.haml
radiantcms-couchrest_model-0.1.9 app/views/admin/welcome/login.html.haml
radiantcms-couchrest_model-0.1.8 app/views/admin/welcome/login.html.haml
radiantcms-couchrest_model-0.1.7 app/views/admin/welcome/login.html.haml
radiantcms-couchrest_model-0.1.6 app/views/admin/welcome/login.html.haml
radiantcms-couchrest_model-0.1.5 app/views/admin/welcome/login.html.haml
radiant-0.7.2 app/views/admin/welcome/login.html.haml
radiant-0.8.2 app/views/admin/welcome/login.html.haml
radiant-0.8.1 app/views/admin/welcome/login.html.haml
radiant-0.6.9 app/views/admin/welcome/login.html.haml
radiant-0.6.8 app/views/admin/welcome/login.html.haml
radiant-0.7.0 app/views/admin/welcome/login.html.haml
radiant-0.8.0 app/views/admin/welcome/login.html.haml
radiant-0.7.1 app/views/admin/welcome/login.html.haml