{#SEARCH_RESULTS#}

{if $no_results == 1}
{#SEARCH_NO_RESULTS#}
{else} {if $q_navi}
{#SEARCH_PAGES#}: {$q_navi}
{/if}
{foreach from=$searchresults item=result}

{$result->document_title|escape}

{if $result->Text}
{$result->Text}
{/if}
Опубликован: {$result->document_published|date_format:$DATE_FORMAT|pretty_date} Просмотров: {$result->document_count_view}
{/foreach}
{if $q_navi}
{#SEARCH_PAGES#}: {$q_navi}
{/if} {/if}
Новый поиск
{include file="$inc_path/form_big.tpl"}