]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/alliances/pscans.tt2
Add alliance members pscans
[ndwebbie.git] / root / src / alliances / pscans.tt2
diff --git a/root/src/alliances/pscans.tt2 b/root/src/alliances/pscans.tt2
new file mode 100644 (file)
index 0000000..8286560
--- /dev/null
@@ -0,0 +1,20 @@
+[% META title = 'Alliance P-Scans' %]
+
+<table class="stats">
+       <tr>
+               <th>Coords</th>
+               <th>Metal</th>
+               <th>Crystal</th>
+               <th>Eonium</th>
+               <th>Tick</th>
+       </tr>
+[% FOR m IN members %]
+       <tr class="[% loop.count % 2 == 0 ? 'even' : 'odd' %]">
+               <td><a href="[% c.uri_for('/stats/planet',m.id) %]">[% m.coords %]</a></td>
+               <td>[% m.metal %]</td>
+               <td>[% m.crystal %]</td>
+               <td>[% m.eonium %]</td>
+               <td>[% m.tick %]</td>
+       </tr>
+[% END %]
+</table>