]> ruin.nu Git - ndwebbie.git/blobdiff - templates/targetlist.tmpl
working on raids
[ndwebbie.git] / templates / targetlist.tmpl
diff --git a/templates/targetlist.tmpl b/templates/targetlist.tmpl
new file mode 100644 (file)
index 0000000..43024ad
--- /dev/null
@@ -0,0 +1,7 @@
+<TMPL_IF Targets>
+       <table><tr><th>Target</th><th>Landing tick</th></tr>
+       <TMPL_LOOP Targets>
+               <tr><td><a href="index.pl?page=check&amp;coords=<TMPL_VAR NAME=Coords>"><TMPL_VAR NAME=Coords></a><TMPL_IF Launched>*</TMPL_IF></td><td><a href="raids.php?raid=<TMPL_VAR NAME=Raid>#target<TMPL_VAR NAME=Target>"><TMPL_VAR NAME=Tick></a></td></tr>
+       </TMPL_LOOP>
+       </table>
+</TMPL_IF>