]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/Points.templ
upd: rename package name and all references to it
[gigi.git] / src / org / cacert / gigi / pages / wot / Points.templ
diff --git a/src/org/cacert/gigi/pages/wot/Points.templ b/src/org/cacert/gigi/pages/wot/Points.templ
deleted file mode 100644 (file)
index 79323ed..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<table class="summary-table">
-    <tr>
-        <td><?=_Verification points?>:</td>
-        <td><?=$assP?></td>
-        <td>(<?=_Sum of most recently issued points per RA-Agent?>)</td>
-    </tr>
-<? if($expP) { ?>
-    <tr>
-        <td><?=_Experience points?>:</td>
-        <td><?=$expP?></td>
-        <td>(<?=_Based on number of applicants verified?>)</td>
-    </tr>
-    <tr>
-        <td><?=_Max points to issue?>:
-        <td><?=$maxP?></td>
-        <td></td>
-    </tr>
-<? } ?>
-</table>
-<h2><? if($support) { ?><?=_Verification Points Received by ${username}?><? } else { ?><?=_Verification Points You Received?><? } ?></h2>
-<?=$pointlist?>
-<h2><? if($support) { ?><?=_Verification Points Issued by ${username}?><? } else { ?><?=_Verification Points You Issued?><? } ?></h2>
-<?=$madelist?>