first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<div class="box roundies">
|
||||
<div class="title">
|
||||
<h2>{$title}</h2>
|
||||
</div>
|
||||
<div class="content">
|
||||
{$content}
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,7 @@
|
||||
<div class="st_application">
|
||||
<h1 class="st_title">{$title}</h1>
|
||||
<div class="st_zagiel_info_box">
|
||||
<strong>{$info_1}</strong>
|
||||
<p>{$info_2}</p>
|
||||
<p><strong>{$info_3}</strong></p>
|
||||
</div></div>
|
||||
@@ -0,0 +1,6 @@
|
||||
<div class="st_application">
|
||||
<h1 class="st_title">{$title}</h1>
|
||||
<div class="st_zagiel_info_box">
|
||||
<strong>{$info_1}</strong>
|
||||
<p>{$info_2}</p>
|
||||
</div></div>
|
||||
@@ -0,0 +1,3 @@
|
||||
{$calculate}
|
||||
<br />{$accept}
|
||||
{$accept_text}
|
||||
@@ -0,0 +1 @@
|
||||
{$calculate}
|
||||
@@ -0,0 +1,27 @@
|
||||
<div id="st_box_payment">
|
||||
{$form_start}
|
||||
{$products_fields}
|
||||
{$delivery_fields}
|
||||
{$order_amount}
|
||||
{$order_product_count}
|
||||
{$shop_number}
|
||||
{$produkt_type}
|
||||
{$shop_option}
|
||||
{$delivery_name}
|
||||
{$order_id}
|
||||
{$pesel}
|
||||
{$name}
|
||||
{$surname}
|
||||
{$email}
|
||||
{$street}
|
||||
{$house}
|
||||
{$flat}
|
||||
{$town}
|
||||
{$post_code}
|
||||
|
||||
{$charset}
|
||||
{$url_accept}
|
||||
{$url_decline}
|
||||
<p align="center">{$calculate}</p>
|
||||
{$form_end}
|
||||
</div>
|
||||
Reference in New Issue
Block a user