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