diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2011-03-10 16:30:41 +0000 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2011-03-10 16:30:41 +0000 |
| commit | 8b27646b88819ec59d544cfd54076eeaf87ed034 (patch) | |
| tree | 02dee8898fea49038ba00dc603334ad745a6ba81 /templates | |
| parent | 453db6e43dd9a14fc318f2c3406f53b778140903 (diff) | |
| download | contact-8b27646b88819ec59d544cfd54076eeaf87ed034.tar.gz contact-8b27646b88819ec59d544cfd54076eeaf87ed034.tar.bz2 contact-8b27646b88819ec59d544cfd54076eeaf87ed034.zip | |
Open new window with map links
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/display_address.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/display_address.tpl b/templates/display_address.tpl index 28e3d35..b5ac5c8 100644 --- a/templates/display_address.tpl +++ b/templates/display_address.tpl @@ -29,14 +29,14 @@ {formlabel label="Visual Centre Coordinates" for="street_start_x"} {forminput} Lat: {$address.y_coordinate|escape} Lon: {$address.x_coordinate|escape} - <<a href="http://www.openstreetmap.org/index.html?mlat={$address.y_coordinate}&mlon={$address.x_coordinate}&zoom=16&layers=BOFT" title="{$propertyInfo.title}"> + <<a href="http://www.openstreetmap.org/index.html?mlat={$address.y_coordinate}&mlon={$address.x_coordinate}&zoom=16&layers=BOFT" title="{$propertyInfo.title}" target="_blank"> OpenStreetMap - </a>> <<a href="http://www.bing.com/maps/?cp={$address.y_coordinate}~{$address.x_coordinate}&lvl=16&style=r&q={$address.postcode}#" title="{$address.title}"> + </a>> <<a href="http://www.bing.com/maps/?cp={$address.y_coordinate}~{$address.x_coordinate}&lvl=16&style=r&q={$address.postcode}#" title="{$address.title}" target="_blank"> Multimap - </a>> <<a href="http://www.google.co.uk/maps?f=q&source=s_q&hl=en&q={$address.postcode}&ll={$address.y_coordinate},{$address.x_coordinate}&z=16" title="{$address.title}"> + </a>> <<a href="http://www.google.co.uk/maps?f=q&source=s_q&hl=en&q={$address.postcode}&ll={$address.y_coordinate},{$address.x_coordinate}&z=16" title="{$address.title}" target="_blank"> Google </a>><br /> - Navigate to <<a href="http://openrouteservice.org/index.php?start=-1.822164,52.073197&end={$address.x_coordinate},{$address.y_coordinate}&pref=Fastest&lang=en&unit=MI" title="{$propertyInfo.title}"> + Navigate to <<a href="http://openrouteservice.org/index.php?start=-1.822164,52.073197&end={$address.x_coordinate},{$address.y_coordinate}&pref=Fastest&lang=en&unit=MI" title="{$propertyInfo.title}" target="_blank"> OpenRouteService </a>> {$address.rpa|escape} |
