Serveur preprod f0c0c48223 first push
2016-04-14 16:14:31 +02:00

86 lines
3.9 KiB
Smarty
Executable File

{*
* 2007-2011 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-2011 PrestaShop SA
* @version Release: $Revision: 9036 $
* @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='Send to a friend' mod='advsendtoafriend'}{/capture}
{include file="$tpl_dir./breadcrumb.tpl"}
<h1>{l s='Send to a friend' mod='advsendtoafriend'}</h1>
{if !isset($smarty.get.submited)}
<p class="bold">{l s='Send this page to a friend who might be interested in the item below' mod='advsendtoafriend'}.</p>
{/if}
{include file="$tpl_dir./errors.tpl"}
{if isset($smarty.get.submited)}
<p class="success">{l s='Your email has been sent successfully' mod='advsendtoafriend'}</p>
{else}
<form method="post" action="{$request_uri}" class="std">
<fieldset>
<div class="content">
<p>
<label for="friend-address">{l s='Friend\'s email:' mod='advsendtoafriend'}</label>
<input type="text" id="friend-address" name="email" value="{if isset($smarty.post.name)}{$smarty.post.email|escape:'htmlall'|stripslashes}{/if}" />
</p>
<div class="letter">
<p class="align_center">
{l s='Hello' mod='advsendtoafriend'} <input type="text" id="friend-name" name="name" value="{if isset($smarty.post.name)}{$smarty.post.name|escape:'htmlall':'UTF-8'|stripslashes}{/if}" placeholder="{l s='Friend\'s name' mod='advsendtoafriend'}" /> ,
</p>
<p>
{l s='Have a look at this' mod='advsendtoafriend'} {if isset($psale)}{l s='sale' mod='advsendtoafriend'}{else}{l s='product' mod='advsendtoafriend'}{/if}, {l s='it may interest you' mod='advsendtoafriend'}.
</p>
<p class="info">
{if isset($psale)}
<a href="{$saleLink}"><img src="{$base_dir_ssl}modules/privatesales/img/{$psale->id}/liston_{$cookie->id_lang}.jpg" alt=""/></a><br/>
<a href="{$saleLink}">{$psale->title[$cookie->id_lang]|escape:'htmlall':'UTF-8'} {l s='on' mod='advsendtoafriend'} {$shop_name}</a>
{else}
<a href="{$productLink}"><img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'home')}" alt="" title="{$cover.legend|escape:'htmlall':'UTF-8'}" /></a><br/>
<a href="{$productLink}">{$product->name|escape:'htmlall':'UTF-8'}</a><br/>
<a href="{$productLink}" class="price">{convertPrice price=$product->price}</a>
{/if}
</p>
<p>
{l s='Best regards,' mod='advsendtoafriend'}<br />
{if $cookie->isLogged()}
{$cookie->customer_firstname} {$cookie->customer_lastname|strtoupper}
{else}
<input type="text" id="guest-name" name="guestname" value="{if isset($smarty.post.guestname)}{$smarty.post.guestname|escape:'htmlall'|stripslashes}{/if}" />
{/if}
</p>
</div>
<p class="submit">
<input type="submit" name="submitAddtoafriend" value="{l s='send' mod='advsendtoafriend'}" class="button" />
</p>
</div>
</fieldset>
</form>
{/if}
<p class="footer_links">
{if isset($psale)}<a href="{$saleLink}" class="button_large">{l s='Back to the sale page' mod='advsendtoafriend'}</a>
{else}<a href="{$productLink}" class="button_large">{l s='Back to product page' mod='advsendtoafriend'}</a>{/if}
</p>