Sha256: 6664fda3643920358e86d994b47bfb797140c302b45b289b5a6ee3ba7d5f1147

Contents?: true

Size: 1.29 KB

Versions: 3

Compression:

Stored size: 1.29 KB

Contents

!!! 1.1
%html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en", :lang => "en"}
%head
  %title Sparkles : Login
  %link{:rel => "stylesheet", :href => "/assets/_sparkles_/css/sparkles-admin.css", :media => "Screen"}
  %script{:src => "/assets/_sparkles_/js/jquery-1.4.1.min.js", :type => "text/javascript"}
%body
  %div#header
  %div#subheader
    %h1
      %img.subhead-icon{:src => "/assets/_sparkles_/images/lock.png", :width => "23", :height => "22", :alt => "Login icon"} Login
  %div#page-content
    %h1 Welcome to Sparkles*.
    %h2 You'll need to log in before you can continue.
    %div#login-box
      %form#login{:name => "login", :method => "post", :action => ""}
        %label.center-block
          Login with Google
        %a.center-block{:href => "#", :onclick => "$(\"#login-openid\").val(\"https://www.google.com/accounts/o8/id\"); $(\"form#login\").submit(); return false;"}
          %img{:src => "/assets/_sparkles_/images/google-small.png", :border => "0"}
        %span.center-block 
          or
        %label.center-block{:for => "openid_identifier"} Use OpenID
        %input#login-openid{:type => "text", :name => "openid_identifier"}
        %button#login-submit{:type => "image", :name => "login-submit"} Submit
  %div#footer 
    powered by
    %span.orange-text Sparkles*

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
orange-sparkles-0.5.9 lib/orange-sparkles/views/openid_login.haml
orange-sparkles-0.5.8 lib/orange-sparkles/views/openid_login.haml
orange-sparkles-0.5.7 lib/orange-sparkles/views/openid_login.haml