]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/AssurancesDisplay.templ
upd: rename package name and all references to it
[gigi.git] / src / org / cacert / gigi / output / AssurancesDisplay.templ
diff --git a/src/org/cacert/gigi/output/AssurancesDisplay.templ b/src/org/cacert/gigi/output/AssurancesDisplay.templ
deleted file mode 100644 (file)
index 41f9fd8..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<table class="table">
-<tr>
-<th colspan="7"><?=_Verifications?></th>
-</tr>
-<tr>
-<td><?=_Id?></td>
-<td><?=_Date?></td>
-<td><?=$verb?></td>
-<td><?=_Verified Name?></td>
-<td><?=_Points?></td>
-<td><?=_Location?></td>
-<td><?=_Method?></td>
-</tr>
-<? foreach($assurances) {?>
-<tr <? if($expired) { ?> class="info" <? } ?> >
-<? if($support) { ?>
-<td><a href="/support/user/<?=$linkId?>/"><?=$id?></a></td>
-<? } else { ?>
-<td><?=$id?></td>
-<? } ?>
-<td><?=$date?></td>
-<td><?=$verbVal?></td>
-<? if($myName) { ?>
-<td><?=$myName?></td>
-<? } ?>
-<td><?=$points?></td>
-<td><?=$location?></td>
-<td><?=$method?></td>
-</tr>
-<? } ?>
-</table>
-<?=$info?>
\ No newline at end of file