]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/wot/AssureeSearch.templ
UPD: For privacy do not disclose target userid ( or name/dob by userid)
[gigi.git] / src / org / cacert / gigi / pages / wot / AssureeSearch.templ
1 <form method="POST">
2 <table class="wrapper dataTable" width="300">
3   <thead>
4   <tr>
5     <th colspan="2" class="title"><?=_Assure Someone?></th>
6   </tr>
7   </thead>
8   <tbody>
9   <tr>
10     <td width="125"><?=_Email?>: </td>
11     <td width="125"><input type="text" name="email"></td>
12   </tr>
13   <tr>
14     <td width="125"><?=_Date of Birth?><br>
15             (<?=_dd/mm/yyyy?>)</td>
16     <td width="125"><?=$DoB?></td>
17   </tr>
18   <tr>
19     <td colspan="2"><input type="submit" name="search" value="<?=_Next?>"></td>
20   </tr>
21   </tbody>
22 </table>
23 </form>