]> ruin.nu Git - ndwebbie.git/blob - templates/calls.tmpl
initial commit of calls
[ndwebbie.git] / templates / calls.tmpl
1 <TMPL_IF Call>
2 <TMPL_ELSE>
3 <table>
4         <tr><th>Call</th><th>Member (def points)</th><th>Landing tick</th><th>Races</th><th>Amount</th><th>Shiptypes</th><th>Current eta</th><th>Inital eta</th><th>Alliance</th><th>Attackers</th></tr>
5 <TMPL_LOOP Calls>
6         <tr align="center" class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
7                 <td><a href="index.pl?page=calls&amp;call=<TMPL_VAR NAME=Id>"><TMPL_VAR NAME=Id></a></td>
8                 <td><TMPL_VAR NAME=Coords> (<TMPL_VAR NAME=Defense_points>)</td>
9                 <td><TMPL_VAR NAME=Landing_tick></td>
10                 <td><TMPL_VAR NAME=Race></td>
11                 <td><TMPL_VAR NAME=Amount></td>
12                 <td><TMPL_VAR NAME=Shiptype></td>
13                 <td><TMPL_VAR NAME=Curreta></td>
14                 <td><TMPL_VAR NAME=Eta></td>
15                 <td><TMPL_VAR NAME=Alliance></td>
16                 <td><TMPL_VAR NAME=Attackers></td>
17         </tr>
18 </TMPL_LOOP>
19 </table>
20 </TMPL_IF>