first commit

This commit is contained in:
2024-11-11 18:46:54 +01:00
commit a630d17338
25634 changed files with 4923715 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>