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