Authorization Request
<%= 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? -%>
<% 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 ) %>