| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/themes/Honeygrid_preview/html/system/ |
Upload File : |
{load_language_text section="login"}
{load_language_text section="buttons" name="button"}
{block name="login"}
{block name="login_checkout_funnel_if"}
{if $smarty.get.checkout_started === "1"}
{block name="login_checkout_funnel"}
{include file="get_usermod:{$tpl_path}checkout_process_funnel.html" step=1}
{/block}
{/if}
{/block}
{block name="login_title"}
<h1>{$txt.heading_login}</h1>
{/block}
{block name="login_form"}
<form id="{$FORM_ID}" action="{$FORM_ACTION_URL}" method="post" class="">
{block name="login_alert"}
{include file="get_usermod:{$tpl_path}alert_message.html" message=$info_message type=$message_type}
{/block}
{block name="login_login"}
<div class="row row-login">
{block name="login_account"}
<div class="col-lg-6">
<div class="fieldset-content">
{block name="login_account_title"}
<h4>{$txt.title_new}</h4>
{/block}
{if $account_option=='guest'}
{block name="login_account_guestonly_text"}
{$txt.text_new_guest_only}
{/block}
{/if}
{if $account_option=='account'}
{block name="login_account_accountonly_text"}
{$txt.text_new_account_only}
{/block}
{/if}
{if $account_option=='both'}
{block name="login_account_both_text"}
{$txt.text_new}<br><br>
{$txt.text_new_guest_option}
{/block}
{/if}
</div>
{block name="login_account_button"}
<div class="login-buttons">
<a href="{$NEW_ACCOUNT_URL}" class="btn btn-default btn-block">{$button.register}</a>
</div>
{/block}
</div>
{/block}
{block name="login_customer"}
<div class="col-lg-6">
<div class="fieldset-content">
{block name="login_customer_title"}
<h4>{$txt.title_returning}</h4>
{/block}
{block name="login_customer_email"}
<div class="form-group mandatory">
<input autocomplete="username" type="email" placeholder="{$txt.text_email}" id="login-{$INPUT_MAIL_NAME}" name="{$INPUT_MAIL_NAME}" class="form-control" value="{$INPUT_MAIL_VALUE}" />
</div>
{/block}
{block name="login_customer_password"}
<div class="form-group mandatory">
<input autocomplete="current-password" type="password" placeholder="{$txt.text_password}" id="login-{$INPUT_PASSWORD_NAME}" name="{$INPUT_PASSWORD_NAME}" class="form-control" value="" />
</div>
{/block}
{block name="login_customer_lost_password"}
<a href="{$LINK_LOST_PASSWORD}" class="">{$txt.text_lost_password}</a>
{/block}
</div>
{block name="login_customer_button"}
<div class="login-buttons">
<input type="submit" name="" value="{$button.login}" class="btn btn-primary btn-block">
</div>
{/block}
</div>
{/block}
</div>
{/block}
{if $checkout_buttons|is_array && $checkout_buttons|@count > 0}
{block name="login_checkout_buttons"}
<div class="cols3">
<div class="col first h300">
{foreach name=cob item=cobutton from=$checkout_buttons}
{block name="login_checkout_button"}
{if $cobutton.script}
{$cobutton.script}
{else}
<a style="display: inline-block; vertical-align: middle;" href="{$cobutton.url}">
<img src="{$cobutton.img}">
</a>
{/if}
{/block}
{/foreach}
</div>
</div>
{/block}
{/if}
</form>
{/block}
{/block}