]> ruin.nu Git - ndwebbie.git/blob - templates/covop.tmpl
29d36b1625239e0135aa4da40bf20e0f600aaeef
[ndwebbie.git] / templates / covop.tmpl
1 <table border="1">
2         <tr>
3         <th>Coords</th><th>Metal</th><th>Crystal</th><th>Eonium</th><th>% Sec Centres</th><th>Dists</th><th>Max (15 agents)</th><th>Last covop (tick)</th>
4         </tr>
5         <TMPL_LOOP Targets>
6         <tr align="center">
7         <td><a href="index.pl?page=check&amp;coords=<TMPL_VAR NAME=Coords>"><TMPL_VAR NAME=Coords></a></td>
8         <td><TMPL_VAR NAME=Metal></td>
9         <td><TMPL_VAR NAME=Crystal></td>
10         <td><TMPL_VAR NAME=Eonium></td>
11         <td><TMPL_VAR NAME=SecCents></td>
12         <td><TMPL_VAR NAME=Dists></td>
13         <td><TMPL_VAR NAME=MaxResHack></td>
14         <td><TMPL_VAR NAME=Username> (<TMPL_VAR NAME=LastCovOp>)</td>
15         <td><a href="index.pl?page=covop<TMPL_VAR NAME=List>&amp;covop=<TMPL_VAR NAME=Target>">Did CovOp this tick</a>
16         </tr>
17         </TMPL_LOOP>
18 </table>