]> ruin.nu Git - ndwebbie.git/blob - root/src/stats/galaxy.tt2
b66f74ed18945b4d9123d282566649d4b1765ccd
[ndwebbie.git] / root / src / stats / galaxy.tt2
1 [% META title = 'Galaxy stats' %]
2 [% IF g %]
3 [% PROCESS inc/stats.tt2 %]
4 <div class="leftinfo">
5 <img class="graph" src="[% c.uri_for('/graphs/galaxystats',g.x,g.y,STICK) %]" alt="stats" height="300" width="500">
6 <img class="graph" src="[% c.uri_for('/graphs/galaxyranks',g.x,g.y,STICK) %]" alt="ranks" height="300" width="500">
7 </div>
8 [% ELSE %]
9 <p>No such galaxy</p>
10 [% END %]