]> ruin.nu Git - ndwebbie.git/blobdiff - templates/points.tmpl
Let officers see all members
[ndwebbie.git] / templates / points.tmpl
index b45635ca8b3f7290302301529a1db0986ccc40d9..7b3484a29ed99a503faed2ac2b5f27aa2eca45d3 100644 (file)
@@ -1,12 +1,13 @@
 <table>
        <tr>
        <th>User</th>
-       <th><a href="index.pl?page=<TMPL_VAR NAME=PAGE>&amp;type=total">Total</a></th>
-       <th><a href="index.pl?page=<TMPL_VAR NAME=PAGE>&amp;type=defense">Defenses</a></th>
-       <th><a href="index.pl?page=<TMPL_VAR NAME=PAGE>&amp;type=attack">Attacks</a></th>
-       <th><a href="index.pl?page=<TMPL_VAR NAME=PAGE>&amp;type=scan">Scans</a></th>
-       <th><a href="index.pl?page=<TMPL_VAR NAME=PAGE>&amp;type=humor">Humor</a></th>
-       <th><a href="index.pl?page=<TMPL_VAR NAME=PAGE>&amp;type=rank">ND Rank</a></th>
+       <th><a href="/<TMPL_VAR NAME=PAGE>?type=total">Total</a></th>
+       <th><a href="/<TMPL_VAR NAME=PAGE>?type=defense">Defenses</a></th>
+       <th><a href="/<TMPL_VAR NAME=PAGE>?type=attack">Attacks</a></th>
+       <th><a href="/<TMPL_VAR NAME=PAGE>?type=raid">Raid</a></th>
+       <th><a href="/<TMPL_VAR NAME=PAGE>?type=scan">Scans</a></th>
+       <th><a href="/<TMPL_VAR NAME=PAGE>?type=humor">Humor</a></th>
+       <th><a href="/<TMPL_VAR NAME=PAGE>?type=rank">ND Rank</a></th>
        </tr>
        <TMPL_LOOP Members>
        <tr class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
@@ -14,6 +15,7 @@
        <td><TMPL_VAR NAME=Total></td>
        <td><TMPL_VAR NAME=Defense></td>
        <td><TMPL_VAR NAME=Attack></td>
+       <td><TMPL_VAR NAME=Raid></td>
        <td><TMPL_VAR NAME=Scan></td>
        <td><TMPL_VAR NAME=Humor></td>
        <td><TMPL_VAR NAME=Rank></td>