]> ruin.nu Git - ndwebbie.git/blob - templates/hostileAlliances.tmpl
bb74b0e5c10f7cc5e149922e790c1449021bc96d
[ndwebbie.git] / templates / hostileAlliances.tmpl
1 <form action="/<TMPL_VAR NAME=PAGE>" method="post"><p>
2         Show last <input style="width: 4em" type="text" name="ticks" value="<TMPL_VAR NAME=Ticks>"/> ticks
3         <input type="submit" value="Submit"/>
4         <input type="hidden" name="page" value="<TMPL_VAR NAME=PAGE>"/>
5         </p>
6 </form>
7 <form action="/<TMPL_VAR NAME=PAGE>" method="post"><p>
8         Show hostile counts between <input style="width: 4em" type="text" name="begintick" value="<TMPL_VAR NAME=BeginTick>"/> and <input style="width: 4em" type="text" name="endtick" value="<TMPL_VAR NAME=EndTick>"/>
9         <input type="submit" value="Submit"/>
10         <input type="hidden" name="page" value="<TMPL_VAR NAME=PAGE>"/>
11         </p>
12 </form>
13 <table class="stats">
14         <tr>
15                 <th>Alliance</th>
16                 <th>Hostile Counts</th>
17         </tr>
18 <TMPL_LOOP Alliances>
19         <tr class="<TMPL_IF __odd__>odd<TMPL_ELSE>even</TMPL_IF>">
20                 <td><a href="/alliances?alliance=<TMPL_VAR NAME=Id>"><TMPL_VAR NAME=Name></a></td>
21                 <td><TMPL_VAR NAME=HostileCount></td>
22         </tr>
23 </TMPL_LOOP>
24 </table>