first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
<div id="st_user-login" class="st_component" style="border:none;">
{$form_start}
<h5 class="st_title">
{__ text="Logowanie"}
<span class="st_user_title">{__ text="(Dla stałych klientów)"}</span>
</h5>
<fieldset>
<div class="st_row" id="st_user-login-link">
{$remind_password}
</div>
<div class="st_row">
{$error_email}
{$label_email}
<div class="st_field">
{$email}
</div>
</div>
<div class="st_row">
{$error_password}
{$label_password}
<div class="st_field">
{$password}
</div>
</div>
<div class="st_row" >
<div id="st_button-user-login" class="st_button-container">
<div class="st_button st_align-right">
<div class="st_button-left">
{$login_submit}
</div>
</div>
</div>
</div>
</fieldset>
</form>
</div>
<div class="separate">
<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> {__ text="lub"} <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
</div>
<div id="external_google">
<div class="left label">
{__ text="Zaloguj używając"}:
{slot name="login_google_basket" hidden="true"}{/slot}
<a href="/user/googleSingIn/back/basket"><img id="google_buttton" alt="" src="/images/frontend/theme/default/google.png"></a>
</div>
</div>

View File

@@ -0,0 +1,21 @@
<div id="st_application-user-account" class="st_application">
<div id="st_application-user-account-header">
<h1 class="st_title" style="width:230px;">
{__ text="Zmiana hasła."}
</h1>
<p>
{__ text="Proszę sprawdzić pocztę."}
</p>
<br class="st_clear_all" />
</div>
<div class="st_content">
<p>
{__ text="Na podany w czasie rejestracji adres, został wysłany mail z nowymi danymi do konta sklepu."}
{$login_link}
</p>
</div>
<div id="st_application-user-login-foot">
</div>
</div>

View File

@@ -0,0 +1,73 @@
<div id="st_application-user-account" class="st_application">
<div id="st_application-user-account-header">
<h1 class="st_title">
{__ text="Rejestracja"}
</h1>
<p>
{__ text="Nie masz jeszcze założonego konta."}
</p>
<br class="st_clear_all" />
</div>
<div class="st_content">
{$form_start}
<fieldset>
<div class="st_row">
{$error_email}
{$label_email}
<div class="st_field">
{$input_email}
</div>
</div>
<div class="st_row">
{$error_password1}
{$label_password1}
<div class="st_field">
{$input_password1}
<script type="text/javascript">
jQuery('#st_form-user-password1').pstrength();
</script>
</div>
</div>
<div class="st_row">
{$error_password2}
{$label_password2}
<div class="st_field">
{$input_password2}
</div>
</div>
{if isset($captcha_on)}
<div class="st_row">
{$error_captcha}
<div style="margin-left:110px; margin-bottom: 2px;">
{$get_captcha}
</div>
{$label_captcha}
<div class="st_field">
{$input_captcha}
</div>
</div>
{/if}
<div class="st_row">
{$error_privacy}
<div class="st_field">
{$checkbox_privacy}
{$link_to_privacy}
</div>
</div>
<div class="st_row">
<div id="st_button-user-account" class="st_button-container" style="margin-right:10px;">
<div class="st_button st_align-right">
<div class="st_button-left">
{$register_submit}
</div>
</div>
</div>
</div>
</fieldset>
</form>
</div>
<div id="st_application-user-account-remind">{$remind_password_link}</div>
<div id="st_application-user-login-foot">
</div>
</div>

View File

@@ -0,0 +1,22 @@
<div style="padding:10px 0px 5px 20px;width:600px;">
<div id="head">
<div style="margin:10px 0px 7px 0px;">
{__ text="Twoje konto zostało utworzone"}
</div>
<div style="margin:10px 0px 7px 0px;">
{__ text="dnia:"} {$day}, {__ text="o godzinie:"} {$hour}
</div>
<br style="clear:both;"/>
</div>
<div style="background:url(images/background_content.png) top left repeat-x;background-color:#fff;padding:25px 0px 0px 12px;">
<div style="border-bottom:1px solid #efefef;text-align:left;font-size:14px;color:#404040; padding:0px 0px 7px 0px;">
{__ text="Oto Twoje dane dostępowe"}
</div>
<div style="text-align:left;font-size:14px;color:#404040;margin:15px 0px;">
{__ text="Login:"} {$login}
</div>
<div style="text-align:left;font-size:14px;color:#404040;margin:15px 0px;">
{__ text="Hasło:"} {$password}
</div>
</div>
</div>

View File

@@ -0,0 +1,66 @@
<div id="st_application-user-account" class="st_application">
<div id="st_application-user-account-header">
<h1 class="st_title">
{__ text="Zmiana hasła"}
</h1>
<p>
{__ text="Podaj nowe hasło dla konta"}: <b>{$login}</b><br>
</p>
<br class="st_clear_all" />
</div>
<div class="st_content">
{$form_start}
<fieldset>
<div class="st_row">
{$error_email}
{$label_email}
<div class="st_field">
{$input_email}
</div>
</div>
<div class="st_row">
{$error_password1}
{$label_password1}
<div class="st_field">
{$input_password1}
<script type="text/javascript">
jQuery('#st_form-user-password1').pstrength();
</script>
</div>
</div>
<div class="st_row">
{$error_password2}
{$label_password2}
<div class="st_field">
{$input_password2}
</div>
</div>
{if isset($captcha_on)}
<div class="st_row">
{$error_captcha}
<div style="margin-left:110px; margin-bottom: 2px;">
{$get_captcha}
</div>
{$label_captcha}
<div class="st_field">
{$input_captcha}
</div>
</div>
{/if}
<div class="st_row">
<div id="st_button-user-account" class="st_button-container" style="margin-right:10px;">
<div class="st_button st_align-right">
<div class="st_button-left">
{$register_new_password}
</div>
</div>
</div>
</div>
</fieldset>
{$hidden_hash_code}
</form>
</div>
<div id="st_application-user-login-foot">
</div>
</div>

View File

@@ -0,0 +1,73 @@
<div id="st_application-user-account" class="st_application">
<div id="st_application-user-account-header">
<h1 class="st_title">
{__ text="Rejestracja"}
</h1>
<p>
{__ text="Nie masz jeszcze założonego konta. Wystarczy, że podasz hasło dla loginu"}: <b>{$login}</b><br>
{__ text="Uzyskasz w ten sposób pełne konto z dostępem do swoich danych i informacji o statusach zamówienia."}
</p>
<br class="st_clear_all" />
</div>
<div class="st_content">
{$form_start}
<fieldset>
<div class="st_row">
{$error_email}
{$label_email}
<div class="st_field">
{$input_email}
{$input_hidden_email}
</div>
</div>
<div class="st_row">
{$error_password1}
{$label_password1}
<div class="st_field">
{$input_password1}
<script type="text/javascript">
jQuery('#st_form-user-password1').pstrength();
</script>
</div>
</div>
<div class="st_row">
{$error_password2}
{$label_password2}
<div class="st_field">
{$input_password2}
</div>
</div>
{if isset($captcha_on)}
<div class="st_row">
{$error_captcha}
<div style="margin-left:110px; margin-bottom: 2px;">
{$get_captcha}
</div>
{$label_captcha}
<div class="st_field">
{$input_captcha}
</div>
</div>
{/if}
<div class="st_row">
{$error_privacy}
<div class="st_field">
{$checkbox_privacy}
{$link_to_privacy}
</div>
</div>
<div class="st_row">
<div id="st_button-user-account" class="st_button-container" style="margin-right:10px;">
<div class="st_button st_align-right">
<div class="st_button-left">
{$register_submit}
</div>
</div>
</div>
</div>
</fieldset>
</form>
</div>
<div id="st_application-user-login-foot">
</div>
</div>

View File

@@ -0,0 +1,75 @@
<div id="st_user-edit_account" class="st_application">
<h1 class="st_title">
<div id="st_user-tag">
{$user_panel_icon}
</div>
{$my_account} / {__ text="Dane logowania"}
</h1>
{$user_panel_menu}
<div id="st_user-editaccount" >
{$form_start}
<fieldset>
<h5 class="st_title">
{__ text="Edytuj e-mail (login)"}
</h5>
<div class="st_row">
{$error_email}
{$label_email}
<div class="st_field">
{$input_email}
</div>
</div>
<div class="st_row_last">
<div id="st_button-user-login" class="st_button-container">
<div class="st_button st_align-right">
<div class="st_button-left">
{$update_email_submit}
</div>
</div>
</div>
</div>
</fieldset>
</form>
<br />
{$form_start_2}
<fieldset>
<h5 class="st_title">
{__ text="Zmień hasło"}
</h5>
<div class="st_row">
{$label_user_oldpassword}
{$error_user_oldpassword}
<div class="st_field">
{$input_user_oldpassword}
</div>
</div>
<div class="st_row">
{$label_user_password1}
{$error_user_password1}
<div class="st_field">
{$input_user_password1}
<script type="text/javascript">
jQuery('#st_form-user-password1').pstrength();
</script>
</div>
</div>
<div class="st_row">
{$label_user_password2}
{$error_user_password2}
<div class="st_field">
{$input_user_password2}
</div>
</div>
<div class="st_row_last">
<div id="st_button-user-login" class="st_button-container">
<div class="st_button st_align-right">
<div class="st_button-left">
{$update_password_submit}
</div>
</div>
</div>
</div>
</fieldset>
</form>
</div>
</div>

View File

@@ -0,0 +1,43 @@
<div id="st_application-user-account" class="st_application">
<div id="st_application-user-account-header">
<h1 class="st_title" style="width:230px;">
{__ text="Rejestracja danych."}
</h1>
<p>
{__ text="Potwierdzenie autentyczności adresu."}
</p>
<br class="st_clear_all" />
</div>
<div class="st_content">
{if $confirm == '1'}
<p>
{__ text="Dziękujemy za dokonanie rejestracji. Twoje konto zostało zaktywowane i jest w pełni funkcjonalne. Zaloguj się aby uzyskać dostęp do konta użytkownika."}
</p>
{/if}
{if $confirm == '0'}
<p>
{__ text="Wystąpił problem z rejestracją użytkownika."}
</p>
{/if}
{if $confirm == '2'}
<p>
{__ text="Twoje konto zostało już wcześniej potwierdzone."}
</p>
{/if}
</div>
<div id="st_application-user-login-foot">
</div>
</div>

View File

@@ -0,0 +1,8 @@
<ul id="st_user-login_stat">
<li class="st_first">
{$login}
</li>
<li class="st_last">
{$logout}
</li>
</ul>

View File

@@ -0,0 +1,74 @@
<div id="st_application-user-login" class="st_application" >
<div id="st_application-user-login-header">
<h1 class="st_title">
{__ text="Logowanie"}
</h1>
<p>
{__ text="Zaloguj się aby uzyskać pełen dostęp do zamówień i danych konta."}
</p>
<br class="st_clear_all" />
</div>
<div class="st_content">
<div id="st_application-user-login-register">
{$new_user_icon}
<div class="st_button">
<div class="st_button-left">
{$register_link}
</div>
</div>
</div>
{$form_start}
<fieldset>
<div class="st_row">
{$error_email}
{$label_email}
<div class="st_field">
{$input_email}
</div>
</div>
<div class="st_row">
{$error_password}
{$label_password}
<div class="st_field">
{$input_password}
</div>
</div>
<div class="st_row">
<div id="st_button-user-login_success" class="st_button-container">
<div class="st_button st_align-right">
<div class="st_button-left">
{$login_submit}
</div>
</div>
</div>
</div>
</fieldset>
<div id="st_application-user-login-remind">
<div id="st_application-user-login-hidden_line">
</div>
{$remind_password_link}
</div>
<div class="separate">
<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> {__ text="lub"} <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
</div>
<div id="external_google">
<div class="left label">
{__ text="Zaloguj używając"}:
{slot name="login_google_user" hidden="true"}{/slot}
<a href="/user/googleSingIn/back/create"><img id="google_buttton" alt="" src="/images/frontend/theme/default/google.png"></a>
</div>
</div>
</form>
<br class="st_clear_all" />
</div>
<div id="st_application-user-login-foot">
{$privacy_link}
</div>
</div>

View File

@@ -0,0 +1,30 @@
<div id="st_application-user-login" class="st_application" >
<div id="st_application-user-login-header">
<h1 class="st_title">
{__ text="Wylogowano"}
</h1>
<p>
</p>
<br class="st_clear_all" />
</div>
{literal}
<script type="text/javascript">
function delayer()
{
window.location = "/";
}
setTimeout('delayer()', 5000);
</script>
{/literal}
<div class="st_content">
<p style="text-align:center;">{__ text="Pomyślnie wylogowano użytkownika"}:</p>
<p style="text-align:center; font-size:14px;"><b>{$username}</b></p>
<p style="text-align:center;">{__ text="Za chwilę nastąpi przekierowanie na stronę główną."}</p>
<br class="st_clear_all" />
</div>
</div>

View File

@@ -0,0 +1,46 @@
<div id="st_application-user-account" class="st_application">
<div id="st_application-user-account-header">
<h1 class="st_title" style="width:230px;">
{__ text="Rejestracja danych."}
</h1>
<p>
{__ text="Uzupełnij dane konta."}
</p>
<br class="st_clear_all" />
</div>
<div class="st_content">
<p>
{__ text="W związku ze zmianą oprogramowania naszego sklepu, prosimy o podanie adresu email, który od tej pory będzie stanowił login do konta."}
</p>
{$form_start}
<fieldset>
<div class="st_row">
{$error_email}
{$label_email}
<div class="st_field">
{$input_email}
</div>
</div>
<div class="st_row">
<div id="st_button-user-account" class="st_button-container" style="margin-right:40px;">
<div class="st_button st_align-right">
<div class="st_button-left">
{$register_submit}
</div>
</div>
</div>
</div>
{$hidden_user_id}
{$hidden_old_login}
{$hidden_password}
</fieldset>
</form>
</div>
<div id="st_application-user-login-foot">
</div>
</div>

View File

@@ -0,0 +1,4 @@
<div id="privacy_overlay">
<div class="privacy_overlay_content"></div>
</div>
{__ text="Akceptuję"} <a href="#active_overlay" id="active_overlay">{__ text="politykę prywatności"}</a>

View File

@@ -0,0 +1,52 @@
<div id="st_application-user-remind" class="st_application">
<div id="st_application-user-remind-header">
<h1 class="st_title">
{__ text="Przypomnij hasło"}
</h1>
<p>
{__ text="Podaj adres email, który służy jako login użytkownika, zostanie wysłane na niego link do zmiany hasła."}
</p>
<br class="st_clear_all" />
</div>
<div class="st_content">
{if isset($not_send_true)}
{$form_start}
<fieldset>
<div class="st_row">
{$label_email}
{$error_email}
<div class="st_field">
{$input_email}
</div>
</div>
{if isset($captcha_on)}
<div class="st_row">
{$error_captcha}
<div style="margin-left:110px; margin-bottom: 2px;">
{$get_captcha}
</div>
{$label_captcha}
<div class="st_field">
{$input_captcha}
</div>
</div>
{/if}
<div id="st_button-user-remind" class="st_button-container" style="margin-right:15px;">
<div class="st_button st_align-right">
<div class="st_button-left">
{$remind_submit}
</div>
</div>
</div>
</fieldset>
</form>
{else}
<div id="st_application-user-remind-message">
{$email_send_to}
</div>
{/if}
</div>
<div id="st_application-user-remind-foot">
{$privacy_link}
</div>
</div>

View File

@@ -0,0 +1,48 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="background-color:#fff; font-family:Helvetica,Verdana,Arial,sans-serif; line-height:18px; font-size:1em;"><div style="margin: 0px auto; background-color:#fff;"><br><div style="width:700px; margin:0px auto;"><div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_top.png?version=1); height:30px"></div>
<div style="background-color:#fff; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_head}
</div>
</div>
<div style="min-height:400px; padding:0px 25px 0px 25px; text-align:justify; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="float:left;font-size:18px;color:#576278;">
{__ text="Link do zmiany hasła dla konta:"}
</div>
<div style="float:right; font-size:12px; color:#576278;">
{__ text="Data wysłania linka"}: <span style="color:#404040;">{$date}<span>
</div>
<br style="clear:both;"/>
<div style="margin:10px 0px 7px 0px">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{__ text="Skorzystaj z linku poniżej aby dokonać zmiany hasła."}
</div>
<br style="clear:both">
<div style="height:20px;font-size:12px;color:#576278;">
{$user_submit}
</div>
</div>
</div>
<div style="background-color:#ECECEE; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_foot}
</div>
</div>
<div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_bottom.png?version=1); height:30px"></div></div></div></body></html>

View File

@@ -0,0 +1,4 @@
{__ text="Twoje hasło do konta zostało zmienione."}
{__ text="Twój login"}: {$user_name}
{__ text="Twoje hasło"}: {$user_password}

View File

@@ -0,0 +1,58 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="background-color:#fff; font-family:Helvetica,Verdana,Arial,sans-serif; line-height:18px; font-size:1em;"><div style="margin: 0px auto; background-color:#fff;"><br><div style="width:700px; margin:0px auto;"><div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_top.png?version=1); height:30px"></div>
<div style="background-color:#fff; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_head}
</div>
</div>
<div style="min-height:400px; padding:0px 25px 0px 25px; text-align:justify; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="float:left;font-size:18px;color:#576278;">
{__ text="Twoje hasło do konta zostało zmienione."}
</div>
<div style="float:right; font-size:12px; color:#576278;">
{__ text="Data modyfikacji konta"}: <span style="color:#404040;">{$date}<span>
</div>
<br style="clear:both;"/>
<div style="margin:10px 0px 7px 0px">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_content_head}
</div>
<div style="width:300px;">
<span style="font-size:12px; color:#576278;">{__ text="Aktualne dane dostępowe do konta"}:</span><br>
<br>
<span style="font-size:12px;color:#576278;">{__ text="Login"}:&nbsp;&nbsp;</span><span style="font-size:12px;color:#404040;">{$user_name}</span><br>
</div>
<br style="clear:both">
<div style="height:20px;font-size:12px;color:#576278;">
{$user_link}
</div>
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_content_foot}
</div>
</div>
</div>
<div style="background-color:#ECECEE; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_foot}
</div>
</div>
<div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_bottom.png?version=1); height:30px"></div></div></div></body></html>

View File

@@ -0,0 +1,3 @@
{__ text="Twoje hasło do konta zostało zmienione."}
{__ text="Twój login"}: {$user_name}

View File

@@ -0,0 +1,51 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="background-color:#fff; font-family:Helvetica,Verdana,Arial,sans-serif; line-height:18px; font-size:1em;"><div style="margin: 0px auto; background-color:#fff;"><br><div style="width:700px; margin:0px auto;"><div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_top.png?version=1); height:30px"></div>
<div style="background-color:#fff; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_head}
</div>
</div>
<div style="min-height:400px; padding:0px 25px 0px 25px; text-align:justify; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="float:left;font-size:18px;color:#576278;">
{__ text="Rejestracja nowego klienta"}
</div>
<div style="float:right; font-size:12px; color:#576278;">
{__ text="Data założenia konta"}: <span style="color:#404040;">{$user_created_at}<span>
</div>
<br style="clear:both;"/>
<div style="margin:10px 0px 7px 0px">
<br/><br/>
<div style="width:300px;">
<span style="font-size:12px; color:#576278;">{__ text="Informacje o koncie klienta"}:</span><br>
<span style="font-size:12px;color:#576278;">{__ text="Numer ID"}:&nbsp;&nbsp;</span><span style="font-size:12px;color:#404040; font-weight:bold;">{$user_id}</span><br>
<span style="font-size:12px;color:#576278;">{__ text="Login"}:&nbsp;&nbsp;</span><span style="font-size:12px;color:#404040; font-weight:bold;">{$user_name}</span><br>
</div>
<br style="clear:both">
<div style="height:20px;font-size:12px;color:#576278;">
{$user_link}
</div>
</div>
</div>
<div style="background-color:#ECECEE; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_foot}
</div>
</div>
<div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_bottom.png?version=1); height:30px"></div></div></div></body></html>

View File

@@ -0,0 +1,5 @@
{__ text="W sklepie zarejestrował się nowy klient." langCatalogue="_backend"}
{__ text="ID klienta" langCatalogue="_backend"}: {$user_id}
{__ text="Login klienta" langCatalogue="_backend"}: {$user_name}
{__ text="Data założenia konta" langCatalogue="_backend"}: {$user_created_at}

View File

@@ -0,0 +1,57 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="background-color:#fff; font-family:Helvetica,Verdana,Arial,sans-serif; line-height:18px; font-size:1em;"><div style="margin: 0px auto; background-color:#fff;"><br><div style="width:700px; margin:0px auto;"><div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_top.png?version=1); height:30px"></div>
<div style="background-color:#fff; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_head}
</div>
</div>
<div style="min-height:400px; padding:0px 25px 0px 25px; text-align:justify; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="float:left;font-size:18px;color:#576278;">
{__ text="Potwierdzenie rejestracji"}
</div>
<div style="float:right; font-size:12px; color:#576278;">
{__ text="Data założenia konta"}: <span style="color:#404040;">{$user_created_at}<span>
</div>
<br style="clear:both;"/>
<div style="margin:10px 0px 7px 0px">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_content_head}
</div>
<div style="width:300px; margin-top:10px;">
<span style="font-size:12px; color:#576278;">{__ text="Dane dostępowe do konta"}:</span><br>
<span style="font-size:12px;color:#576278;">{__ text="Login"}:&nbsp;&nbsp;</span><span style="font-size:12px;color:#404040; font-weight:bold;">{$user_name}</span><br>
</div>
<br style="clear:both">
<div style="height:20px;font-size:12px;color:#576278;">
{$user_submit}
</div>
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_content_foot}
</div>
</div>
</div>
<div style="background-color:#ECECEE; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_foot}
</div>
</div>
<div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_bottom.png?version=1); height:30px"></div></div></div></body></html>

View File

@@ -0,0 +1,11 @@
{$user_head}
{$user_content_head}
{__ text="Twoje konto w sklepie zostało założone."}
{__ text="Twój login"}: {$user_name}
{__ text="Data założenia konta"}: {$user_created_at}
{$user_content_foot}
{$user_foot}

View File

@@ -0,0 +1,52 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="background-color:#fff; font-family:Helvetica,Verdana,Arial,sans-serif; line-height:18px; font-size:1em;"><div style="margin: 0px auto; background-color:#fff;"><br><div style="width:700px; margin:0px auto;"><div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_top.png?version=1); height:30px"></div>
<div style="background-color:#fff; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_head}
</div>
</div>
<div style="min-height:400px; padding:0px 25px 0px 25px; text-align:justify; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="float:left;font-size:18px;color:#576278;">
{__ text="Prośba o potwierdzenie rejestracji konta."}
</div>
<div style="float:right; font-size:12px; color:#576278;">
{__ text="Data założenia konta"}: <span style="color:#404040;">{$user_created_at}<span>
</div>
<br style="clear:both;"/>
<div style="margin:10px 0px 7px 0px">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{__ text="Twoje konto wymaga potwierdzenia. Skorzystaj z linku poniżej aby potwierdzić dane."}
</div>
<div style="width:300px; margin-top:10px;">
<span style="font-size:12px;color:#576278;">{__ text="Login"}:&nbsp;&nbsp;</span><span style="font-size:12px;color:#404040; font-weight:bold;">{$user_name}</span><br>
</div>
<br style="clear:both">
<div style="height:20px;font-size:12px;color:#576278;">
{$user_submit}
</div>
</div>
</div>
<div style="background-color:#ECECEE; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
{$user_foot}
</div>
</div>
<div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_bottom.png?version=1); height:30px"></div></div></div></body></html>

View File

@@ -0,0 +1,9 @@
{$user_head}
{__ text="Twoje konto w sklepie zostało założone."}
{__ text="Twój login"}: {$user_name}
{__ text="Twoje hasło"}: {$user_password}
{__ text="Data założenia konta"}: {$user_created_at}
{$user_submit}
{$user_foot}

View File

@@ -0,0 +1,6 @@
<div id="" style="margin: 10px;">
<div class="st_title">
<h2>{$webpage->getOptName()}</h2>
</div>
{$webpage->getOptContent()}
</div>

View File

@@ -0,0 +1,39 @@
<div id="st_application-user-account" class="st_application">
<div id="st_application-user-account-header">
<h1 class="st_title" style="width:230px;">
{__ text="Rejestracja danych."}
</h1>
<p>
{__ text="Prośba o potwierdzenie rejestracji konta."}
</p>
<br class="st_clear_all" />
</div>
<div class="st_content">
<p style="text-align:center;">{__ text="Dziękujemy za dokonanie rejestracji. Proszę sprawdzić pocztę, na adres:"}</p>
<p style="text-align:center; font-size:14px;"><b>{$username}</b></p>
<p style="text-align:center;">{__ text="została wysłana prośba o potwierdzenie konta."}</p>
<div style="width:230px; margin: 0px auto">
<div class="st_button st_align-left">
<div class="st_button-left">
{$button_back}
</div>
</div>
{if $show_basket != 0}
<div class="st_button st_align-right">
<div class="st_button-left">
{$go_to_basket_link}
</div>
</div>
{/if}
</div>
<br class="st_clear_all" />
</div>
<div id="st_application-user-login-foot">
</div>
</div>

View File

@@ -0,0 +1,40 @@
<div id="st_application-user-account" class="st_application">
<div id="st_application-user-account-header">
<h1 class="st_title" style="width:230px;">
{__ text="Rejestracja danych."}
</h1>
<p>
{__ text="Prośba o potwierdzenie rejestracji konta."}
</p>
<br class="st_clear_all" />
</div>
<div class="st_content">
<p style="text-align:center;">{__ text="Twoje konto nie zostało jeszcze potwierdzone. Proszę sprawdzić pocztę, na adres:"}</p>
<p style="text-align:center; font-size:14px;"><b>{$username}</b></p>
<p style="text-align:center;">{__ text="została wysłana prośba o potwierdzenie konta."}</p>
<div style="width:230px; margin: 0px auto">
<div class="st_button st_align-left">
<div class="st_button-left">
{$button_back}
</div>
</div>
{if $show_basket != 0}
<div class="st_button st_align-right">
<div class="st_button-left">
{$go_to_basket_link}
</div>
</div>
{/if}
</div>
<br class="st_clear_all" />
</div>
<div id="st_application-user-login-foot">
</div>
</div>