This commit is contained in:
2022-01-28 20:25:36 +01:00
parent 9e6113b099
commit 7ecaa70768
8 changed files with 192 additions and 207 deletions

View File

@@ -39,8 +39,22 @@
<h1 n:ifset="$title">{$title}</h1>
<div n:foreach="$flashes as $flash" n:class="flash, $flash->type">{$flash->message}</div>
<div id="content">
{block form}
<h2>Zadaj vyhladavany vyraz.</h2>
{form searchForm}
<table>
<tr>
<th>{label string /}</th><th>{label translation /}</th><th>{label clen /}</th>
</tr>
<tr>
<td>{input string}</td><td>{input translation}</td><td>{input clen}</td><td>{input search}</td>
</tr>
</table>
{/form}
{/block}
{include content}
</div>
</article>
<section>