]> ruin.nu Git - ndwebbie.git/blob - templates/planetNaps.tmpl
Converted mail page
[ndwebbie.git] / templates / planetNaps.tmpl
1 <TMPL_VAR NAME=Error>
2 <!--<TMPL_VAR NAME=PAGE>-->
3 <table>
4         <tr><th>Coords</th><th>Planet</th><th>Race</th><th>Size (rank)</th><th>Score (rank)</th><th>Value (rank)</th>
5                 <th>XP (rank)</th><th>Fleet (Resouce) value</th><th>Nick</th><th>Hit us</th><th>Alliance</th>
6         </tr>
7         <TMPL_LOOP Planets>
8         <tr align="center"  class="<TMPL_IF __odd__>odd<TMPL_ELSE>even</TMPL_IF>">
9                 <td><a href="check?coords=<TMPL_VAR NAME=Coords>"><TMPL_VAR NAME=Coords></a></td>
10                 <td><TMPL_VAR NAME=Planet></td><td><TMPL_VAR NAME=Race></td>
11                 <td><TMPL_VAR NAME=Size>(<TMPL_VAR NAME=Sizerank>)</td>
12                 <td><TMPL_VAR NAME=Score>(<TMPL_VAR NAME=Scorerank>)</td>
13                 <td><TMPL_VAR NAME=Value>(<TMPL_VAR NAME=Valuerank>)</td>
14                 <td><TMPL_VAR NAME=XP>(<TMPL_VAR NAME=XPrank>)</td>
15                 <td><TMPL_VAR NAME=FleetValue> (<TMPL_VAR NAME=ResValue>)</td>
16                 <td class="<TMPL_VAR NAME=Planet_Status>"><a href="intel?coords=<TMPL_VAR NAME=Coords>"><TMPL_VAR NAME=Nick>(<TMPL_VAR NAME=Planet_Status>)</a></td>
17                 <td><TMPL_VAR NAME=Hit_Us></td>
18                 <td class="<TMPL_VAR NAME=Relationship>"><TMPL_VAR NAME=Alliance></td>
19         </tr>
20
21         </TMPL_LOOP>
22 </table>