]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/AssureeSearch.templ
upd: rename package name and all references to it
[gigi.git] / src / org / cacert / gigi / pages / wot / AssureeSearch.templ
diff --git a/src/org/cacert/gigi/pages/wot/AssureeSearch.templ b/src/org/cacert/gigi/pages/wot/AssureeSearch.templ
deleted file mode 100644 (file)
index 5be32b1..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<form method="POST">
-<table class="table">
-  <thead>
-  <tr>
-    <th colspan="2" class="title"><?=_Verify Someone?></th>
-  </tr>
-  </thead>
-  <tbody>
-  <tr>
-    <td><?=_Email?>: </td>
-    <td><input class="form-control" type="text" name="email" required></td>
-  </tr>
-  <tr>
-    <td><?=_Date of Birth?><br>
-        (<?=_yyyy-mm-dd?>)</td>
-    <td><?=$DoB?></td>
-  </tr>
-  <tr>
-    <td colspan="2"><input class="btn btn-primary" type="submit" name="search" value="<?=_Next?>"></td>
-  </tr>
-  </tbody>
-</table>
-</form>