Zadaj vyhladavany vyraz.
{form searchForm}
| {label string /} | {label translation /} | {label clen /} |
| {input string} | {input translation} | {input clen} | {input search} |
{ifset $result}
{dump $result}
| Vyraz | Preklad | Typ | Member |
{foreach $result as $term}
{dump $term}
{if $translation->getDirection() == 1}
| {$term->string1}{if $term->suffix1} {$term->suffix1->text}{/if} |
{$term->string2}{if $term->suffix2} {$term->suffix2->text}{/if} |
{else}
{$term->string2}{if $term->suffix2} {$term->suffix2->text}{/if} |
{$term->string1}{if $term->suffix1} {$term->suffix1->text}{/if} |
{/if}
{$term->type ? $dicttypes[$term->type->id]->shortName : ''} |
{$term->member} |
{/foreach}
{control paginator}
{/ifset}
{/form}
{/block}