]> ruin.nu Git - ndwebbie.git/blobdiff - templates/defLeeches.tmpl
def leeches
[ndwebbie.git] / templates / defLeeches.tmpl
diff --git a/templates/defLeeches.tmpl b/templates/defLeeches.tmpl
new file mode 100644 (file)
index 0000000..b8744e2
--- /dev/null
@@ -0,0 +1,19 @@
+<!-- <TMPL_VAR NAME=Page> -->
+<table>
+       <tr>
+       <th>User</th>
+       <th>Def Points</th>
+       <th>Def Missions</th>
+       <th>Recalled missions</th>
+       <th>Calls</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=Defense_Points></td>
+       <td><TMPL_VAR NAME=Fleets></td>
+       <td><TMPL_VAR NAME=Recalled></td>
+       <td><TMPL_VAR NAME=Calls></td>
+       </tr>
+       </TMPL_LOOP>
+</table>