{**
* XS2: Верхняя информационная полоска
*
* This file is developed by Solutecs, LLC for the purpose of the company
* and is provided together with XS2 Framework as and inherent part of the
* system. This file can be used on the terms of License Agreement.
*
* +7 (495) 585-0833 / 13 Rusakovskaya street, Moscow 107140 Russia
*
* @link http://www.solutecs.com
* @copyright ©1998-2007 Solutecs, LLC
* @version 1.XX
*}
<TABLE style="width: 100%; background-color: #f7f7f7; border-top: 1px solid #cccccc;">
<TR>
{strip}
<TD>
{if $res.MeanQuery}
Возможно, вы имели в виду:{literal} {/literal}
<A href="{xs2Href mod="search" obj="" met="result"}
?q={$res.MeanQuery|escape:"url"}&t={$res.SearchType}&r={$res.ResultsPerPage}">
{$res.MeanHighlight}
</A>
{/if}
{if $res.MeanQuery && $res.WordsIgnored}<BR>{/if}
{if $res.WordsIgnored}
Игнорированные слова:{literal} {/literal}
{foreach from=$res.WordsIgnored item="word" name="wi"}
{$word}{if $smarty.foreach.wi.last}.{else}, {/if}
{/foreach}
{/if}
</TD>
{/strip}
{strip}
<TD align="right">
Результаты{literal} {/literal}
{if $res.ResultsTotal}
{$res.ResultsFrom} — {$res.ResultsTo} из {$res.ResultsTotal}{literal} {/literal}
{/if}
для {$res.QueryHTML}.{literal} {/literal}
<NOBR>({$res.TimeSpent} секунд)</NOBR>
</TD>
{/strip}
</TR>
</TABLE>
|
|