Last change
on this file since 239 was
239,
checked in by Dominic Hargreaves, 14 years ago
|
do not show coordinates in stats
|
File size:
384 bytes
|
Line | |
---|
1 | <ul> |
---|
2 | <li>Total postcodes collected: [% allstats.us %]</li> |
---|
3 | <li>Outward parts collected: [% allstats.us_out %]</li> |
---|
4 | </ul> |
---|
5 | |
---|
6 | <h3>Recent submissions:</h3> |
---|
7 | |
---|
8 | <ul> |
---|
9 | [% FOREACH postcode = lastpostcodes %] |
---|
10 | <li><a href="tiles/map.html#[% postcode.easting div 1000 %],[% postcode.northing div 1000 %],1">[% postcode.outward %] [% postcode.inward %]</a> ([% postcode.date %])</li> |
---|
11 | [% END %] |
---|
12 | </ul> |
---|
Note: See
TracBrowser
for help on using the repository browser.