]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/wot/MyPoints.templ
Merge "upd: replace preferred name by user id in points issued table"
[gigi.git] / src / org / cacert / gigi / pages / wot / MyPoints.templ
index 0129f69ae636cadfdd1a39ad5a4dd2c09754fef8..1671f1ad111bcdce1dd00ab8c023c34e4008cd2f 100644 (file)
@@ -1,10 +1,23 @@
-<?=$pointlist?>
-<h2><?=_Assurance Points You Issued?></h2>
-<?=$madelist?>
-
-<?=_Assurance points?>: <?=$assP?><br/>
+<table>
+    <tr>
+        <td><?=_Verification points?>:</td>
+        <td><?=$assP?></td>
+        <td>(<?=_Sum of most recently issued points per RA-Agent?>)</td>
+    </tr>
 <? if($expP) { ?>
-<?=_Experience points?>: <?=$expP?><br/>
-<?=_Max points to issue?>: <?=$maxP?><br/>
-
+    <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><?=_Verification Points You Received?></h2>
+<?=$pointlist?>
+<h2><?=_Verification Points You Issued?></h2>
+<?=$madelist?>