]> ruin.nu Git - ndwebbie.git/blobdiff - templates/covop.tmpl
possible to mark planets as cov opped
[ndwebbie.git] / templates / covop.tmpl
index 6904bd7335684fe7b00930a00f7ff8e0f1cd66b6..8c7ec877169e1eeafb3293f1bf55c9f495404324 100644 (file)
@@ -3,16 +3,16 @@
        <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>
        </tr>
        <TMPL_LOOP Targets>
-       <tr align="center" class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
+       <tr align="center" class="<TMPL_IF __odd__>odd<TMPL_ELSE>even</TMPL_IF>">
        <td><a href="/check?coords=<TMPL_VAR NAME=Coords>"><TMPL_VAR NAME=Coords></a></td>
        <td><TMPL_VAR NAME=Metal></td>
        <td><TMPL_VAR NAME=Crystal></td>
        <td><TMPL_VAR NAME=Eonium></td>
        <td><TMPL_VAR NAME=SecCents></td>
-       <td><TMPL_VAR NAME=Dists></td>
+       <td><TMPL_VAR NAME=Distorters></td>
        <td><TMPL_VAR NAME=MaxResHack></td>
-       <td><TMPL_VAR NAME=Username> (<TMPL_VAR NAME=LastCovOp>)</td>
-       <td><a href="/<TMPL_VAR NAME=PAGE>?<TMPL_VAR NAME=List>&amp;covop=<TMPL_VAR NAME=Target>">Did CovOp this tick</a></td>
+       <td><TMPL_VAR NAME=LastCovOp></td>
+       <td><a href="/<TMPL_VAR NAME=PAGE>?<TMPL_VAR NAME=List>&amp;covop=<TMPL_VAR NAME=Id>">Did CovOp this tick</a></td>
        </tr>
        </TMPL_LOOP>
 </table>