Changeset 356 for trunk/npemap.org.uk
- Timestamp:
- Nov 6, 2006, 10:04:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/templates/home_stats.tt
r346 r356 10 10 <ul> 11 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>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 13 [% END %] 14 14 </ul>
Note: See TracChangeset
for help on using the changeset viewer.