| 111 |
lars |
1 |
<!-- $Id: haendler_info.tpl 2393 2022-10-07 09:46:51Z tiefland $ BEGIN -->
|
|
|
2 |
<br />
|
|
|
3 |
<div style="float:left;padding-bottom:20px;">
|
|
|
4 |
<h1>{$langstrings.shop.haendler_headline}</h1>
|
|
|
5 |
<p>{$langstrings.shop.haendler_text|nl2br}</p>
|
|
|
6 |
|
|
|
7 |
<br /><br />
|
|
|
8 |
<h1>Login für Händler:</h1>
|
|
|
9 |
<div class="haendler_register">
|
|
|
10 |
<div>
|
|
|
11 |
<form action="/" method="post">
|
|
|
12 |
{if !$smarty.session.SHOP.Login}
|
|
|
13 |
<label for="haendler_login_email">{$langstrings.login.username}:</label>
|
|
|
14 |
<input id="haendler_login_email" autocomplete="off" type="text" name="email" value="" /><br />
|
|
|
15 |
|
|
|
16 |
<label for="haendler_login_pw">Passwort:</label>
|
|
|
17 |
<input id="haendler_login_pw" type="password" name="password" /><br>
|
|
|
18 |
<input style="clear:both;float:left;" class="shopButton" type="submit" value="Anmelden" /><br /><br>
|
|
|
19 |
<input type="hidden" name="mode" value="login" /> <a style="clear:both;float:left;font-size:12px;" href="/?mode=forgot_pw">{$langstrings.login.lost_password}?</a>
|
|
|
20 |
{else}
|
|
|
21 |
<div class="login_text">
|
|
|
22 |
<a href="/?mode=login">{$langstrings.login.welcome},<br /> {* {$smarty.session.SHOP.buy.Persdata.Anrede} *} {$smarty.session.SHOP.buy.Persdata.Nachname}!</a>
|
|
|
23 |
{if ( !$smarty.get.buy && !$smarty.post.buy )}
|
|
|
24 |
<input type="hidden" name="mode" value="logout" /><br>
|
|
|
25 |
<input style="clear:both;float:left;" class="shopButton" type="submit" value="Abmelden" /><br />
|
|
|
26 |
{/if}
|
|
|
27 |
</div>
|
|
|
28 |
{/if}
|
|
|
29 |
<br /><br />
|
|
|
30 |
</form>
|
|
|
31 |
</div>
|
|
|
32 |
</div>
|
|
|
33 |
</div>
|
|
|
34 |
|
|
|
35 |
<div style="clear:both;float:none;border-top:1px solid #3A3B3D;margin-top:35px;">
|
|
|
36 |
{if !$smarty.session.SHOP.Login}
|
|
|
37 |
<h1 style="margin-top:10px!important;">{$langstrings.shop.haendler_headline2}:</h1>
|
|
|
38 |
<p style="text-align:left;padding:0 0 1% 0;">{$langstrings.shop.haendler_gewerbeschein_info}</p>
|
|
|
39 |
{include file="register_haendler.tpl"}
|
|
|
40 |
{/if}
|
|
|
41 |
</div>
|
|
|
42 |
<p style="text-align:right;">mit einem * gekennzeichnete Felder sind Pflichtfelder.</p>
|
|
|
43 |
<!-- $Id: haendler_info.tpl 2393 2022-10-07 09:46:51Z tiefland $ END -->
|