Sha256: 5dc4b6798e294fd62f41be10555e6771aa6006cf8ba750ff8fd8b26b345a93b2
Contents?: true
Size: 1.08 KB
Versions: 45
Compression:
Stored size: 1.08 KB
Contents
!!! Strict %html.iki %head %link{:rel=>'stylesheet', :href=>'/cms/css/reset.css', :type=> 'text/css'} %link{:rel=>'stylesheet', :href=>'/cms/css/style.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
45 entries across 45 versions & 1 rubygems