Sha256: ffea7dcaa0c602f3cd47ea18a057d0a3eb7b26d524d7ac15d35aa5e42005d023
Contents?: true
Size: 719 Bytes
Versions: 18
Compression:
Stored size: 719 Bytes
Contents
<form method="post" action="<%= url_for :controller => 'server', :action => 'decision' %>"> <table> <tr><td>Site:</td><td><%= @oidreq.trust_root %></td></tr> <% if @oidreq.id_select %> <tr> <td colspan="2"> You entered the server identifier at the relying party. You'll need to send an identifier of your choosing. Enter a username below. </td> </tr> <tr> <td>Identity to send:</td> <td><input type="text" name="id_to_send" size="25" /></td> </tr> <% else %> <tr><td>Identity:</td><td><%= @oidreq.identity %></td></tr> <% end %> </table> <input type="submit" name="yes" value="yes" /> <input type="submit" name="no" value="no" /> </form>
Version data entries
18 entries across 18 versions & 4 rubygems