garancia/themes/default/stores.tpl
2016-10-10 15:24:25 +02:00

80 lines
2.9 KiB
Smarty
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{*
* 2007-2013 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2013 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
{capture name=path}{l s='Où nous trouver'}{/capture}
{include file="$tpl_dir./breadcrumb.tpl"}
<div class="borderGreen">
<h1>[{l s='Trouver un point de vente du laboratoire Garancia'}]</h1>
<script type="text/javascript">
// <![CDATA[
var map;
var markers = [];
var infoWindow;
var locationSelect;
var defaultLat = '{$defaultLat}';
var defaultLong = '{$defaultLong}';
var translation_1 = '{l s='No stores were found. Please try selecting a wider radius.' js=1}';
var translation_2 = '{l s='store found -- see details:' js=1}';
var translation_3 = '{l s='stores found -- view all results:' js=1}';
var translation_4 = '{l s='Phone:' js=1}';
var translation_5 = '{l s='Obtenir un itinéraire' js=1} <img src="'+baseDir+'themes/default/img/btItineraire.png" alt="" />';
var translation_6 = '{l s='Not found' js=1}';
var translation_7 = '{l s='site Web' js=1}';
var hasStoreIcon = '{$hasStoreIcon}';
var distance_unit = '{$distance_unit}';
var img_store_dir = '{$img_store_dir}';
var img_ps_dir = '{$img_ps_dir}';
var searchUrl = '{$searchUrl}';
var logo_store = 'magasin.png';
//]]>
</script>
<div class="colLeft">
<p style="color:#555">{l s='Pour vos recherches hors France métropolitaine, merci dindiquer une ville et un code postal'}</p>
<p class="locationInputs">
<input type="text" name="location" id="addressInput" value="{l s='Paris'}" onclick="this.value='';" />
<input type="button" class="button" id="submitAddressInput" onclick="searchLocations();" value=" " style="display: inline;" />
</p>
<div class="storestable ">
</div>
<p class="hidden">
<label for="radiusSelect">{l s='Radius:'}</label>
<select name="radius" id="radiusSelect">
<option value="40">40</option>
</select>
</p>
<div class="hidden"><select id="locationSelect"><option></option></select></div>
</div>
<div class="colRight">
<div id="map2">
<div id="map"></div>
</div>
</div>
<div class="clear"></div>
</div>