<% # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. %>
<%= current_avatar %>
For proper security be sure that the image to the right matches your id image.

Trust Request



<%= form_tag( {:action => 'decision'} , { :method => 'post' } ) %>

Authorization Request

This site: <%=h @trust_root %> is asking to verify your ID: <%=h @identity_url %>

<%= radio_button_tag 'keep_until', 'once', :checked => 'checked'%>
<%= radio_button_tag 'keep_until', 'forever' %>
<%= radio_button_tag 'keep_until', 'exact' %> <%= select_date %>


Trust Profile

<%= text_for_user_notification(@properties) %>
Use An Existing Trust Profile or Create a New Trust Profile
  <%= hidden_fields_for_highlighting %> <% unless @properties.empty? -%> <% for property in @properties %> <% end %>


<% end -%> <%= text_field_tag 'profile_name', '', :id => 'trust-profile-name' %>

<%= hidden_field_tag 'query', @query_string %> <%= image_submit_tag 'buttons/allow.gif', :alt => 'Allow', :name => 'yes' %> <%= link_to(image_tag( 'buttons/deny.gif', :alt => 'Deny', :style => 'margin-left:15px;' ), openid_request.cancel_url ) %>