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,19 @@
<div id="st_component-st_payment-list" class="st_payment-list-table">
{if $hasPaymentType}
<h5 class="st_title">{__ text="Płatności"}</h5>
<ul>
{foreach key=row item=payment from=$results}
<li class="payment">
{$payment.radio} {$payment.name}
<p style="margin-left: 25px">{$payment.description}</p>
<p style="margin-left: 25px">{$payment.paymentTypeSocket}</p>
</li>
{/foreach}
</ul>
{else}
<h5 class="st_title">{__ text="Płatności"}</h5>
<ul>
<li class="payment">{__ text="Brak dostępnych form płatności."}</li>
</ul>
{/if}
</div>

View File

@@ -0,0 +1,7 @@
<br />
<div class="st_application">
<h1 class="st_title">{__ text="Płatność"}</h1>
<p style="text-align: center">
{$show_payment}
</p>
</div>

View File

@@ -0,0 +1,2 @@
{include_st_component module="stZagielFrontend" component="calculate" params="id=$id"}
{include_st_component module="stLukasFrontend" component="calculate" params="id=$id"}