]> WPIA git - gigi.git/blob - src/org/cacert/gigi/output/CountrySelector.templ
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[gigi.git] / src / org / cacert / gigi / output / CountrySelector.templ
1 <select name='<?=$name?>'>
2 <option value='invalid'><? if($optional) { ?><?=_not specified?><? } else { ?><?=_please select...?><? } ?></option>
3 <? foreach($countryCode) { ?>
4     <option value="<?=$cc?>" <?=$selected?> ><?=$cc?> - <?=$display?></option>
5 <? } ?>
6 </select>