]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/members/points.tt2
List of members with their ranks
[ndwebbie.git] / root / src / members / points.tt2
index 01c9ff5a94fcb62a87ae8f785e463d4ce7f44ceb..6b11530021ace30d7fa631d5ca92b22c69231a28 100644 (file)
@@ -3,6 +3,7 @@
        <tr>
        <th>User</th>
        <th><a href="[% c.uri_for('points','total_points') %]">Total</a></th>
+       <th><a href="[% c.uri_for('points','defprio') %]">Defprio</a></th>
        <th><a href="[% c.uri_for('points','defense_points') %]">Defenses</a></th>
        <th><a href="[% c.uri_for('points','attack_points') %]">Attacks</a></th>
        <th><a href="[% c.uri_for('points','raid_points') %]">Raid</a></th>
        <th><a href="[% c.uri_for('points','humor_points') %]">Humor</a></th>
        </tr>
 [% FOR m IN members %]
-       <tr class="[% loop.count % 2 == 0 ? 'even' : 'odd' %]">
-       <td>[% m.username %]</td>
+       <tr align="right" class="[% loop.count % 2 == 0 ? 'even' : 'odd' %]">
+       <td align="left">[% m.username %]</td>
        <td>[% m.total_points %]</td>
+       <td>[% m.defprio %]</td>
        <td>[% m.defense_points %]</td>
        <td>[% m.attack_points %]</td>
        <td>[% m.raid_points %]</td>