]> ruin.nu Git - ndwebbie.git/blob - templates/top100.tmpl
6e6848beb4daf15a153078fb1788a5713e641d6e
[ndwebbie.git] / templates / top100.tmpl
1 <p><a href="index.pl?page=top100&amp;offset=<TMPL_VAR NAME=PrevOffset>&amp;order=<TMPL_VAR NAME=Order>">Previous 100</a>
2         <a href="index.pl?page=top100&amp;offset=<TMPL_VAR NAME=NextOffset>&amp;order=<TMPL_VAR NAME=Order>">Next 100</a></p>
3 <table border="1">
4         <tr><th>Coords</th><th>Planet</th><th>Race</th>
5         <th><a href="index.pl?page=top100&amp;offset=<TMPL_VAR NAME=Offset>&amp;order=sizerank">Size (rank)</a></th>
6         <th><a href="index.pl?page=top100&amp;offset=<TMPL_VAR NAME=Offset>&amp;order=scorerank">Score (rank)</a></th>
7         <th><a href="index.pl?page=top100&amp;offset=<TMPL_VAR NAME=Offset>&amp;order=valuerank">Value (rank)</a></th>
8         <th><a href="index.pl?page=top100&amp;offset=<TMPL_VAR NAME=Offset>&amp;order=xprank">XP (rank)</a></th>
9         <TMPL_IF isHC>
10         <th>Nick</th>
11         <th><a href="index.pl?page=top100&amp;offset=<TMPL_VAR NAME=Offset>&amp;order=hit_us">Hit us</a></th>
12         <th>Alliance</th>
13         </TMPL_IF>
14         </tr>
15         <TMPL_LOOP Planets>
16         <tr align="center">
17         <td><a href="index.pl?page=check&amp;coords=<TMPL_VAR NAME=Coords>"><TMPL_VAR NAME=Coords></a></td>
18         <td><TMPL_VAR NAME=Planet></td>
19         <td><TMPL_VAR NAME=Race></td>
20         <td><TMPL_VAR NAME=Size></td>
21         <td><TMPL_VAR NAME=Score></td>
22         <td><TMPL_VAR NAME=Value></td>
23         <td><TMPL_VAR NAME=XP></td>
24         <TMPL_IF isHC>
25         <td class="<TMPL_VAR NAME=PlanetStatus>"><a href="index.pl?page=intel&amp;coords=<TMPL_VAR NAME=Coords>"><TMPL_VAR NAME=Nick></a></td>
26         <td><TMPL_VAR NAME=HitUs></td>
27         <td class="<TMPL_VAR NAME=Relationship>"><TMPL_VAR NAME=Alliance></td>
28         </TMPL_IF>
29         </tr>
30         </TMPL_LOOP>
31 </table>
32 <p><a href="index.pl?page=top100&amp;offset=<TMPL_VAR NAME=PrevOffset>&amp;order=<TMPL_VAR NAME=Order>">Previous 100</a>
33         <a href="index.pl?page=top100&amp;offset=<TMPL_VAR NAME=NextOffset>&amp;order=<TMPL_VAR NAME=Order>">Next 100</a></p>