diff options
Diffstat (limited to 'templates/display_address.tpl')
| -rw-r--r-- | templates/display_address.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/display_address.tpl b/templates/display_address.tpl index b5ac5c8..e0ec3b9 100644 --- a/templates/display_address.tpl +++ b/templates/display_address.tpl @@ -23,24 +23,26 @@ {$address.county}, {/if} {$address.postcode} {/forminput} + <div class="clear"></div> </div> {if $locate == 1 && isset($address.x_coordinate) && ($address.x_coordinate <> '') } <div class="row"> {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}" target="_blank"> + <br /><<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}" 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}" 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}" target="_blank"> + Navigate to <<a href="http://openrouteservice.org/index.php?start=-1.860930,52.039980&end={$address.x_coordinate},{$address.y_coordinate}&pref=Fastest&lang=en&unit=MI" title="{$propertyInfo.title}" target="_blank"> OpenRouteService </a>> {$address.rpa|escape} {/forminput} + <div class="clear"></div> </div> {/if} |
