19 lines
1.1 KiB
HTML
Executable File
19 lines
1.1 KiB
HTML
Executable File
{include file=$header h1="Поиск - {if ($smarty.get.id)}{$smarty.get.id}{else}{$smarty.post.find}{/if}" title="Поиск - {if ($smarty.get.id)}{$smarty.get.id}{else}{$smarty.post.find}{/if}" description="поиск по сайту {if ($smarty.get.id)}{$smarty.get.id}{else}{$smarty.post.find}{/if}" keywords="поиск по сайту {if ($smarty.get.id)}{$smarty.get.id}{else}{$smarty.post.find}{/if}"}
|
|
<table class="table">
|
|
{section name=customer loop=$list}
|
|
{if $list[customer].id}
|
|
<tr><td style="width: 150px;">
|
|
<a href="/page/{$list[customer].id}">
|
|
{if $list[customer].oblozhka}
|
|
<img src="/img/pages/{$list[customer].oblozhka}.jpg" class="thumbnail" alt="{$list[customer].title}" title="{$list[customer].title}" style="width: 150px;">
|
|
{else}
|
|
<img src="/api/img/gray/png/no_image.png" class="thumbnail" alt="{$list[customer].title}" title="{$list[customer].title}" style="width: 150px;">
|
|
{/if}
|
|
</a>
|
|
</td><td>
|
|
<a href="/page/{$list[customer].id}"><h2>{$list[customer].title}</h2></a>
|
|
</td></tr>
|
|
{/if}
|
|
{/section}
|
|
</table>
|
|
{include file=$footer} |