first commit

This commit is contained in:
2023-09-04 21:59:34 +02:00
commit 650ef5b3e1
196 changed files with 24080 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<? global $config;?>
<p style="font-weight: bold;">Witaj,</p>
<p>poniżej znajdziesz wiadomość wysłaną ze strony <span style="font-weight: bold;">www.<?= $config['page'];?></span>.</p>
<p></p>
<p><span style="font-weight: bold;">Imię i nazwisko:</span> <?= $this -> _data['ac-name'];?></p>
<p><span style="font-weight: bold;">Firma:</span> <?= $this -> _data['ac-firm'];?></p>
<p><span style="font-weight: bold;">Email:</span> <?= $this -> _data['ac-email'];?></p>
<p><span style="font-weight: bold;">Roczna ilość:</span> <?= $this -> _data['ac-quantity'];?></p>
<p><span style="font-weight: bold;">Treść:</span></p>
<p><?= nl2br( $this -> _data['ac-text'] );?></p>