]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/FindCertForm.templ
upd: rename package name and all references to it
[gigi.git] / src / org / cacert / gigi / pages / admin / support / FindCertForm.templ
diff --git a/src/org/cacert/gigi/pages/admin/support/FindCertForm.templ b/src/org/cacert/gigi/pages/admin/support/FindCertForm.templ
deleted file mode 100644 (file)
index 678bb63..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<table class="table">
-  <tbody><tr>
-    <th colspan="2"><?=_Find Certificate?></th>
-  </tr>
-
-  <tr>
-    <td><?=_Search for?>:</td>
-    <td>
-       <input type="radio" name="certType" value="serial" <?=$serial?>> <?=_Serial Number?></input>
-       <input type="radio" name="certType" value="email" <?=$email?>> <?=_Email Address?></input>
-       <input type="radio" name="certType" value="DNS" <?=$dns?>> <?=_Domain?></input>
-    </td>
-  </tr>
-
-  <tr>
-    <td><?=_Data?>:</td>
-    <td><input class="form-control" name="cert" value="" size="30" title="<?=_use % as wildcard?>" placeholder="<?=_use % as wildcard?>" type="text" required/></td>
-  </tr>
-
-  <tr>
-    <td colspan="2"><input class="btn btn-primary" name="process" value="<?=_Next?>" type="submit"/></td>
-  </tr>
-</tbody></table>
\ No newline at end of file