]> ruin.nu Git - ndwebbie.git/blobdiff - templates/points.tmpl
Top members converted
[ndwebbie.git] / templates / points.tmpl
diff --git a/templates/points.tmpl b/templates/points.tmpl
deleted file mode 100644 (file)
index 9136843..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<table>
-       <tr>
-       <th>User</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>">
-       <td><TMPL_VAR NAME=Username></td>
-       <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>
-       </tr>
-       </TMPL_LOOP>
-</table>