]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/account/MyDetailsForm.templ
UPD: visual restructure of my details names form
[gigi.git] / src / org / cacert / gigi / pages / account / MyDetailsForm.templ
1 <div class="panel panel-default">
2   <div class="panel-heading"><?=_Date of Birth?></div>
3   <div class="panel-body">
4    <?=$DoB?>
5   </div>
6 </div>
7
8 <table class="table">
9   <tbody>
10   <tr>
11     <td><?=_Date of Birth?><br>
12             (<?=_yyyy-mm-dd?>)</td>
13     <td><?=$DoB?></td>
14     <td><button class="btn btn-primary" name="action" value="updateDoB"><?=_Update Date of Birth?></button></td>
15   </tr>
16   <tr>
17     <td colspan="3" class="title"><a href="/account/history"><?=_Show account history?></a></td>
18   </tr>
19   </tbody>
20 </table>