first commit

This commit is contained in:
2024-10-25 14:16:28 +02:00
commit 925276dbb2
33795 changed files with 4780077 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<div class="panel col-lg-12">
<fieldset>
<div class="panel-heading">{l s='Dostępne znaczniki' mod='x13allegro'}</div>
<table class="table" cellspacing="0" cellpadding="0" style="margin: auto;">
<thead>
<tr>
<th>{l s='Znacznik' mod='x13allegro'}</th>
<th>{l s='Opis' mod='x13allegro'}</th>
</tr>
</thead>
<tbody>
{foreach $variables as $key => $value}
<tr class="{cycle values=",alt_row odd"}">
<td><span class="x13allegro_black">{literal}{{/literal}{$key}{literal}}{/literal}</span></td>
<td>{$value}</td>
</tr>
{/foreach}
</tbody>
</table>
</fieldset>
</div>