]> ruin.nu Git - ndwebbie.git/blob - templates/targetList.tmpl
Use compression directly in catalyst
[ndwebbie.git] / templates / targetList.tmpl
1 <TMPL_VAR NAME=Error>
2 <table class="stats">
3         <tr>
4                 <th>Coords</th>
5                 <th>Alliance</th>
6                 <th>Race</th>
7                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=score">Score</a></th>
8                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=value">Value</a></th>
9                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=xp">XP</a></th>
10                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=size">Size</a></th>
11                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=nfvalue">NF Value</a></th>
12                 <th><a href="/<TMPL_VAR NAME=PAGE>?order=nfvalue2">NF Value - Ally Value</a></th>
13         </tr>
14 <TMPL_LOOP Alliances>
15         <tr class="<TMPL_IF __odd__>odd<TMPL_ELSE>even</TMPL_IF>">
16                 <td><a href="/check?coords=<TMPL_VAR NAME=Coords>"><TMPL_VAR NAME=Coords></a></td>
17                 <td><TMPL_VAR NAME=Alliance></td>
18                 <td><TMPL_VAR NAME=Race></td>
19                 <td><TMPL_VAR NAME=score></td>
20                 <td><TMPL_VAR NAME=Value></td>
21                 <td><TMPL_VAR NAME=XP></td>
22                 <td><TMPL_VAR NAME=size></td>
23                 <td><TMPL_VAR NAME=nfvalue></td>
24                 <td><TMPL_VAR NAME=nfvalue2></td>
25         </tr>
26 </TMPL_LOOP>
27 </table>