Srv Bebeboutik 340bc7c146 push site
2016-01-04 12:48:08 +01:00

51 lines
2.6 KiB
Smarty
Executable File

{if !$cookie->isLogged()}
<div id="authentication_area">
<form action="{$link->getPageLink('authentication.php', true)}" method="post" id="create-account_form" class="std">
<fieldset>
<h3>{l s='Create your account' mod='blockauth'}</h3>
<span class="ribbon"></span>
<p class="text">
{l s='Not yet a member? Sign in!' mod='blockauth'}
</p>
<ul>
<li><span>{l s='Offer 1' mod='blockauth'}</span></li>
<li><span>{l s='Offer 2' mod='blockauth'}</span></li>
<li><span>{l s='Offer 3' mod='blockauth'}</span></li>
<li><span>{l s='Offer 4' mod='blockauth'}</span></li>
</ul>
<p class="submit">
{if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />
{else}<input type="hidden" class="hidden" name="back" value="{$smarty.const.__PS_BASE_URI__}" />{/if}
<input type="submit" id="SubmitCreate" name="SubmitCreate" class="button_large" value="{l s='Create your account' mod='blockauth'}" />
<input type="hidden" class="hidden" name="email_create" value="1" />
<input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create your account' mod='blockauth'}" />
</p>
</fieldset>
</form>
<form action="{$link->getPageLink('authentication.php', true)}" method="post" id="login_form" class="std">
<fieldset>
<h3>{l s='Already registered ?' mod='blockauth'}</h3>
<p class="text">
<label for="email">{l s='E-mail address' mod='blockauth'}</label>
<span><input type="text" id="email" name="email" value="{if isset($smarty.post.email)}{$smarty.post.email|escape:'htmlall':'UTF-8'|stripslashes}{/if}" class="account_input" /></span>
</p>
<p class="text">
<label for="passwd">{l s='Password' mod='blockauth'}</label>
<span><input type="password" id="passwd" name="passwd" value="{if isset($smarty.post.passwd)}{$smarty.post.passwd|escape:'htmlall':'UTF-8'|stripslashes}{/if}" class="account_input" /></span>
</p>
<p class="submit">
{if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />
{else}<input type="hidden" class="hidden" name="back" value="{$smarty.const.__PS_BASE_URI__}" />{/if}
<input type="submit" id="SubmitLogin" name="SubmitLogin" class="button" value="{l s='Log in' mod='blockauth'}" />
<a href="{$link->getPageLink('password.php')}">{l s='Forgot your password?' mod='blockauth'}</a>
</p>
</fieldset>
{*<p class="bold">
{$shop_name} {$smarty.now|date_format:"%Y"} - {l s='All rights reserved' mod='blockauth'}
</p>
<p>{l s='First notice line' mod='blockauth'}</p>
<p>{l s='Second notice line' mod='blockauth'}</p>*}
</form>
</div>
{/if}