first commit

This commit is contained in:
2026-04-24 15:32:21 +02:00
commit 20d40fead4
5046 changed files with 641038 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<div class="panelRightTop"></div>
<div class="panelRightBody">
<div class="paddedContent">
<form action="{url Structure=home}" name="form1" method="POST">
<p>Wybierz serwis:</p>
<select id="serwis" name="serwis" onchange="document.form1.submit();">
<option value="1" {if $serwis == '1'}selected{/if}>Magalie</option>
<option value="2" {if $serwis == '2'}selected{/if}>OBSŁUGA FIRM</option>
</select>
</form>
</div>
</div>
{$editStructure}