81 lines
3.1 KiB
Smarty
81 lines
3.1 KiB
Smarty
|
<div class="account_validation">
|
||
|
<h1>{l s='Registration complete'}</h1>
|
||
|
<div class="content">
|
||
|
<p class="text">
|
||
|
{l s='You are now a member of'} {$shop_name}. {l s='Offer'}
|
||
|
</p>
|
||
|
{*<div class="text offers">
|
||
|
{l s='Offers'}
|
||
|
<ul>
|
||
|
<li>{l s='Offer 1'}</li>
|
||
|
<li>{l s='Offer 2'}</li>
|
||
|
<li>{l s='Offer 3'}</li>
|
||
|
</ul>
|
||
|
</div>*}
|
||
|
|
||
|
<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">
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th class="last_item">Email</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<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>
|
||
|
<tr class="alternate_item">
|
||
|
<td><input type="text" value="" name="friendsEmail[4]" class="text email" placeholder="{l s='Your friend\'s email'}" /></td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|
||
|
<input type="hidden" name="conditionsValided" value="1" />
|
||
|
|
||
|
<p class="submit">
|
||
|
<a class="button" href="{$base_dir_ssl}">{l s='Enter the site'}</a>
|
||
|
<input type="submit" value="{l s='Submit and enter the site'}" class="exclusive" name="submitSponsorFriends" id="submitSponsorFriends">
|
||
|
</p>
|
||
|
|
||
|
<p class="notification">
|
||
|
{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 class="text social">
|
||
|
{l s='Follow us on'}
|
||
|
<ul>
|
||
|
<li><a href="http://www.facebook.com/bebeboutik" onclick="window.open(this.href); return false;"><img src="{$img_dir}v_facebook.png" alt="Facebook" /></a></li>
|
||
|
<li><a href="http://twitter.com/bebeboutik" onclick="window.open(this.href); return false;"><img src="{$img_dir}v_twitter.png" alt="Twitter" /></a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
{*<p class="text">
|
||
|
{l s='You will be redirected to the sales list in a few seconds.'}
|
||
|
</p>
|
||
|
<p class="text">
|
||
|
<a href="{$base_dir_ssl}">{l s='Click here to go directly to the sales list if your browser does not redirect you.'}</a>
|
||
|
</p>*}
|
||
|
{$HOOK_ACCOUNT_VALIDATION}
|
||
|
</div>
|
||
|
{*<script type="text/javascript">{literal}
|
||
|
<!--
|
||
|
$(window).load(function() {
|
||
|
window.setTimeout(function() {
|
||
|
document.location.href = "{/literal}{$base_dir_ssl}{literal}";
|
||
|
}, 10000);
|
||
|
});
|
||
|
-->
|
||
|
{/literal}</script>*}
|
||
|
</div>
|