]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/AssurancesDisplay.templ
Highlight expired nucleus bonus verifications in points overview
[gigi.git] / src / org / cacert / gigi / output / AssurancesDisplay.templ
index 4a91eefa19a725af73a518bddf6875a0077ad5fa..41f9fd871e0bfb7290eedb8613da8ccf1fbc1293 100644 (file)
@@ -1,23 +1,32 @@
 <table class="table">
 <tr>
-<th colspan="7"><?=_Assurances?></th>
+<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>
+<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>
\ No newline at end of file
+</table>
+<?=$info?>
\ No newline at end of file