]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/account/MyDetailsForm.templ
add: Allow multiple names, name-schemes, multi-name-assurance, etc.
[gigi.git] / src / org / cacert / gigi / pages / account / MyDetailsForm.templ
1 <table class="table">
2   <tbody>
3   <tr>
4     <td><?=_Date of Birth?><br>
5             (<?=_yyyy-mm-dd?>)</td>
6     <td><?=$DoB?></td>
7     <td><button class="btn btn-primary" name="action" value="updateDoB"><?=_Update Date of Birth?></button></td>
8   </tr>
9   <tr>
10     <td colspan="3" class="title"><a href="/account/history"><?=_Show account history?></a></td>
11   </tr>
12   </tbody>
13 </table>