]> ruin.nu Git - ndwebbie.git/blob - templates/targetlist.tmpl
43024add02c2b7e378f83abea384aac692212379
[ndwebbie.git] / templates / targetlist.tmpl
1 <TMPL_IF Targets>
2         <table><tr><th>Target</th><th>Landing tick</th></tr>
3         <TMPL_LOOP Targets>
4                 <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>
5         </TMPL_LOOP>
6         </table>
7 </TMPL_IF>