first commit

This commit is contained in:
2026-03-05 13:07:40 +01:00
commit 64ba0721ee
25709 changed files with 4691006 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<div class="tpay-insidebg" id="main-payment">
<div class="tpay-header-wrapper">
<div class="tpay-header-logo">
<img class="tpay-logo" src="https://tpay.com/img/banners/tpay_logo_white.svg"
style="float: left; padding: 35px 0 0 15px; max-height: 100%"/>
</div>
<div class="tpay-header-belt"></div>
</div>
<div class="tpay-panel-inside-content">
<div class="tpay-channel-form-wrapper tpay-content-wrapper-class">
<p><?php $lang->l('blik_info') ?></p>
<p><?php $lang->l('blik_info2') ?></p>
<center>
<img src="https://secure.tpay.com/_/banks/b64.png" style="max-height: 100%; float: none"/>
</center>
<div class="tpay-row">
<center>
<div class="tpay-input-blik-code">
<div class="tpay-input-wrapper" style="max-width: 220px">
<div class="tpay-input-label"><?php $lang->l('codeInputText') ?></div>
<input id="blik_code"
name="blik_code"
pattern="\d*"
type="tel"
autocomplete="off"
maxlength="6"
minlength="6"
placeholder="000000"
tabindex="1"
value=""
class="tpay-input-value tpay-blik-input"
/>
</div>
</div>
</center>
</div>
</div>
</div>
</div>