]> ruin.nu Git - ndwebbie.git/blob - templates/covop.tmpl
possible to mark planets as cov opped
[ndwebbie.git] / templates / covop.tmpl
1 <table>
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" class="<TMPL_IF __odd__>odd<TMPL_ELSE>even</TMPL_IF>">
7         <td><a href="/check?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=Distorters></td>
13         <td><TMPL_VAR NAME=MaxResHack></td>
14         <td><TMPL_VAR NAME=LastCovOp></td>
15         <td><a href="/<TMPL_VAR NAME=PAGE>?<TMPL_VAR NAME=List>&amp;covop=<TMPL_VAR NAME=Id>">Did CovOp this tick</a></td>
16         </tr>
17         </TMPL_LOOP>
18 </table>