Changeset 551
- Timestamp:
- May 7, 2007, 6:38:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/templates/home_stats.tt
r434 r551 12 12 <ul> 13 13 [% FOREACH postcode = lastpostcodes %] 14 [% IF postcode.easting %] 14 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 %] 15 19 [% END %] 16 20 </ul>
Note: See TracChangeset
for help on using the changeset viewer.