first commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{if !$check_xml}
|
||||
<li id="st_availability_info">
|
||||
{/if}
|
||||
|
||||
<span>{__ text="Dostępność"}:</span> {$availability_image}
|
||||
|
||||
{if $availability_link=="0"}
|
||||
<a href="#" id="active_availability_alert_overlay">
|
||||
{/if}
|
||||
|
||||
{$availability}
|
||||
|
||||
{if $availability_link=="0"}
|
||||
</a>
|
||||
<div id="availability_alert_overlay">
|
||||
<div class="availability_alert_overlay_content"></div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if !$check_xml}
|
||||
</li>
|
||||
{/if}
|
||||
@@ -0,0 +1,81 @@
|
||||
<div id="st_application-availability_alert" class="st_application" style="border:none;">
|
||||
|
||||
<div class="title">
|
||||
<h2>
|
||||
{__ text="Powiadom mnie o dostępności produktu"}
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div class="st_content">
|
||||
<div style="padding:0px 15px 15px 15px; text-align: center;">
|
||||
{__ text="W chwili obecnej nie możemy określić kiedy produkt"}
|
||||
<br/>
|
||||
|
||||
<b>{$product_name}</b>
|
||||
<br/>
|
||||
{__ text="będzie dostępny w naszym sklepie."}
|
||||
<br/>
|
||||
{__ text="Prosimy o podanie adresu email na który wyślemy powiadomienie."}
|
||||
|
||||
</div>
|
||||
|
||||
{$form_start}
|
||||
|
||||
<fieldset>
|
||||
|
||||
<div class="st_row">
|
||||
{$error_username}
|
||||
<b>{$label_username}</b>
|
||||
<div class="st_field">
|
||||
{$input_username}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="st_row">
|
||||
{$label_description}
|
||||
<div class="st_field">
|
||||
{$input_description}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{if $is_authenticated==false}
|
||||
|
||||
<div class="st_row {if $error_privacy==1}checkbox_error{/if}" >
|
||||
<div class="st_field vertical-align-middle " style="margin-left: 96px;padding: 10px; margin-bottom: 60px;">
|
||||
|
||||
{$checkbox_privacy}
|
||||
{st_get_partial partial="stUser/privacy" params="privacy_only=true new_window=true"}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{if isset($captcha_on)}
|
||||
<div class="st_row">
|
||||
{$error_captcha}
|
||||
<div style="margin-bottom: 2px; margin-top: 2px; margin-left:110px;">
|
||||
{$get_captcha}
|
||||
</div>
|
||||
<b>{$label_captcha}</b>
|
||||
<div class="st_field">
|
||||
{$input_captcha}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{/if}
|
||||
|
||||
<div class="st_row">
|
||||
<div id="button-add-question" class="buttons right">
|
||||
<button type="submit" class="regular roundies">
|
||||
{__ text="Wyślij prośbę o powiadomienie"}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
{$hidden_option_name}
|
||||
{$hidden_product_id}
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,67 @@
|
||||
<!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;">
|
||||
<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;">
|
||||
{$question_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:16px;color:black;margin-bottom: 20px;">
|
||||
{$text}
|
||||
</div>
|
||||
<br style="clear:both;"/>
|
||||
|
||||
<div class="product_photo" style="border: none; float:left; padding: 10px; margin: 10px 0px 10px 20px;">
|
||||
{$product_photo}
|
||||
</div>
|
||||
<div class="product_char" style="float:right; padding: 10px; width: 400px; margin: 10px 20px 10px 0px;">
|
||||
<div class="product_name" style="font-weight: bold; margin-bottom: 15px; color:#576278;">
|
||||
{$product_name}
|
||||
</div>
|
||||
{if $product_code}
|
||||
<div class="product_name" style="font-size:12px;">
|
||||
{__ text="Kod produktu"}: <span>{$product_code}</span>
|
||||
</div>
|
||||
{/if}
|
||||
{if $product_producer}
|
||||
<div class="product_producer" style="font-size:12px;">
|
||||
{__ text="Producent"}: <span>{$product_producer}</span>
|
||||
</div>
|
||||
{/if}
|
||||
{if $product_category}
|
||||
<div class="product_category" style="font-size:12px;">
|
||||
{__ text="Kategoria"}: <span>{$product_category}</span>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<br style="clear:both;"/>
|
||||
<div style="margin:10px 0px 7px 0px; font-size:12px;">
|
||||
{__ text="Informacje o dostępności należy przesłać na"}:
|
||||
<div style="margin: 10px; font-size:16px;">
|
||||
{$from}
|
||||
</div>
|
||||
</div>
|
||||
<br style="clear:both">
|
||||
|
||||
</div>
|
||||
<div style="background-color:#ECECEE; 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;">
|
||||
{$question_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>
|
||||
@@ -0,0 +1,6 @@
|
||||
{__ text="Witam"}, {__ text="proszę o informację o"} {$about} {__ text="produktu"}: {$product_name}
|
||||
{if $product_code}{__ text="Kod produktu"}: {$product_code}{/if}
|
||||
{if $product_producer}{__ text="Producent"}: {$product_producer}{/if}
|
||||
{if $product_category}{__ text="Kategoria"}: {$product_category}{/if}
|
||||
{__ text="Informacje dodatkowe"}:{$text}
|
||||
{__ text="Zapytanie wysłał"}: {$from}
|
||||
Reference in New Issue
Block a user