92 lines
3.3 KiB
Smarty
92 lines
3.3 KiB
Smarty
|
{*
|
||
|
* 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: 6594 $
|
||
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||
|
* International Registered Trademark & Property of PrestaShop SA
|
||
|
*}
|
||
|
|
||
|
<div class="breadcrumb">
|
||
|
<span class="here">{l s='You are here:'}</span> <span class="navigation_page">{l s='Home'}</span>
|
||
|
</div>
|
||
|
|
||
|
{if isset($smarty.get.validation)}
|
||
|
<div class="overlay_bbb" style="display: block;"></div>
|
||
|
<div class="box_invite" style="display: block;">
|
||
|
<div class="content">
|
||
|
<h3>{l s='Welcome !'}</h3>
|
||
|
|
||
|
<p class="desc">{l s='Your registration is now complete, you are now a member of BebeBoutik!'}
|
||
|
<br />
|
||
|
{l s='Refer your friend (s) and earn vouchers!'}
|
||
|
</p>
|
||
|
<form class="std" action="/modules/invite/invite-program.php" method="post">
|
||
|
<input type="hidden" name="when_invite" value="1">
|
||
|
<table id="invite_list" class="std">
|
||
|
<tbody>
|
||
|
<tr class="alternate_item">
|
||
|
<td><input type="text" value="" name="friendsEmail[0]" class="text email" placeholder="{l s='Your friend\'s email'}" /></td>
|
||
|
</tr>
|
||
|
<tr class="item">
|
||
|
<td><input type="text" value="" name="friendsEmail[1]" class="text email" placeholder="{l s='Your friend\'s email'}" /></td>
|
||
|
</tr>
|
||
|
<tr class="alternate_item">
|
||
|
<td><input type="text" value="" name="friendsEmail[2]" class="text email" placeholder="{l s='Your friend\'s email'}" /></td>
|
||
|
</tr>
|
||
|
<tr class="item">
|
||
|
<td><input type="text" value="" name="friendsEmail[3]" class="text email" placeholder="{l s='Your friend\'s email'}" /></td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
<input type="hidden" name="conditionsValided" value="1" />
|
||
|
|
||
|
<p class="submit">
|
||
|
<input type="submit" value="{l s='Submit and enter the site'}" class="exclusive" name="submitSponsorFriends" id="submitSponsorFriends">
|
||
|
<br />
|
||
|
<a class="button" href="{$base_dir_ssl}">{l s='Pass this step'}</a>
|
||
|
{$HOOK_ACCOUNT_VALIDATION}
|
||
|
</p>
|
||
|
|
||
|
<p class="notification_invite">
|
||
|
{l s='These addresses will only be used for the referral program. By submitting addresses with this form, you agree with the conditions of the referral program.'}
|
||
|
<a onclick="window.open(this.href); return false;" title="{l s='Referral program conditions'}" href="{$base_dir_ssl}modules/invite/invite-rules.php">{l s='Read the conditions'}</a>
|
||
|
</p>
|
||
|
</form>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
{literal}
|
||
|
<script>
|
||
|
$(document).ready(function() {
|
||
|
$('.overlay_bbb').live('click', function(e) {
|
||
|
$('.box_invite').fadeOut();
|
||
|
window.location.replace(baseDir);
|
||
|
});
|
||
|
});
|
||
|
</script>
|
||
|
{/literal}
|
||
|
|
||
|
{/if}
|
||
|
|
||
|
{$HOOK_HOME}
|