]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/MyDetails.templ
upd: split certificate issuance as organisation into seperate
[gigi.git] / src / org / cacert / gigi / pages / account / MyDetails.templ
index cb925741c6adbb77553a166f02bf177160be0967..a4940ceb05196cf9993c3526e79a501c395df3ee 100644 (file)
@@ -1,44 +1,6 @@
-<form method="post" action="/account/myDetails">
-<table class="wrapper dataTable" width="400">
-<thead>
-  <tr>
-    <th colspan="2"><?=_My Details?></th>
-  </tr>
-  </thead>
-  <tbody>
-  <tr>
-    <td width="125"><?=_First Name?>: </td>
-    <td width="125"><input type="text" name="fname" value="<?=$fname?>"></td>
-  </tr>
-  <tr>
-    <td valign="top"><?=_Middle Name(s)?><br>
-      (<?=_optional?>)
-    </td>
-    <td><input type="text" name="mname" value="<?=$mname?>"></td>
-  </tr>
-  <tr>
-    <td><?=_Last Name?>: </td>
-    <td><input type="text" name="lname" value="<?=$lname?>"></td>
-  </tr>
-  <tr>
-    <td><?=_Suffix?><br>
-      (<?=_optional?>)</td>
-    <td><input type="text" name="suffix" value="<?=$suffix?>"></td>
-  </tr>
-  <tr>
-    <td><?=_Date of Birth?><br>
-           (<?=_dd/mm/yyyy?>)</td>
-    <td><?=$DoB?></td>
-  </tr>
-  <tr>
-    <td colspan="2" class="title"><?=_Show account history?></td>
-  </tr>
-  <tr>
-    <td colspan="2" class="title"><?=_View secret question & answers and OTP phrases?></td>
-  </tr>
-  <?=$details?>
-  <tr><td colspan="2"><input type="submit" name="process" value="<?=_Update?>"></td>
-  </tr>
-  </tbody>
-</table>
-</form>
+<?=$detailsForm?>
+<h2><?=_My Listing?></h2>
+<?=$contactMeForm?>
+<? if($orgaForm) { ?>
+<?=$orgaForm?>
+<? } ?>