Sha256: 10953c594b9e16bc520171a0537b85d3d19d86ca7b29b65f3b18a52d1eceadf4

Contents?: true

Size: 1.58 KB

Versions: 1

Compression:

Stored size: 1.58 KB

Contents

!!! html
%meta{ "http-equiv" => "X-UA-Compatible", :content => "IE=9"}
%html{ "ng-app" => ""}
  %head
    %link{ :rel => "stylesheet", :type => "text/css", :href => "/style.css"}
    %link{ :rel => "stylesheet", :type => "text/css", :href => "/bootstrap/css/bootstrap.min.css"} 
    %script{ :src => "/js/angular.min.js" }
    %script{ :src => "/js/angular-resource.js" }
    %script{ :src => "/js/quartz.js" }
    %title QuartzFlow
  %body
    %h1{ :id => "mainheader"} QuartzFlow

    %div{ :class => "container", "ng-controller" => "LoginCtrl"}
      %div{ :class => "alert alert-error", "ng-repeat" => "error in rootErrors()" }
        %button{ :type => "button", :class => "close", "ng-click" => "deleteError(error)"} ×
        {{error}}

      %div{ :class => "alert alert-error", "ng-repeat" => "error in errors" }
        %button{ :type => "button", :class => "close", "ng-click" => "deleteError(error)"} ×
        {{error}}

      %form{ :role => "form", "ng-submit" => "doLogin()" }
        %div{ :class => "form-group" }
          %label{ :for => "login" } Login
          %input{ :type => "text", :class => "form-control", :id => "login", :placeholder => "Enter login", "ng-model" => "login" }
        %div{ :class => "form-group" }
          %label{ :for => "password" } Password
          %input{ :type => "password", :class => "form-control", :id => "password", :placeholder => "Enter password", "ng-model" => "password" }
        %button{ :class => "btn", :type => "submit" } Login

    %script{ :src => "/js/jquery-1.10.2.min.js" }
    %script{ :src => "/bootstrap/js/bootstrap.min.js"}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
quartz_flow-0.0.4 views/login.haml