refactor
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user