]> ruin.nu Git - ndwebbie.git/blobdiff - templates/covop.tmpl
Converted covop target list
[ndwebbie.git] / templates / covop.tmpl
diff --git a/templates/covop.tmpl b/templates/covop.tmpl
deleted file mode 100644 (file)
index 2a80247..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<table>
-       <tr>
-       <th>Coords</th><th>Metal</th><th>Crystal</th><th>Eonium</th><th>Gov</th><th>Alert</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>">
-       <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=Gov></td>
-       <td><TMPL_VAR NAME=MinAlert> - <TMPL_VAR NAME=MaxAlert></td>
-       <td><TMPL_VAR NAME=Distorters></td>
-       <td><TMPL_VAR NAME=MaxResHack></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>