blob: 07550bbf6263ae43a7922d0eebf66064bb59cbf9 [file] [log] [blame]
Nico Huberee52fbc2023-06-24 11:52:57 +00001<!-- BEGIN: user_page -->
2<!-- :mode=html: $Id$ -->
3 <p>{sreg_data}</p>
4
5 <p>{connect_data}</p>
6
7 <p>{edit_identity_file}</p>
8
9 <table>
10 <tr>
11 <th>{name_label}</th>
12 <th>{value_label}</th>
13 </tr>
14 <!-- BEGIN: sreg -->
15 <tr>
16 <td>{name}</td>
17 <td>{value}</td>
18 </tr>
19 <!-- END: sreg -->
20 </table>
21<!-- END: user_page -->
22
23<!-- BEGIN: form -->
24 <p>{sreg_data} {policy}</p>
25
26 <table>
27 <tr>
28 <th></th>
29 <th>{name_label}</th>
30 <th>{value_label}</th>
31 </tr>
32 <!-- BEGIN: sreg -->
33 <tr>
34 <td><input name="sreg_consents[]" type="checkbox" value="{name}" id="sreg-consents-{name}" {checked} {disabled} /><!-- BEGIN: required --><input name="sreg_consents[]" type="hidden" value="{name}" /><!-- END: required --></td>
35 <td><input type="hidden" name="openid.{alias}.{name}" value="{value}" /><label for="sreg-consents-{name}">{name}</label></td>
36 <td>{value}</td>
37 </tr>
38 <!-- END: sreg -->
39 </table>
40<!-- END: form -->