Sha256: e00b3cd7f5b67985e01992bbe07b6baea2345508f74be23528e5990bcfc39933

Contents?: true

Size: 1012 Bytes

Versions: 1

Compression:

Stored size: 1012 Bytes

Contents

!!! Strict
%html.iki
  %head
    %link{:rel=>'stylesheet', :href=>'/cms/css', :type=> 'text/css'}
    %script{:type=>'text/javascript', :src=>'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js'}
    %script{:type=>'text/javascript', :src=>'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.js'}
    %script
      $(document).ready(function(){
      $('#iki #login input[type=text], #iki #login input[type=password]').focus(function(){ $(this).val(''); });
      });
    <!--[if lt IE 9]>
    %script{:type=>'text/javascript', :src=>'http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js'}
    <![endif]-->
    %title CMS

  %body.iki
    #iki
      .background
      #logo

      #login
        %form{:action => '/login', :method => 'post'}
          %input.top{:type => 'text', :name => 'username', :value => 'username'}
          %input.bottom{:type => 'password', :name => 'password', :value => 'password'}
          %input{:type=>"submit", :value=>"login >", :class=>"button"}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
classiccms-0.2.4.pre lib/classiccms/views/cms/login.haml