blob: bf9edbedc3b2749f1b93a9712e40b9407a610903 [file] [log] [blame]
Nico Huberee52fbc2023-06-24 11:52:57 +00001<!-- BEGIN: user_page -->
2<!-- :mode=html: $Id$ -->
3 <p>{ax_data}</p>
4
5 <p>{edit_identity_file}</p>
6
7 <table>
8 <tr>
9 <th>{name_label}</th>
10 <th>{value_label}</th>
11 </tr>
12 <!-- BEGIN: ax -->
13 <tr>
14 <td>{name}</td>
15 <td>{value}</td>
16 </tr>
17 <!-- END: ax -->
18 </table>
19<!-- END: user_page -->
20
21<!-- BEGIN: fetch_request -->
22 <p>{ax_data}</p>
23
24 <table>
25 <tr>
26 <th></th>
27 <th>{name_label}</th>
28 <th>{value_label}</th>
29 </tr>
30 <!-- BEGIN: ax -->
31 <tr>
32 <td><input name="ax_consents[]" type="checkbox" value="{name}" id="ax-consents-{id}" {checked} {disabled} /><!-- BEGIN: required --><input name="ax_consents[]" type="hidden" value="{name}" /><!-- END: required --></td>
33 <td><label for="ax-consents-{id}">{name}</label></td>
34 <td>{value}</td>
35 </tr>
36 <!-- END: ax -->
37 </table>
38<!-- END: fetch_request -->
39
40<!-- BEGIN: store_request -->
41<div class="message">
42 <p>{store_request_message}</p>
43</div>
44<!-- END: store_request -->