]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/orga/CreateOrgForm.templ
add: factor out country selection and type-restrict internal api.
[gigi.git] / src / org / cacert / gigi / pages / orga / CreateOrgForm.templ
index 761bd78b0655fa0e6f4e05019b1110fef65727f3..7f34782ba86f325e56d76b896bad6ffd55312802 100644 (file)
   <tr>
     <td><?=_Country?>:</td>
     <td>
-      <select name="C">
-    <? foreach($countryCode) { ?>
-        <option value="<?=$cc?>" <?=$selected?> ><?=$cc?> - <?=$display?></option>
-    <? } ?>
-      </select>
+      <?=$C?>
       <?=_(2 letter !'<a href="http://www.iso.org/iso/home/standards/country_codes/iso-3166-1_decoding_table.htm">'ISO code!'</a>')?>
     </td>
   </tr>