]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/wot/MyListingForm.templ
49902afe8ad98529c7ddf0238467fd35f84a7a3c
[gigi.git] / src / org / cacert / gigi / pages / wot / MyListingForm.templ
1 <table class="table">
2   <tr>
3     <th colspan="2"><?=_My Listing?></td>
4   </tr>
5   <tr>
6     <td><?=_Directory Listing?>:</td>
7     <td>
8         <select name="listme">
9                 <option value="0" <?=$notSelected?>><?=_I don't want to be listed?></option>
10                 <option value="1" <?=$selected?>><?=_I want to be listed?></option>
11         </select>
12     </td>
13   </tr>
14   <tr>
15     <td><?=_Contact information?>:</td>
16     <td><textarea class="form-control" name="contactinfo" cols="40" rows="5" wrap="virtual"><?=$activeInfo?></textarea></td>
17   </tr>
18   <tr>
19     <td colspan="2"><input type="submit" name="processContact" value="<?=_Update?>"></td>
20   </tr>
21 </table>