summaryrefslogtreecommitdiff
path: root/templates/display_address.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/display_address.tpl')
-rw-r--r--templates/display_address.tpl6
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}
- &nbsp;&lt;<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 />&lt;<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>&gt;&nbsp;&lt;<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>&gt;&nbsp;&lt;<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>&gt;<br />
- Navigate to &lt;<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 &lt;<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>&gt;
{$address.rpa|escape}
{/forminput}
+ <div class="clear"></div>
</div>
{/if}