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