]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/wot/Points.templ
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / pages / wot / Points.templ
1 <table class="summary-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><? if($support) { ?><?=_Verification Points Received by ${username}?><? } else { ?><?=_Verification Points You Received?><? } ?></h2>
21 <?=$pointlist?>
22 <h2><? if($support) { ?><?=_Verification Points Issued by ${username}?><? } else { ?><?=_Verification Points You Issued?><? } ?></h2>
23 <?=$madelist?>