]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/wot/RequestTTPForm.templ
01cedb86bd0b26d43a1788bc38e9f80384b32c06
[gigi.git] / src / org / cacert / gigi / pages / wot / RequestTTPForm.templ
1 <table class="table">
2         <tr>
3                 <td class="DataTD"><?=_Country where you want to visit the TTP?></td>
4                 <td class="DataTD"><select size="1" name="country">
5                         <? foreach($countries) {?>
6                                 <option value="<?=$i?>"><?=$country?></option>
7                         <? } ?>
8                 </select></td>
9         </tr>
10 <!--    <tr>
11                 <td class="DataTD"><?=_I want to take part in the TTP Topup programme?></td>
12                 <td class="DataTD"><input type="checkbox" name="ttptopup" value="1"></td>
13         </tr>-->
14         <tr>
15                 <td colspan="2" >
16                         <input type="submit" name="ttp" value="<?=_I need a TTP assurance?>">
17                 </td>
18         </tr>
19 </table>