]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/wot/MyPoints.templ
1671f1ad111bcdce1dd00ab8c023c34e4008cd2f
[gigi.git] / src / org / cacert / gigi / pages / wot / MyPoints.templ
1 <table>
2     <tr>
3         <td><?=_Verification points?>:</td>
4         <td><?=$assP?></td>
5         <td>(<?=_Sum of most recently issued points per RA-Agent?>)</td>
6     </tr>
7 <? if($expP) { ?>
8     <tr>
9         <td><?=_Experience points?>:</td>
10         <td><?=$expP?></td>
11         <td>(<?=_Based on number of applicants verified?>)</td>
12     </tr>
13     <tr>
14         <td><?=_Max points to issue?>:
15         <td><?=$maxP?></td>
16         <td></td>
17     </tr>
18 <? } ?>
19 <table>
20 <h2><?=_Verification Points You Received?></h2>
21 <?=$pointlist?>
22 <h2><?=_Verification Points You Issued?></h2>
23 <?=$madelist?>