Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
{if $product_info.thumbnail}
<a class="olive" href="index.php?productID={$product_info.productID}">
<img src="products_pictures/{$product_info.thumbnail}"
alt="{$product_info.name}"
border=0><br>
{$smarty.const.MORE_INFO_ON_PRODUCT}
</a><br><br>
{else}
{if $product_info.picture}
<a class="olive" href="index.php?productID={$product_info.productID}">
<img src="products_pictures/{$product_info.picture}"
alt="{$product_info.name}"
border=0>
{$smarty.const.MORE_INFO_ON_PRODUCT}
</a><br><br>
{/if}
{else}
<img src="products_pictures/blank.gif" alt="{$product_info.name}" >
{/if}
{/if}
{if $product_info.customer_votes > 0} {* rating *}
{else}
<img src="products_pictures/blank.gif" alt="{$product_info.name}" >
Я предупреждал, что авторство принадлежит не мне и в зависимости от используемого шаблона код может чуть отличаться, например, первое {/if} может быть расположено на несколько строк выше перед кодом на подобии этого:Подскажи пожалуйста где найти кусок этого ...У меня нет двух {/if} сразу идет
Код:{if $product_info.customer_votes > 0} {* rating *}
[COLOR=Blue]{/if}[/COLOR]
</td>
<td valign=top width=99%>
<table width=100% border=0 cellpadding=4>
<tr>
<td valign=top>
<h1>{$product_info.name}</h1>
Ну скажем так я поступил след образомА для webasyst ss решения никто не знает?
{if $product_info.thumbnail || $product_info.picture}
<div class="prdbrief_thumbnail">
<table cellpadding="0" cellspacing="0"><tr><td align="center" valign="middle" style="width: {$smarty.const.CONF_PRDPICT_THUMBNAIL_SIZE}px; height: {$smarty.const.CONF_PRDPICT_THUMBNAIL_SIZE}px;">
<!-- Thumbnail -->
<a {$target} href='{$_product_url}'>{if $product_info.thumbnail}
<img src="{$smarty.const.URL_PRODUCTS_PICTURES}/{$product_info.thumbnail|escape:'url'}" alt="{$product_info.name|escape:'html'}" title="{$product_info.name|escape:'html'}" />
{elseif $product_info.picture}
<img src="{$smarty.const.URL_PRODUCTS_PICTURES}/{$product_info.picture|escape:'url'}" alt="{$product_info.name|escape:'html'}" title="{$product_info.name|escape:'html'}" />
{/if}</a>
</td></tr></table>
</div>
{/if}
<td>
<div class="rama">
<a {$target} href='{$_product_url}'>{if $product_info.thumbnail}
<p><img src="{$smarty.const.URL_PRODUCTS_PICTURES}/{$product_info.thumbnail|escape:'url'}" alt="{$product_info.name|escape:'html'}" title="{$product_info.name|escape:'html'}" /></p>
{else}
<p><img src="{$smarty.const.URL_PRODUCTS_PICTURES}/nofoto.gif" alt="{$product_info.name|escape:'html'}" title="{$product_info.name|escape:'html'}" /></p>
{/if}</a>
</div></td>