Sha256: 8b57155d4f25bafbc5d64d8820fc0c380d6c750e917863e773fd28d14fd39c91

Contents?: true

Size: 861 Bytes

Versions: 4

Compression:

Stored size: 861 Bytes

Contents

%form{:method => "post", :action => slice_url(:openid_server_decision)}
  %table
    %tr
      %td Site:
      %td= @oidreq.trust_root
    - if @oidreq.id_select
      %tr
        %td{:colspan => "2"}
          You entered the server identifier at the relying party. 
          You will need to send an identifier of your choosing.  
          Enter a username and password below.
      %tr
        %td Identity to send:
        %td
          %input{:type => "text", :name => "id_to_send", :size => "25"}
    - else
      %tr
        %td Identity:
        %td= @oidreq.identity
      %tr
        %td
          %label{:for => "password"} Password:
        %td
          %input{:type => "password", :name => "password"}
  %input{:type => "submit", :name => "submit", :value => "Authenticate"}
  %input{:type => "submit", :name => "cancel", :value => "Cancel"}
  

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chef-server-slice-0.7.16 app/views/openid_server/decide.html.haml
chef-server-slice-0.7.14 app/views/openid_server/decide.html.haml
chef-server-slice-0.7.12 app/views/openid_server/decide.html.haml
chef-server-slice-0.7.10 app/views/openid_server/decide.html.haml