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,8 @@
<div class="st_application">
<h1 class="st_title">
{__ text="Płatność"}
</h1>
<p style="text-align: center; margin-bottom: 20px;">
{__ text="Płatność nie została zrealizowana. Wystąpił błąd autoryzacji."}
</p>
</div>

View File

@@ -0,0 +1,8 @@
<div class="st_application">
<h1 class="st_title">
{__ text="Płatność"}
</h1>
<p style="text-align: center; margin-bottom: 20px;">
{__ text="Płatność nie została zrealizowana. Wystąpił błąd spowodowany brakiem autoryzacji."}
</p>
</div>

View File

@@ -0,0 +1,8 @@
<div class="st_application">
<h1 class="st_title">
{__ text="Płatność"}
</h1>
<p style="text-align: center; margin-bottom: 20px;">
{__ text="Dziękujemy za dokonanie płatności."}
</p>
</div>

View File

@@ -0,0 +1,30 @@
{if $check_configuration}
<div id="st_box_payment">
<p>{__ text="Kliknij przycisk"} <b>{__ text='"Zapłać"'}</b> {__ text="aby przejść do serwisu Polcard."}</p>
<p><img id="st_home" src="/images/frontend/theme/default/stPolcardPlugin/logo.jpg" alt=""/></p>
{$form_start}
{$hidden_order_id}
{$hidden_pos_id}
{$hidden_amount}
{$hidden_language}
{$hidden_email}
{$hidden_test}
{$hidden_client_ip}
{$hidden_street}
{$hidden_street_n1}
{$hidden_street_n2}
{$hidden_city}
{$hidden_postcode}
{$hidden_country}
<div id="st_form-payment-submit" class="st_button-container">
<div class="st_button st_align-right">
<div class="st_button-left">
{$pay_submit}
</div>
</div>
</div>
</form>
</div>
{else}
{__ text="Płatność została błędnie skonfigurowana."}
{/if}