Last change
on this file since 591 was
551,
checked in by Nick Burch, 14 years ago
|
Make the recent postcode stats ie aware
|
File size:
881 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>Sectors collected: [% allstats.us_out1 %]</li> |
---|
6 | <li>Sectors liberated: [% (allstats.all_out1 * 100) div 10500 %]%</li> |
---|
7 | <li><a href="/stats/missing_district_stats.html">Known missing prefixes</a></li> |
---|
8 | </ul> |
---|
9 | |
---|
10 | <h3>Recent postcode submissions:</h3> |
---|
11 | |
---|
12 | <ul> |
---|
13 | [% FOREACH postcode = lastpostcodes %] |
---|
14 | [% IF postcode.easting %] |
---|
15 | <li><a href="/tiles/map.html#[% postcode.easting div 1000 %],[% postcode.northing div 1000 %],1">[% postcode.outward %] [% postcode.inward %]</a> ([% postcode.date %])</li> |
---|
16 | [% ELSE %] |
---|
17 | <li><a href="/tiles/map.html#[% postcode.ie_easting div 1000 %],[% postcode.ie_northing div 1000 %],1,ie">[% postcode.outward %] [% postcode.inward %]</a> ([% postcode.date %])</li> |
---|
18 | [% END %] |
---|
19 | [% END %] |
---|
20 | </ul> |
---|
Note: See
TracBrowser
for help on using the repository browser.