Commit 466d48e223034588a9c04366205f4ca7f71fabc7
1 parent
865abfaf
+ разметка страниц
Showing
7 changed files
with
1187 additions
and
982 deletions
Show diff stats
templates/article_one.tpl
| 1 | -<div class="title3"><div class="l"><div class="r"><div class="w"><div class="h1">{$rules_info_one.name}</div></div></div></div></div> | |
| 1 | +<div itemtype="http://schema.org/Article" itemscope> | |
| 2 | + | |
| 3 | +<div class="title3"> | |
| 4 | + <div class="l"> | |
| 5 | + <div class="r"> | |
| 6 | + <div class="w"> | |
| 7 | + <div class="h1" itemprop="headline">{$rules_info_one.name}</div> | |
| 8 | + </div> | |
| 9 | + </div> | |
| 10 | + </div> | |
| 11 | +</div> | |
| 2 | 12 | <div> </div> |
| 3 | 13 | <div {if $article.picbg}style="background:url('{$smarty.const.URL}uploaded/pic/articles/bg/{$article.picbg}');{if $article.fonheight>0}min-height:{$article.fonheight}px;{/if}"{/if}> |
| 4 | 14 | <h1>{$article.title|stripslashes|escape:"html"}</h1> |
| 5 | -{if $article.pic_big}<img src="{$smarty.const.URL}uploaded/pic/articles/big/{$article.pic_big}" class="pic right" border="0" alt="{$article.title|stripslashes|escape:"html"}" align="left">{/if} | |
| 15 | +{if $article.pic_big}<img src="{$smarty.const.URL}uploaded/pic/articles/big/{$article.pic_big}" itemprop="image" class="pic right" border="0" alt="{$article.title|stripslashes|escape:"html"}" align="left">{/if} | |
| 16 | +<div itemprop="description"> | |
| 6 | 17 | {$article.text|stripslashes} |
| 18 | +</div> | |
| 7 | 19 | <div class="both"></div> |
| 8 | -<p><span class="date">{$article.date|date_format:"%d/%m/%Y"}</span></p> | |
| 20 | +<p><span class="date" itemprop="datePublished">{$article.date|date_format:"%d/%m/%Y"}</span></p> | |
| 9 | 21 | {* |
| 10 | 22 | {if $topic_parent.id>0} |
| 11 | 23 | <div> </div> |
| 12 | 24 | <div> |
| 13 | -<a href="{$smarty.const.URL}forum/?topicID={$topic_parent.id}"><font color="#000080">Êîììåíòàðèåâ {$topic_parent.comments}</font></a> | |
| 25 | + <a href="{$smarty.const.URL}forum/?topicID={$topic_parent.id}"><font color="#000080">Êîììåíòàðèåâ {$topic_parent.comments}</font></a> | |
| 14 | 26 | </div> |
| 15 | 27 | {/if} |
| 16 | 28 | *} |
| 17 | - <table> | |
| 18 | - <td width="30"> | |
| 19 | - <span class="txtb">Ïîäåëèòüñÿ:</span> | |
| 20 | - </td> | |
| 21 | - <td noWrap width="180" align="right"> | |
| 22 | - <script type="text/javascript" src="http://extremstyle.ua/js/share42/share42.js"></script> | |
| 23 | - <script type="text/javascript">share42('http://extremstyle.ua/js/share42/','','',150,20)</script> | |
| 24 | - </td> | |
| 25 | - </tr> | |
| 26 | - </table> | |
| 27 | - | |
| 28 | - | |
| 29 | +<table> | |
| 30 | + <td width="30"> | |
| 31 | + <span class="txtb">Ïîäåëèòüñÿ:</span> | |
| 32 | + </td> | |
| 33 | + <td noWrap width="180" align="right"> | |
| 34 | + <script type="text/javascript" src="http://extremstyle.ua/js/share42/share42.js"></script> | |
| 35 | + <script type="text/javascript">share42('http://extremstyle.ua/js/share42/','','',150,20)</script> | |
| 36 | + </td> | |
| 37 | + </tr> | |
| 38 | +</table> | |
| 29 | 39 | {section name=i loop=$products}{if count($products[i].products)>0} |
| 30 | - <div class="list_rubric"><strong>{$products[i].rubric.name}</strong></div> | |
| 31 | - <div class="box5 mt" align="center"> | |
| 32 | - {section name=j loop=$products[i].products} | |
| 33 | - <div class="products_list_row" align="center"> | |
| 34 | - <a href="{$smarty.const.URL}catalogs/{$products[i].products[j].rubric_id}/t{$products[i].products[j].id}/"><img src="http://extremstyle.ua/{if $products[i].products[j].pic}uploaded/pic/catalogs/products/{$products[i].products[j].pic}{else}img/picno2.jpg{/if}" alt="{$products[i].products[j].title|escape:'html'}" title="{$products[i].products[j].title|escape:'html'}" border="0" class="pic" /></a> | |
| 35 | - <div class="name2"><a href="{$smarty.const.URL}catalogs/{$products[i].products[j].rubric_id}/t{$products[i].products[j].id}/"><strong>{$products[i].products[j].name|stripslashes}</strong></a></div> | |
| 36 | - <div class="cost">{$products[i].products[j].cine} ãðí.</div> | |
| 37 | - | |
| 38 | - </div>{if not ($smarty.section.j.rownum mod 5)}<div class="both"></div>{/if} | |
| 39 | - {/section}<div class="both"></div> | |
| 40 | - | |
| 41 | - </div> | |
| 40 | +<div class="list_rubric"><strong>{$products[i].rubric.name}</strong></div> | |
| 41 | +<div class="box5 mt" align="center"> | |
| 42 | + {section name=j loop=$products[i].products} | |
| 43 | + <div class="products_list_row" align="center"> | |
| 44 | + <a href="{$smarty.const.URL}catalogs/{$products[i].products[j].rubric_id}/t{$products[i].products[j].id}/"><img src="http://extremstyle.ua/{if $products[i].products[j].pic}uploaded/pic/catalogs/products/{$products[i].products[j].pic}{else}img/picno2.jpg{/if}" alt="{$products[i].products[j].title|escape:'html'}" title="{$products[i].products[j].title|escape:'html'}" border="0" class="pic" /></a> | |
| 45 | + <div class="name2"><a href="{$smarty.const.URL}catalogs/{$products[i].products[j].rubric_id}/t{$products[i].products[j].id}/"><strong>{$products[i].products[j].name|stripslashes}</strong></a></div> | |
| 46 | + <div class="cost">{$products[i].products[j].cine} ãðí.</div> | |
| 47 | + </div> | |
| 48 | + {if not ($smarty.section.j.rownum mod 5)} | |
| 49 | + <div class="both"></div> | |
| 50 | + {/if} | |
| 51 | + {/section} | |
| 52 | + <div class="both"></div> | |
| 53 | +</div> | |
| 42 | 54 | {/if}{/section} |
| 43 | - | |
| 55 | +</div> | |
| 44 | 56 | |
| 45 | 57 | </div> |
| 46 | 58 | \ No newline at end of file | ... | ... |
templates/box/navig.tpl
| 1 | -<div class="navig"> | |
| 2 | -<a href="{$smarty.const.URL}{$lang_prefix}" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;"> | |
| 3 | -ÅêñòðåìÑòàéë | |
| 4 | -</a> | |
| 5 | -{if $rubric.id} | |
| 6 | ->> <a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;"> | |
| 7 | -{$rubric.name} | |
| 8 | -</a> | |
| 9 | -{/if} | |
| 10 | -{if $product.id} | |
| 11 | ->> <a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/{$product.translit}-{$product.id}/" style="text-decoration:none;color: #3C3C3C;" rel="v:url" property="v:title"> | |
| 12 | -{$product.name|replace:'\'':' '} | |
| 13 | -</a> | |
| 14 | -{/if} | |
| 1 | +<div class="navig" itemtype="http://data-vocabulary.org/Breadcrumb" itemscope=""> | |
| 2 | + <a href="{$smarty.const.URL}{$lang_prefix}" itemprop="url" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;"> | |
| 3 | + <span itemprop="title">ÅêñòðåìÑòàéë</span> | |
| 4 | + </a> | |
| 5 | + {if $rubric.id} | |
| 6 | + >> <a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/" itemprop="url" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;"> | |
| 7 | + <span itemprop="title">{$rubric.name}</span> | |
| 8 | + </a> | |
| 9 | + {/if} | |
| 10 | + {if $product.id} | |
| 11 | + >> <a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/{$product.translit}-{$product.id}/" itemprop="url" style="text-decoration:none;color: #3C3C3C;" rel="v:url" property="v:title"> | |
| 12 | + <span itemprop="title">{$product.name|replace:'\'':' '}</span> | |
| 13 | + </a> | |
| 14 | + {/if} | |
| 15 | 15 | </div> |
| 16 | 16 | \ No newline at end of file | ... | ... |
templates/box/product.tpl
| 1 | - <div class="row_product"><div class="wrp"> | |
| 2 | - {* | |
| 3 | - <div class="pr_t"><strong>{if $rubric.list_name}<span itemprop="category" content="{$rubric.list_name}"> {$rubric.list_name}</span> {else}<span itemprop="category" content="{$data[i].list_name}"> {$data[i].list_name}</span> {/if}<a href="{$smarty.const.URL}catalogs/brends/{$data[i].brend_name}/"><span itemprop="brand">{$data[i].brend_name}</span></a></strong></div> | |
| 4 | - *} | |
| 5 | - <div class="fl"> | |
| 6 | - <a href="{$smarty.const.URL}{$lang_prefix}{$data[i].rubric_translit}-catalogs/{$data[i].translit}-{$data[i].id}/" class="link_pic1"><img src="{$smarty.const.URL}{if $data[i].mod.pic}uploaded/pic/catalogs/modifications/{$data[i].mod.pic}{elseif $data[i].pic}uploaded/pic/catalogs/products/{if $data[i].akcii_id>0}a_{/if}{$data[i].pic}{else}img/picno.jpg{/if}" alt="{$data[i].list_name} {$data[i].brend_name}" title="{$data[i].list_name} {$data[i].brend_name}" itemprop="image" border="0" /></a> | |
| 7 | - {if $data[i].sail eq 1} | |
| 8 | - <br /><img src="{$smarty.const.URL}img/sail.png" border="0" /> | |
| 9 | - {/if} | |
| 10 | - </div> | |
| 11 | - <div class="infor" align="center" style="position:relative;"> | |
| 12 | - | |
| 13 | -<div id='ratig-layer-{$data[i].id}' style="float: none;"> | |
| 14 | -<div class="rating" style=""> | |
| 15 | - <ul class="unit-rating"> | |
| 16 | - <li class="current-rating" style="width:{$data[i].rating}px;">{$data[i].rating}</li> | |
| 17 | - <li><a href="#" title="Óæàñíî" class="r1-unit" onclick="doRate('1', '{$data[i].id}'); return false;">1</a></li> | |
| 18 | - <li><a href="#" title="Ïëîõî" class="r2-unit" onclick="doRate('2', '{$data[i].id}'); return false;">2</a></li> | |
| 19 | - <li><a href="#" title="Ñðåäíå" class="r3-unit" onclick="doRate('3', '{$data[i].id}'); return false;">3</a></li> | |
| 20 | - <li><a href="#" title="Õîðîøî" class="r4-unit" onclick="doRate('4', '{$data[i].id}'); return false;">4</a></li> | |
| 21 | - <li><a href="#" title="Îòëè÷íî" class="r5-unit" onclick="doRate('5', '{$data[i].id}'); return false;">5</a></li> | |
| 22 | - </ul> | |
| 23 | -</div></div> | |
| 24 | -<p>{$data[i].rating2} {$smarty.const.VOICE_1} {$data[i].vote_num} {$smarty.const.VOICE_2}</p> | |
| 25 | -<br /> | |
| 26 | - {if $data[i].cine eq 1} | |
| 27 | - <div class="jdom">Òîâàð îæèäàåòñÿ</div> | |
| 28 | - {if $data[i].active>1}<div class="cine"><div class="l"><div class="r"><div class="w">{$data[i].active}</div></div></div></div>{/if} | |
| 29 | - {elseif $data[i].is_cost2 eq 1} | |
| 30 | - <div><strike>{$data[i].cine}</strike></div> | |
| 31 | - <div class="cost"><div class="l"><div class="r"><div class="w">{$data[i].cine2}</div></div></div></div> | |
| 32 | - {else} | |
| 33 | - {if $data[i].cine_last>0}<div><strike>{$data[i].cine_last}</strike></div>{/if} | |
| 34 | - <div class="cost"><div class="l"><div class="r"><div class="w"><span itemprop="offerDetails" itemscope itemtype="http://data-vocabulary.org/Offer"><span itemprop="price">{if $data[i].salepc>0}<strike>{/if}{$data[i].cine} ãðí.{if $data[i].salepc>0}</strike>{/if}{if $rubric.is_usd eq 1}<br />{$data[i].cine|usd} ${/if}</span><meta itemprop="currency" content="UAH" /></span>{if $data[i].sale>0}<span class="sale">*</span>{/if}</div></div></div></div> | |
| 35 | - {/if} | |
| 36 | - | |
| 37 | - | |
| 38 | - | |
| 39 | - | |
| 40 | - | |
| 41 | - | |
| 42 | - {if $data[i].cine ne 1} | |
| 43 | - <a href="{$smarty.const.URL}{$lang_prefix}{$data[i].rubric_translit}-catalogs/{$data[i].translit}-{$data[i].id}/" class="link_kupit">{$smarty.const.BUY}</a><br /> | |
| 44 | - {/if} | |
| 45 | - | |
| 46 | - | |
| 47 | - {if $data[i].salepc>0} | |
| 48 | - {assign var="twenty_procent" value="`$data[i].cine*$data[i].salepc/100`"} | |
| 49 | - <img src="{$smarty.const.URL}img/_sale10.png" style="position:absolute;right:130px;top:120px" width="57" height="46" /> | |
| 50 | - <div class="cost" style="color:#e31515;font-size:16px;"> = {$data[i].cine-$twenty_procent|round} ãðí.</div><br /> | |
| 51 | - {/if} | |
| 52 | - </div> | |
| 53 | - <div class="infob"> | |
| 54 | - {* | |
| 55 | - <strong>{$rubric.list_name} <a href="{$smarty.const.URL}catalogs/brends/{$data[i].brend_name}/">{$data[i].brend_name}</a>, <a href="{$smarty.const.URL}{$data[i].rubric_translit}-catalogs/{$data[i].translit}-{$data[i].id}/" style="text-transform:uppercase;" class="link_green"><span itemprop="name">{if $rubric.literal eq 1}{$data[i].name|stripslashes|prodliteral}{else}{$data[i].name|stripslashes}{/if}</span></a></strong> | |
| 56 | - *} | |
| 57 | - <a href="{$smarty.const.URL}{$lang_prefix}{$data[i].rubric_translit}-catalogs/{$data[i].translit}-{$data[i].id}/" style="text-transform:uppercase;" class="link_green">{$data[i].ph1} {$rubric.list_name} {$data[i].brend_name} {$data[i].art}, <span itemprop="name">{if $rubric.literal eq 1}{$data[i].name|stripslashes|prodliteral}{else}{$data[i].name|stripslashes}{/if}</span></a> | |
| 58 | - <div class="fr" style="padding-top:50px;text-align:center;"><span class='onstock'>{$smarty.const.ONSTOCK}</span></div> | |
| 59 | - <p><span itemprop="description">{if $lang eq 'ukr'}{$data[i].about|stripslashes|strip_tags|truncate:100}{else}{$data[i].text|stripslashes|strip_tags|truncate:100}{/if}</span></p> | |
| 60 | - {*<br /> | |
| 61 | - <input type="checkbox" value="{$data[i].id}" rel="compare {$data[i].id}" id="compare_{$data[i].id}" /><label for="compare_{$data[i].id}" class="txtblue">Äîáàâèòü ê ñðàâíåíèþ</label> | |
| 62 | - *} | |
| 63 | - </div><div class="both"></div> | |
| 64 | - </div></div> | |
| 65 | 1 | \ No newline at end of file |
| 2 | +<div class="row_product"> | |
| 3 | + <div class="wrp"> | |
| 4 | + {* | |
| 5 | + <div class="pr_t"> | |
| 6 | + <strong> | |
| 7 | + | |
| 8 | + {if $rubric.list_name} | |
| 9 | + <span itemprop="category" content="{$rubric.list_name}"> {$rubric.list_name}</span> | |
| 10 | + {else} | |
| 11 | + <span itemprop="category" content="{$data[i].list_name}"> {$data[i].list_name}</span> | |
| 12 | + {/if} | |
| 13 | + <a href="{$smarty.const.URL}catalogs/brends/{$data[i].brend_name}/"> | |
| 14 | + <span itemprop="brand">{$data[i].brend_name}</span> | |
| 15 | + </a> | |
| 16 | + | |
| 17 | + </strong> | |
| 18 | + </div> | |
| 19 | + *} | |
| 20 | + <div class="fl"> | |
| 21 | + <a href="{$smarty.const.URL}{$lang_prefix}{$data[i].rubric_translit}-catalogs/{$data[i].translit}-{$data[i].id}/" class="link_pic1"> | |
| 22 | + <img src="{$smarty.const.URL}{if $data[i].mod.pic}uploaded/pic/catalogs/modifications/{$data[i].mod.pic}{elseif $data[i].pic}uploaded/pic/catalogs/products/{if $data[i].akcii_id>0}a_{/if}{$data[i].pic}{else}img/picno.jpg{/if}" alt="{$data[i].list_name} {$data[i].brend_name}" title="{$data[i].list_name} {$data[i].brend_name}" border="0" /></a> | |
| 23 | + {if $data[i].sail eq 1} | |
| 24 | + <br /><img src="{$smarty.const.URL}img/sail.png" border="0" /> | |
| 25 | + {/if} | |
| 26 | + </div> | |
| 27 | + <div class="infor" align="center" style="position:relative;"> | |
| 28 | + <div id='ratig-layer-{$data[i].id}' style="float: none;"> | |
| 29 | + <div class="rating" style=""> | |
| 30 | + <ul class="unit-rating"> | |
| 31 | + <li class="current-rating" style="width:{$data[i].rating}px;">{$data[i].rating}</li> | |
| 32 | + <li><a href="#" title="Óæàñíî" class="r1-unit" onclick="doRate('1', '{$data[i].id}'); return false;">1</a></li> | |
| 33 | + <li><a href="#" title="Ïëîõî" class="r2-unit" onclick="doRate('2', '{$data[i].id}'); return false;">2</a></li> | |
| 34 | + <li><a href="#" title="Ñðåäíå" class="r3-unit" onclick="doRate('3', '{$data[i].id}'); return false;">3</a></li> | |
| 35 | + <li><a href="#" title="Õîðîøî" class="r4-unit" onclick="doRate('4', '{$data[i].id}'); return false;">4</a></li> | |
| 36 | + <li><a href="#" title="Îòëè÷íî" class="r5-unit" onclick="doRate('5', '{$data[i].id}'); return false;">5</a></li> | |
| 37 | + </ul> | |
| 38 | + </div> | |
| 39 | + </div> | |
| 40 | + <p>{$data[i].rating2} {$smarty.const.VOICE_1} {$data[i].vote_num} {$smarty.const.VOICE_2}</p> | |
| 41 | + <br /> | |
| 42 | + {if $data[i].cine eq 1} | |
| 43 | + <div class="jdom">Òîâàð îæèäàåòñÿ</div> | |
| 44 | + {if $data[i].active>1} | |
| 45 | + <div class="cine"> | |
| 46 | + <div class="l"> | |
| 47 | + <div class="r"> | |
| 48 | + <div class="w">{$data[i].active}</div> | |
| 49 | + </div> | |
| 50 | + </div> | |
| 51 | + </div> | |
| 52 | + {/if} | |
| 53 | + {elseif $data[i].is_cost2 eq 1} | |
| 54 | + <div><strike>{$data[i].cine}</strike></div> | |
| 55 | + <div class="cost"> | |
| 56 | + <div class="l"> | |
| 57 | + <div class="r"> | |
| 58 | + <div class="w">{$data[i].cine2}</div> | |
| 59 | + </div> | |
| 60 | + </div> | |
| 61 | + </div> | |
| 62 | + {else} | |
| 63 | + {if $data[i].cine_last>0} | |
| 64 | + <div><strike>{$data[i].cine_last}</strike></div> | |
| 65 | + {/if} | |
| 66 | + <div class="cost"> | |
| 67 | + <div class="l"> | |
| 68 | + <div class="r"> | |
| 69 | + <div class="w"> | |
| 70 | + {if $data[i].salepc>0}<strike>{/if}{$data[i].cine} ãðí.{if $data[i].salepc>0}</strike>{/if} | |
| 71 | + {if $rubric.is_usd eq 1}<br />{$data[i].cine|usd} ${/if} | |
| 72 | + {if $data[i].sale>0}<span class="sale">*</span>{/if} | |
| 73 | + </div> | |
| 74 | + </div> | |
| 75 | + </div> | |
| 76 | + </div> | |
| 77 | + {/if} | |
| 78 | + {if $data[i].cine ne 1} | |
| 79 | + <a href="{$smarty.const.URL}{$lang_prefix}{$data[i].rubric_translit}-catalogs/{$data[i].translit}-{$data[i].id}/" class="link_kupit">{$smarty.const.BUY}</a><br /> | |
| 80 | + {/if} | |
| 81 | + {if $data[i].salepc>0} | |
| 82 | + {assign var="twenty_procent" value="`$data[i].cine*$data[i].salepc/100`"} | |
| 83 | + <img src="{$smarty.const.URL}img/_sale10.png" style="position:absolute;right:130px;top:120px" width="57" height="46" /> | |
| 84 | + <div class="cost" style="color:#e31515;font-size:16px;"> = {$data[i].cine-$twenty_procent|round} ãðí.</div> | |
| 85 | + <br /> | |
| 86 | + {/if} | |
| 87 | + </div> | |
| 88 | + <div class="infob"> | |
| 89 | + {* | |
| 90 | + <strong>{$rubric.list_name} <a href="{$smarty.const.URL}catalogs/brends/{$data[i].brend_name}/">{$data[i].brend_name}</a>, <a href="{$smarty.const.URL}{$data[i].rubric_translit}-catalogs/{$data[i].translit}-{$data[i].id}/" style="text-transform:uppercase;" class="link_green"><span>{if $rubric.literal eq 1}{$data[i].name|stripslashes|prodliteral}{else}{$data[i].name|stripslashes}{/if}</span></a></strong> | |
| 91 | + *} | |
| 92 | + <a href="{$smarty.const.URL}{$lang_prefix}{$data[i].rubric_translit}-catalogs/{$data[i].translit}-{$data[i].id}/" style="text-transform:uppercase;" class="link_green">{$data[i].ph1} {$rubric.list_name} {$data[i].brend_name} {$data[i].art}, <span>{if $rubric.literal eq 1}{$data[i].name|stripslashes|prodliteral}{else}{$data[i].name|stripslashes}{/if}</span></a> | |
| 93 | + <div class="fr" style="padding-top:50px;text-align:center;"><span class='onstock'>{$smarty.const.ONSTOCK}</span></div> | |
| 94 | + <p><span>{if $lang eq 'ukr'}{$data[i].about|stripslashes|strip_tags|truncate:100}{else}{$data[i].text|stripslashes|strip_tags|truncate:100}{/if}</span></p> | |
| 95 | + {*<br /> | |
| 96 | + <input type="checkbox" value="{$data[i].id}" rel="compare {$data[i].id}" id="compare_{$data[i].id}" /><label for="compare_{$data[i].id}" class="txtblue">Äîáàâèòü ê ñðàâíåíèþ</label> | |
| 97 | + *} | |
| 98 | + </div> | |
| 99 | + <div class="both"></div> | |
| 100 | + </div> | |
| 101 | +</div> | |
| 66 | 102 | \ No newline at end of file | ... | ... |
templates/box/product_kite.tpl
| ... | ... | @@ -31,7 +31,19 @@ |
| 31 | 31 | <div class="cost"><div class="l"><div class="r"><div class="w">{$data[i].cine2}</div></div></div></div> |
| 32 | 32 | {else} |
| 33 | 33 | {if $data[i].cine_last>0}<div><strike>{$data[i].cine_last}</strike></div>{/if} |
| 34 | - <div class="cost"><div class="l"><div class="r"><div class="w"><span itemprop="offerDetails" itemscope itemtype="http://data-vocabulary.org/Offer"><span itemprop="price">{if $data[i].salepc>0}<strike>{/if}{$data[i].cine} ãðí.{if $data[i].salepc>0}</strike>{/if}{if $rubric.is_usd eq 1}<br />{$data[i].cine|usd} ${/if}</span><meta itemprop="currency" content="UAH" /></span>{if $data[i].sale>0}<span class="sale">*</span>{/if}</div></div></div></div> | |
| 34 | + <div class="cost"> | |
| 35 | + <div class="l"> | |
| 36 | + <div class="r"> | |
| 37 | + <div class="w"> | |
| 38 | + <span itemprop="offerDetails" itemscope itemtype="http://data-vocabulary.org/Offer"> | |
| 39 | + <span itemprop="price">{if $data[i].salepc>0}<strike>{/if}{$data[i].cine} ãðí. | |
| 40 | + {if $data[i].salepc>0}</strike>{/if}{if $rubric.is_usd eq 1}<br />{$data[i].cine|usd} ${/if}</span> | |
| 41 | + <meta itemprop="currency" content="UAH" /></span> | |
| 42 | + {if $data[i].sale>0}<span class="sale">*</span>{/if} | |
| 43 | + </div> | |
| 44 | + </div> | |
| 45 | + </div> | |
| 46 | + </div> | |
| 35 | 47 | {/if} |
| 36 | 48 | |
| 37 | 49 | ... | ... |
templates/catalogs_product-list.tpl
| 1 | 1 | <div class="leftbar"> |
| 2 | - <div class="ft"></div> | |
| 3 | - <div class="fbg"><div class="wrp"> | |
| 4 | - | |
| 5 | - <form method="get" action="{$smarty.const.URL}{$lang_prefix}{if $smarty.get.rubID}{$smarty.request.rubID}-{/if}catalogs/"> | |
| 6 | - <table cellpadding="4" cellspacing="0" border="0" width="100%"> | |
| 7 | - <tr><td><span>{$smarty.const.FILTER_LABEL_1}</span></td></tr> | |
| 8 | - {*<tr> | |
| 9 | - <td><select name="brend" onChange="document.location='{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/filter{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if};brend='+this.value+'{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}';"><option value="">Âñå</option>{section name=i loop=$brends}<option {if $smarty.get.brend eq $brends[i].name}selected{/if} value="{$brends[i].name}">{$brends[i].name}</option>{/section}</select></td> | |
| 10 | - </tr>*} | |
| 11 | - <tr><td> | |
| 12 | -<table cellpadding="2" cellspacing="0"><tr> | |
| 13 | -{section name=i loop=$brends} | |
| 14 | -<tr> | |
| 15 | - <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4_brend s=$brends[i].name}'" value="{$brends[i].name}" {isbrend s=$brends[i].name} /></td><td><a href="{$smarty.const.URL}{$lang_prefix}{url4_brend s=$brends[i].name}">{$brends[i].name}</a></td> | |
| 16 | -</tr> | |
| 17 | -{/section} | |
| 18 | -</table> | |
| 19 | - </td> | |
| 20 | - </tr> | |
| 21 | - {* | |
| 22 | - <tr><td><input type="radio" name="what" {if !$smarty.get.what}checked{/if} onClick="document.location='{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/filter{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if};brend={$smarty.get.brend}{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}';" />-èñêàòü â ðóáðèêå</td></tr> | |
| 23 | - <tr><td><input type="radio" name="what" {if $smarty.get.what eq "all"}checked{/if} onClick="document.location='{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/filter{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if};brend={$smarty.get.brend};what=all{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}';" />-èñêàòü âñå òîâàðû áðåíäà</td></tr> | |
| 24 | -*} | |
| 25 | - <tr><td></td></tr> | |
| 26 | - {if ($rubric.parent_id>0 OR $product.rubric_id>0) and count($sex)>0} | |
| 27 | - <tr><td><span>{$smarty.const.FILTER_LABEL_2}</span></td></tr> | |
| 28 | - {* <tr> | |
| 29 | - <td><select name="sex" onChange="document.location='{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/filter{if $smarty.get.search_str}search_str={$smarty.get.search_str}{/if}{if $smarty.get.brend};brend={$smarty.get.brend}{/if}{if $smarty.get.what};what=all{/if};sex='+this.value+'{if $smarty.get.filter};filter={$smarty.request.filter}{/if}';"> | |
| 30 | - <option value="">Âñå</option> | |
| 31 | - {section name=i loop=$sex} | |
| 32 | - <option value="{$sex[i].link}" {if $smarty.get.sex eq $sex[i].link}selected{/if}>{$sex[i].name_ukr}</option> | |
| 33 | - {/section} | |
| 34 | - | |
| 35 | - </select></td> | |
| 36 | - </tr>*} | |
| 37 | - <tr><td> | |
| 38 | -<table cellpadding="2" cellspacing="0"><tr> | |
| 39 | -{section name=i loop=$sex}{if $sex[i].name} | |
| 40 | -<tr> | |
| 41 | - <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4_sex s=$sex[i].link}'" value="{$sex[i].link}" {issex s=$sex[i].link} /></td><td><a href="{$smarty.const.URL}{$lang_prefix}{url4_sex s=$sex[i].link}">{$sex[i].name}</a></td> | |
| 42 | -</tr> | |
| 43 | -{/if}{/section} | |
| 44 | -</table> | |
| 45 | - </td> | |
| 46 | - </tr> | |
| 47 | - <tr><td></td></tr> | |
| 48 | - {/if} | |
| 49 | - {if count($filters)>0} | |
| 50 | - <tr><td><span>{if $rubric.filter}{$rubric.filter}{else}{$smarty.const.FILTER_LABEL_3}{/if}</span></td></tr> | |
| 51 | - <tr><td> | |
| 52 | -<table cellpadding="2" cellspacing="0"><tr> | |
| 53 | -{section name=i loop=$filters} | |
| 54 | -<tr> | |
| 55 | - <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4 prefix=f n=$filters[i].id s=$filters[i].prefix}'" {* name="filterID[]" *} value="{$filters[i].id}" {isfil prefix=f n=$filters[i].id s=$filters[i].prefix} {section name=f loop=$smarty.get.filterID}{if $filters[i].id eq $smarty.get.filterID[f]}checked{/if}{/section} /></td><td><a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=f n=$filters[i].id s=$filters[i].prefix}">{$filters[i].name}</a> {if $smarty.section.i.index<count($filters)-1} {/if}</td> | |
| 56 | -</tr> | |
| 57 | -{/section} | |
| 58 | -</table> | |
| 59 | - </td> | |
| 60 | - </tr> | |
| 61 | - <tr><td></td></tr> | |
| 62 | - {/if} | |
| 63 | - {if count($filters2)>0} | |
| 64 | - <tr><td><span>{if $rubric.filter2}{$rubric.filter2}{else}{$smarty.const.FILTER_LABEL_3} 2{/if}</span></td></tr> | |
| 65 | - <tr><td> | |
| 66 | -<table cellpadding="2" cellspacing="0"><tr> | |
| 67 | -{section name=i loop=$filters2} | |
| 68 | -<tr> | |
| 69 | - <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4 prefix=g n=$filters2[i].id s=$filters2[i].prefix}'" {* name="filterID[]" *} value="{$filters2[i].id}" {isfil prefix=g n=$filters2[i].id s=$filters2[i].prefix} {section name=f loop=$smarty.get.filterID2}{if $filters2[i].id eq $smarty.get.filterID2[f]}checked{/if}{/section} /></td><td><a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=g n=$filters2[i].id s=$filters2[i].prefix}">{$filters2[i].name}</a> {if $smarty.section.i.index<count($filters2)-1} {/if}</td> | |
| 70 | -</tr> | |
| 71 | -{/section} | |
| 72 | -</table> | |
| 73 | - </td> | |
| 74 | - </tr> | |
| 75 | - <tr><td></td></tr> | |
| 76 | - {/if} | |
| 77 | - | |
| 78 | - {if count($rost)>0} | |
| 79 | - <tr><td><span>{if $rubric.id eq 14032}{$smarty.const.FILTER_LABEL_4}{elseif $rubric.id eq 14065}{$smarty.const.FILTER_LABEL_14065}{else}{$smarty.const.FILTER_LABEL_5}{/if}</span></td></tr> | |
| 80 | - <tr><td> | |
| 81 | -<table cellpadding="2" cellspacing="0"><tr> | |
| 82 | -{section name=i loop=$rost} | |
| 83 | - <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4 prefix=r n=$rost[i].rost}'" {* name="filterID[]" *} value="{$rost[i].rost}" {isfil prefix=r n=$rost[i].rost} /></td><td><a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=r n=$rost[i].rost}">{$rost[i].rost}</a> {if $smarty.section.i.index<count($rost)-1} {/if}</td> | |
| 84 | -{if not ($smarty.section.i.rownum mod 2)} | |
| 85 | - | |
| 86 | - </TR><TR> | |
| 87 | - | |
| 88 | - {/if} | |
| 89 | -{/section} | |
| 90 | -</tr></table> | |
| 91 | - </td> | |
| 92 | - </tr> | |
| 93 | - <tr><td></td></tr> | |
| 94 | - {/if} | |
| 95 | - | |
| 96 | - {if count($size)>0} | |
| 97 | - <tr><td><span>{if $rubric.id eq 14032}{$smarty.const.FILTER_LABEL_6}{else}{$smarty.const.FILTER_LABEL_7}{/if}</span></td></tr> | |
| 98 | - <tr><td> | |
| 99 | -<table cellpadding="2" cellspacing="0"><tr> | |
| 100 | -<tr> | |
| 101 | -{section name=i loop=$size} | |
| 102 | - <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4 prefix=s n=$size[i].size}'" {* name="filterID[]" *} value="{$size[i].size}" {isfil prefix=s n=$size[i].size} /></td><td width="100%"><a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=s n=$size[i].size}">{$size[i].size}</a> {if $smarty.section.i.index<count($size)-1} {/if}</td> | |
| 103 | -{if not ($smarty.section.i.rownum mod 1)} | |
| 104 | - | |
| 105 | - </TR><TR> | |
| 106 | - | |
| 107 | - {/if} | |
| 108 | -{/section} | |
| 109 | -</tr></table> | |
| 110 | - </td> | |
| 111 | - </tr> | |
| 112 | - <tr><td></td></tr> | |
| 113 | - {/if} | |
| 114 | - | |
| 115 | - | |
| 116 | - | |
| 117 | -{if count($years)>0} | |
| 118 | - <tr><td><span>{$smarty.const.FILTER_LABEL_8}</span></td></tr> | |
| 119 | - <tr><td> | |
| 120 | -<table cellpadding="2" cellspacing="0"><tr> | |
| 121 | -{section name=i loop=$years} | |
| 122 | -<tr> | |
| 123 | - <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4 prefix=y n=$years[i].id s=$years[i].name}'" {* name="yearID[]" *} value="{$years[i].id}" {isfil prefix=y n=$years[i].id s=$years[i].name} {section name=f loop=$smarty.get.yearID}{if $years[i].id eq $smarty.get.yearID[f]}checked{/if}{/section} /></td><td><a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=y n=$years[i].id s=$years[i].name}">{$years[i].name}</a> {if $smarty.section.i.index<count($years)-1} {/if}</td> | |
| 124 | -</tr> | |
| 125 | -{/section} | |
| 126 | -</table> | |
| 127 | - </td></tr> | |
| 128 | - <tr><td></td></tr> | |
| 129 | - {/if} | |
| 130 | - </table> | |
| 131 | - </form> | |
| 132 | - | |
| 133 | - </div></div> | |
| 134 | - <div class="fb"></div> | |
| 135 | - <br /> | |
| 136 | - {include file="box/banner.tpl" banner=$banner_15} | |
| 137 | - <br /> | |
| 138 | - {literal} | |
| 139 | -<!-- AdRiver code START: Oi?aaeaiea ?ioaoeae: eia noaia?ey; AD: 501856 "NP_Ski_aaca_oiaa?iay"; noaia?ee ID 1831618 "extremstyle1" ; 240x120 --> | |
| 140 | -<script type="text/javascript"> | |
| 141 | -var RndNum4NoCash = Math.round(Math.random() * 1000000000); | |
| 142 | -var ar_Tail='unknown'; if (document.referrer) ar_Tail = escape(document.referrer); | |
| 143 | -document.write( | |
| 144 | -'<iframe src="http://ad.adriver.ru/cgi-bin/erle.cgi?' | |
| 145 | -+ 'sid=1&w=240&h=175&bt=8&ad=501856&pid=1831618&bn=1831618&rnd=' + RndNum4NoCash + '&tail256=' + ar_Tail | |
| 146 | -+ '" frameborder=0 vspace=0 hspace=0 width=240 height=175 marginwidth=0' | |
| 147 | -+ ' marginheight=0 scrolling=no></iframe>'); | |
| 148 | -</script> | |
| 149 | -<noscript> | |
| 150 | -<a href="http://ad.adriver.ru/cgi-bin/click.cgi?sid=1&bt=8&ad=501856&pid=1831618&bn=1831618&rnd=1674955588" target="_blank"> | |
| 151 | -<img src="http://ad.adriver.ru/cgi-bin/rle.cgi?sid=1&bt=8&ad=501856&pid=1831618&bn=1831618&rnd=1674955588" alt="-AdRiver-" border=0 width=240 height=175></a> | |
| 152 | -</noscript> | |
| 153 | -<!-- AdRiver code END --> | |
| 154 | - {/literal} | |
| 155 | - | |
| 156 | - | |
| 157 | -{if count($products_view)>0} | |
| 158 | -<br /> | |
| 159 | -<div class="head">{$smarty.const.ETAB51}</div> | |
| 160 | -<div class="box_products"> | |
| 161 | -{section name=i loop=$products_view} | |
| 2 | + <div class="ft"></div> | |
| 3 | + <div class="fbg"> | |
| 4 | + <div class="wrp"> | |
| 5 | + <form method="get" action="{$smarty.const.URL}{$lang_prefix}{if $smarty.get.rubID}{$smarty.request.rubID}-{/if}catalogs/"> | |
| 6 | + <table cellpadding="4" cellspacing="0" border="0" width="100%"> | |
| 7 | + <tr> | |
| 8 | + <td><span>{$smarty.const.FILTER_LABEL_1}</span></td> | |
| 9 | + </tr> | |
| 10 | + {* | |
| 11 | + <tr> | |
| 12 | + <td> | |
| 13 | + <select name="brend" onChange="document.location='{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/filter{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if};brend='+this.value+'{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}';"> | |
| 14 | + <option value="">Âñå</option> | |
| 15 | + {section name=i loop=$brends}<option {if $smarty.get.brend eq $brends[i].name}selected{/if} value="{$brends[i].name}">{$brends[i].name}</option>{/section} | |
| 16 | + </select> | |
| 17 | + </td> | |
| 18 | + </tr> | |
| 19 | + *} | |
| 20 | + <tr> | |
| 21 | + <td> | |
| 22 | + <table cellpadding="2" cellspacing="0"> | |
| 23 | + <tr> | |
| 24 | + {section name=i loop=$brends} | |
| 25 | + <tr> | |
| 26 | + <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4_brend s=$brends[i].name}'" value="{$brends[i].name}" {isbrend s=$brends[i].name} /></td> | |
| 27 | + <td><a href="{$smarty.const.URL}{$lang_prefix}{url4_brend s=$brends[i].name}">{$brends[i].name}</a></td> | |
| 28 | + </tr> | |
| 29 | + {/section} | |
| 30 | + </table> | |
| 31 | + </td> | |
| 32 | + </tr> | |
| 33 | + {* | |
| 34 | + <tr> | |
| 35 | + <td><input type="radio" name="what" {if !$smarty.get.what}checked{/if} onClick="document.location='{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/filter{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if};brend={$smarty.get.brend}{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}';" />-èñêàòü â ðóáðèêå</td> | |
| 36 | + </tr> | |
| 37 | + <tr> | |
| 38 | + <td><input type="radio" name="what" {if $smarty.get.what eq "all"}checked{/if} onClick="document.location='{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/filter{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if};brend={$smarty.get.brend};what=all{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}';" />-èñêàòü âñå òîâàðû áðåíäà</td> | |
| 39 | + </tr> | |
| 40 | + *} | |
| 41 | + <tr> | |
| 42 | + <td></td> | |
| 43 | + </tr> | |
| 44 | + {if ($rubric.parent_id>0 OR $product.rubric_id>0) and is_array($sex) and count($sex)>0} | |
| 45 | + <tr> | |
| 46 | + <td><span>{$smarty.const.FILTER_LABEL_2}</span></td> | |
| 47 | + </tr> | |
| 48 | + {* | |
| 49 | + <tr> | |
| 50 | + <td> | |
| 51 | + <select name="sex" onChange="document.location='{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/filter{if $smarty.get.search_str}search_str={$smarty.get.search_str}{/if}{if $smarty.get.brend};brend={$smarty.get.brend}{/if}{if $smarty.get.what};what=all{/if};sex='+this.value+'{if $smarty.get.filter};filter={$smarty.request.filter}{/if}';"> | |
| 52 | + <option value="">Âñå</option> | |
| 53 | + {section name=i loop=$sex} | |
| 54 | + <option value="{$sex[i].link}" {if $smarty.get.sex eq $sex[i].link}selected{/if}>{$sex[i].name_ukr}</option> | |
| 55 | + {/section} | |
| 56 | + </select> | |
| 57 | + </td> | |
| 58 | + </tr> | |
| 59 | + *} | |
| 60 | + <tr> | |
| 61 | + <td> | |
| 62 | + <table cellpadding="2" cellspacing="0"> | |
| 63 | + <tr> | |
| 64 | + {section name=i loop=$sex}{if $sex[i].name} | |
| 65 | + <tr> | |
| 66 | + <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4_sex s=$sex[i].link}'" value="{$sex[i].link}" {issex s=$sex[i].link} /></td> | |
| 67 | + <td><a href="{$smarty.const.URL}{$lang_prefix}{url4_sex s=$sex[i].link}">{$sex[i].name}</a></td> | |
| 68 | + </tr> | |
| 69 | + {/if} | |
| 70 | + {/section} | |
| 71 | + </table> | |
| 72 | + </td> | |
| 73 | + </tr> | |
| 74 | + <tr> | |
| 75 | + <td></td> | |
| 76 | + </tr> | |
| 77 | + {/if} | |
| 78 | + {if is_array($filters)} | |
| 79 | + <tr> | |
| 80 | + <td><span>{if $rubric.filter}{$rubric.filter}{else}{$smarty.const.FILTER_LABEL_3}{/if}</span></td> | |
| 81 | + </tr> | |
| 82 | + <tr> | |
| 83 | + <td> | |
| 84 | + <table cellpadding="2" cellspacing="0"> | |
| 85 | + <tr> | |
| 86 | + {section name=i loop=$filters} | |
| 87 | + <tr> | |
| 88 | + <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4 prefix=f n=$filters[i].id s=$filters[i].prefix}'" {* name="filterID[]" *} value="{$filters[i].id}" {isfil prefix=f n=$filters[i].id s=$filters[i].prefix} {section name=f loop=$smarty.get.filterID}{if $filters[i].id eq $smarty.get.filterID[f]}checked{/if}{/section} /></td> | |
| 89 | + <td><a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=f n=$filters[i].id s=$filters[i].prefix}">{$filters[i].name}</a> {if $smarty.section.i.index<count($filters)-1} {/if}</td> | |
| 90 | + </tr> | |
| 91 | + {/section} | |
| 92 | + </table> | |
| 93 | + </td> | |
| 94 | + </tr> | |
| 95 | + <tr> | |
| 96 | + <td></td> | |
| 97 | + </tr> | |
| 98 | + {/if} | |
| 99 | + {if is_array($filters2)} | |
| 100 | + <tr> | |
| 101 | + <td><span>{if $rubric.filter2}{$rubric.filter2}{else}{$smarty.const.FILTER_LABEL_3} 2{/if}</span></td> | |
| 102 | + </tr> | |
| 103 | + <tr> | |
| 104 | + <td> | |
| 105 | + <table cellpadding="2" cellspacing="0"> | |
| 106 | + <tr> | |
| 107 | + {section name=i loop=$filters2} | |
| 108 | + <tr> | |
| 109 | + <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4 prefix=g n=$filters2[i].id s=$filters2[i].prefix}'" {* name="filterID[]" *} value="{$filters2[i].id}" {isfil prefix=g n=$filters2[i].id s=$filters2[i].prefix} {section name=f loop=$smarty.get.filterID2}{if $filters2[i].id eq $smarty.get.filterID2[f]}checked{/if}{/section} /></td> | |
| 110 | + <td><a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=g n=$filters2[i].id s=$filters2[i].prefix}">{$filters2[i].name}</a> {if $smarty.section.i.index<count($filters2)-1} {/if}</td> | |
| 111 | + </tr> | |
| 112 | + {/section} | |
| 113 | + </table> | |
| 114 | + </td> | |
| 115 | + </tr> | |
| 116 | + <tr> | |
| 117 | + <td></td> | |
| 118 | + </tr> | |
| 119 | + {/if} | |
| 120 | + {if is_array($rost)} | |
| 121 | + <tr> | |
| 122 | + <td><span>{if $rubric.id eq 14032}{$smarty.const.FILTER_LABEL_4}{elseif $rubric.id eq 14065}{$smarty.const.FILTER_LABEL_14065}{else}{$smarty.const.FILTER_LABEL_5}{/if}</span></td> | |
| 123 | + </tr> | |
| 124 | + <tr> | |
| 125 | + <td> | |
| 126 | + <table cellpadding="2" cellspacing="0"> | |
| 127 | + <tr> | |
| 128 | + {section name=i loop=$rost} | |
| 129 | + <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4 prefix=r n=$rost[i].rost}'" {* name="filterID[]" *} value="{$rost[i].rost}" {isfil prefix=r n=$rost[i].rost} /></td> | |
| 130 | + <td><a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=r n=$rost[i].rost}">{$rost[i].rost}</a> {if $smarty.section.i.index<count($rost)-1} {/if}</td> | |
| 131 | + {if not ($smarty.section.i.rownum mod 2)} | |
| 132 | + </TR> | |
| 133 | + <TR> | |
| 134 | + {/if} | |
| 135 | + {/section} | |
| 136 | + </tr> | |
| 137 | + </table> | |
| 138 | + </td> | |
| 139 | + </tr> | |
| 140 | + <tr> | |
| 141 | + <td></td> | |
| 142 | + </tr> | |
| 143 | + {/if} | |
| 144 | + {if is_array($size)} | |
| 145 | + <tr> | |
| 146 | + <td><span>{if $rubric.id eq 14032}{$smarty.const.FILTER_LABEL_6}{else}{$smarty.const.FILTER_LABEL_7}{/if}</span></td> | |
| 147 | + </tr> | |
| 148 | + <tr> | |
| 149 | + <td> | |
| 150 | + <table cellpadding="2" cellspacing="0"> | |
| 151 | + <tr> | |
| 152 | + <tr> | |
| 153 | + {section name=i loop=$size} | |
| 154 | + <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4 prefix=s n=$size[i].size}'" {* name="filterID[]" *} value="{$size[i].size}" {isfil prefix=s n=$size[i].size} /></td> | |
| 155 | + <td width="100%"><a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=s n=$size[i].size}">{$size[i].size}</a> {if $smarty.section.i.index<count($size)-1} {/if}</td> | |
| 156 | + {if not ($smarty.section.i.rownum mod 1)} | |
| 157 | + </TR> | |
| 158 | + <TR> | |
| 159 | + {/if} | |
| 160 | + {/section} | |
| 161 | + </tr> | |
| 162 | + </table> | |
| 163 | + </td> | |
| 164 | + </tr> | |
| 165 | + <tr> | |
| 166 | + <td></td> | |
| 167 | + </tr> | |
| 168 | + {/if} | |
| 169 | + {if is_array($years)} | |
| 170 | + <tr> | |
| 171 | + <td><span>{$smarty.const.FILTER_LABEL_8}</span></td> | |
| 172 | + </tr> | |
| 173 | + <tr> | |
| 174 | + <td> | |
| 175 | + <table cellpadding="2" cellspacing="0"> | |
| 176 | + <tr> | |
| 177 | + {section name=i loop=$years} | |
| 178 | + <tr> | |
| 179 | + <td><input type="checkbox" onClick="document.location='{$smarty.const.URL}{$lang_prefix}{url4 prefix=y n=$years[i].id s=$years[i].name}'" {* name="yearID[]" *} value="{$years[i].id}" {isfil prefix=y n=$years[i].id s=$years[i].name} {section name=f loop=$smarty.get.yearID}{if $years[i].id eq $smarty.get.yearID[f]}checked{/if}{/section} /></td> | |
| 180 | + <td><a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=y n=$years[i].id s=$years[i].name}">{$years[i].name}</a> {if $smarty.section.i.index<count($years)-1} {/if}</td> | |
| 181 | + </tr> | |
| 182 | + {/section} | |
| 183 | + </table> | |
| 184 | + </td> | |
| 185 | + </tr> | |
| 186 | + <tr> | |
| 187 | + <td></td> | |
| 188 | + </tr> | |
| 189 | + {/if} | |
| 190 | + </table> | |
| 191 | + </form> | |
| 192 | + </div> | |
| 193 | + </div> | |
| 194 | + <div class="fb"></div> | |
| 195 | + <br /> | |
| 196 | + {include file="box/banner.tpl" banner=$banner_15} | |
| 197 | + <br /> | |
| 198 | + {literal} | |
| 199 | + <!-- AdRiver code START: Oi?aaeaiea ?ioaoeae: eia noaia?ey; AD: 501856 "NP_Ski_aaca_oiaa?iay"; noaia?ee ID 1831618 "extremstyle1" ; 240x120 --> | |
| 200 | + <script type="text/javascript"> | |
| 201 | + var RndNum4NoCash = Math.round(Math.random() * 1000000000); | |
| 202 | + var ar_Tail='unknown'; if (document.referrer) ar_Tail = escape(document.referrer); | |
| 203 | + document.write( | |
| 204 | + '<iframe src="http://ad.adriver.ru/cgi-bin/erle.cgi?' | |
| 205 | + + 'sid=1&w=240&h=175&bt=8&ad=501856&pid=1831618&bn=1831618&rnd=' + RndNum4NoCash + '&tail256=' + ar_Tail | |
| 206 | + + '" frameborder=0 vspace=0 hspace=0 width=240 height=175 marginwidth=0' | |
| 207 | + + ' marginheight=0 scrolling=no></iframe>'); | |
| 208 | + </script> | |
| 209 | + <noscript> | |
| 210 | + <a href="http://ad.adriver.ru/cgi-bin/click.cgi?sid=1&bt=8&ad=501856&pid=1831618&bn=1831618&rnd=1674955588" target="_blank"> | |
| 211 | + <img src="http://ad.adriver.ru/cgi-bin/rle.cgi?sid=1&bt=8&ad=501856&pid=1831618&bn=1831618&rnd=1674955588" alt="-AdRiver-" border=0 width=240 height=175></a> | |
| 212 | + </noscript> | |
| 213 | + <!-- AdRiver code END --> | |
| 214 | + {/literal} | |
| 215 | + {if count($products_view)>0} | |
| 216 | + <br /> | |
| 217 | + <div class="head">{$smarty.const.ETAB51}</div> | |
| 218 | + <div class="box_products"> | |
| 219 | + {section name=i loop=$products_view} | |
| 162 | 220 | <div class="product"> |
| 163 | - <a href="{$smarty.const.URL}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/{$products_view[i].pic}" alt="{$products_view[i].title|escape:'html'}" title="{$products_view[i].title|escape:'html'}" border="0" class="pic" /></a> | |
| 164 | - <p class="name1"><strong>{$products_view[i].rubric}</strong> <a href="{$smarty.const.URL}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/" style="text-transform:uppercase;" class="link_green"><strong>{$products_view[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 165 | - <p class="cost">{$products_view[i].cine} ãðí.</p> | |
| 221 | + <a href="{$smarty.const.URL}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/{$products_view[i].pic}" alt="{$products_view[i].title|escape:'html'}" title="{$products_view[i].title|escape:'html'}" border="0" class="pic" /></a> | |
| 222 | + <p class="name1"><strong>{$products_view[i].rubric}</strong> <a href="{$smarty.const.URL}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/" style="text-transform:uppercase;" class="link_green"><strong>{$products_view[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 223 | + <p class="cost">{$products_view[i].cine} ãðí.</p> | |
| 166 | 224 | </div> |
| 167 | -{/section} | |
| 168 | -</div> | |
| 169 | -{/if} | |
| 170 | -</div> | |
| 171 | -<div class="content"> | |
| 172 | -{include file="box/navig.tpl"} | |
| 173 | - | |
| 174 | -{include file="banners_top.tpl"} | |
| 175 | - | |
| 176 | -{if $rubric.top_text && !$smarty.get.filter && !$smarty.get.brend && !$smarty.get.sex} | |
| 177 | - {$rubric.top_text|replace:'2013':'2014'} | |
| 178 | -{elseif !$rubric.seo_text || $smarty.get.filter || $smarty.get.brend || $smarty.get.sex} | |
| 179 | - {$f_text|stripslashes} | |
| 180 | -{/if} | |
| 181 | - | |
| 182 | -{if $brend_seo.id>0 && (!$smarty.get.pageID && !$smarty.get.page) && $smarty.get.b}<div class="mt mb">{$brend_seo.seo|stripslashes}</div>{/if} | |
| 183 | - | |
| 184 | -<div class="mt"> | |
| 185 | -{if $rubric.id>0 && !$smarty.get.what}<h1>{if $url_h1}{$url_h1}{elseif $str_filter}{$str_filter}{elseif $rubric.name_h1}{$rubric.name_h1}{else}{$rubric.name}{/if}</h1>{elseif $brend_seo.id>0}<h1>{$brend_seo.name}</h1>{else}<div class="h1">{$rules_info_one.name}</div>{/if} | |
| 186 | -</div> | |
| 187 | - | |
| 188 | -{if count($catalogs_rubrics_parent2)} | |
| 189 | -<div class="boxrp"><div class="wrp"> | |
| 190 | -{section name=i loop=$catalogs_rubrics_parent2} | |
| 191 | - <a href="{$smarty.const.URL}{$lang_prefix}{$catalogs_rubrics_parent2[i].translit}-catalogs/">{$catalogs_rubrics_parent2[i].name}</a> | |
| 192 | -{/section} | |
| 193 | -</div></div> | |
| 194 | -{/if} | |
| 195 | - | |
| 196 | - | |
| 197 | - | |
| 198 | -{* | |
| 199 | -<div class="title3"><div class="l"><div class="r"><div class="w"> | |
| 200 | -<div class="fl">{if $rubric.id>0}<h1>{$rubric.name}</h1>{elseif $brend_seo.id>0}<h1>{$brend_seo.name}</h1>{else}<div class="h1">{$rules_info_one.name}</div>{/if}</div> | |
| 201 | -<div class="fr"> | |
| 202 | - <div class="fl" style="margin-right:10px;"><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.get.akcii}akcii/{else}{if $smarty.get.rubID>0}{$smarty.request.rubID}-{/if}catalogs/{/if}filter;sort=cine;order=asc{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if}{if $smarty.get.brend};brend={$smarty.get.brend}{/if}{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}/" rel="nofollow"><img src="{$smarty.const.URL}img/sort_down.jpg" width="19" height="19" align="absmiddle" hspace="0" border="0" class="fl" /></a><span class="fl">Öåíà</span><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.get.akcii}akcii/{else}{if $smarty.get.rubID>0}{$smarty.request.rubID}-{/if}catalogs/{/if}filter;sort=cine;order=desc{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if}{if $smarty.get.brend};brend={$smarty.get.brend}{/if}{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}/" rel="nofollow"><img src="{$smarty.const.URL}img/sort_up.jpg" width="19" height="19" align="absmiddle" hspace="0" border="0" class="fl" /></a></div> | |
| 203 | - <div class="fl"><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.get.akcii}akcii/{else}{if $smarty.get.rubID>0}{$smarty.request.rubID}-{/if}catalogs/{/if}filter;sort=click;order=asc{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if}{if $smarty.get.brend};brend={$smarty.get.brend}{/if}{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}/" rel="nofollow"><img src="{$smarty.const.URL}img/sort_down.jpg" width="19" height="19" align="absmiddle" hspace="0" border="0" class="fl" /></a><span class="fl">Ïîïóëÿðíîñòü</span><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.get.akcii}akcii/{else}{if $smarty.get.rubID>0}{$smarty.request.rubID}-{/if}catalogs/{/if}filter;sort=click;order=desc{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if}{if $smarty.get.brend};brend={$smarty.get.brend}{/if}{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}/" rel="nofollow"><img src="{$smarty.const.URL}img/sort_up.jpg" width="19" height="19" align="absmiddle" hspace="0" border="0" class="fl" /></a></div> | |
| 225 | + {/section} | |
| 226 | + </div> | |
| 227 | + {/if} | |
| 204 | 228 | </div> |
| 205 | -<div class="both"></div> | |
| 206 | -</div></div></div></div> | |
| 207 | -*} | |
| 208 | - | |
| 209 | - | |
| 210 | - | |
| 211 | -{* | |
| 212 | -<div class="filter"> | |
| 213 | -<a href="{$smarty.const.URL}catalogs/{$rubric.id}/">Âñå</a> | <a href="{$smarty.const.URL}catalogs/{$rubric.id}/sex1/">Ìóæñêèå</a> | <a href="{$smarty.const.URL}catalogs/{$rubric.id}/sex2/">Æåíñêèå</a> | <a href="{$smarty.const.URL}catalogs/{$rubric.id}/sex3/">Äåòñêèå</a> | <a href="{$smarty.const.URL}catalogs/{$rubric.id}/sex4/">Óíèñåêñ</a> | |
| 214 | -</div> | |
| 215 | -*} | |
| 229 | +<div class="content" itemscope itemtype="http://schema.org/Product"> | |
| 230 | + {include file="box/navig.tpl"} | |
| 231 | + {include file="banners_top.tpl"} | |
| 232 | + {if $rubric.top_text && !$smarty.get.filter && !$smarty.get.brend && !$smarty.get.sex} | |
| 233 | + {$rubric.top_text|replace:'2013':'2014'} | |
| 234 | + {elseif !$rubric.seo_text || $smarty.get.filter || $smarty.get.brend || $smarty.get.sex} | |
| 235 | + {$f_text|stripslashes} | |
| 236 | + {/if} | |
| 237 | + {if $brend_seo.id>0 && (!$smarty.get.pageID && !$smarty.get.page) && $smarty.get.b} | |
| 238 | + <div class="mt mb">{$brend_seo.seo|stripslashes}</div> | |
| 239 | + {/if} | |
| 240 | + <div class="mt"> | |
| 241 | + {if $rubric.id>0 && !$smarty.get.what} | |
| 242 | + <h1 itemprop="name">{if $url_h1}{$url_h1}{elseif $str_filter}{$str_filter}{elseif $rubric.name_h1}{$rubric.name_h1}{else}{$rubric.name}{/if}</h1> | |
| 243 | + {elseif $brend_seo.id>0} | |
| 244 | + <h1 itemprop="name">{$brend_seo.name}</h1> | |
| 245 | + {else} | |
| 246 | + <div class="h1">{$rules_info_one.name}</div> | |
| 247 | + {/if} | |
| 248 | + </div> | |
| 249 | + | |
| 250 | + {if count($productsData.data)} | |
| 251 | + | |
| 252 | + {php} | |
| 253 | + | |
| 254 | + $min = 1000000; | |
| 255 | + $max = 0; | |
| 256 | + | |
| 257 | + $votes = 0; | |
| 258 | + $rating = 0; | |
| 216 | 259 | |
| 217 | -<select style="float:right;margin-right:20px;width:150px;" onChange="document.location='?'+this.value;"> | |
| 218 | -<option value="search_str={$smarty.get.search_str}&sort=cine&order=asc" {if $smarty.get.sort eq "cine" && $smarty.get.order eq "asc"}selected{/if}>{$smarty.const.SORT_1}</option> | |
| 219 | -<option value="search_str={$smarty.get.search_str}&sort=cine&order=desc" {if $smarty.get.sort eq "cine" && $smarty.get.order eq "desc"}selected{/if}>{$smarty.const.SORT_2}</option> | |
| 220 | -<option value="search_str={$smarty.get.search_str}&sort=click&order=desc" {if $smarty.get.sort eq "click" && $smarty.get.order eq "desc"}selected{/if}>{$smarty.const.SORT_3}</option> | |
| 221 | -<option value="search_str={$smarty.get.search_str}&sort=click&order=asc" {if $smarty.get.sort eq "click" && $smarty.get.order eq "asc"}selected{/if}>{$smarty.const.SORT_4}</option> | |
| 222 | -</select> | |
| 260 | + foreach ($this->_tpl_vars['productsData']['data'] as $row) | |
| 261 | + { | |
| 262 | + if ($row['cine'] < $min) | |
| 263 | + { | |
| 264 | + $min = $row['cine']; | |
| 265 | + } | |
| 266 | + | |
| 267 | + if ($row['cine'] > $max) | |
| 268 | + { | |
| 269 | + $max = $row['cine']; | |
| 270 | + } | |
| 271 | + | |
| 272 | + $votes += $row['vote_num']; | |
| 273 | + $rating += $row['rating2']; | |
| 274 | + | |
| 275 | + } | |
| 276 | + | |
| 277 | + $rating = round ($rating / $votes, 1); | |
| 223 | 278 | |
| 224 | - <ul class="list mrt" id="list13"> | |
| 225 | - <li id="tab31" class="tab {if !$smarty.get.new and !$smarty.get.top}active{/if}"><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/" data-tab="#etab31">{$smarty.const.PRODUCTS_TAB_1}</a><span class="r"></span></li> | |
| 226 | - {if count($products_active)}<li id="tab32" class="tab {if $smarty.get.new == 1}active{/if}"><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/new/" data-tab="#etab32">{$smarty.const.ETAB11}</a><span class="r"></span></li>{/if} | |
| 227 | - {if count($products_top)}<li id="tab33" class="tab {if $smarty.get.top == 1}active{/if}"><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/top/" data-tab="#etab33">{$smarty.const.ETAB12}</a><span class="r"></span></li>{/if} | |
| 228 | - {if count($products_akcii)}<li id="tab34" class="tab red {if $smarty.get.akciiID == 1}active{/if}"><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/akcii/">{$smarty.const.ETAB13}</a><span class="r"></span></li>{/if} | |
| 229 | - {if $rubric.id eq 13979}<li class="green"><span class="l"></span><a href="http://velosipedy.extremstyle.ua/">{$smarty.const.PRODUCTS_TAB_4}</a><span class="r"></span></li>{/if} | |
| 230 | - </ul> | |
| 231 | - <div class="tab_container" style="width:730px;border-radius:0px 5px 5px 5px;"> | |
| 232 | - <div id="etab31" class="tab_content4" style="padding:0px;"> | |
| 233 | -{if count($productsData.data)} | |
| 234 | - <div class="products"> | |
| 235 | - {section name=i loop=$productsData.data} | |
| 279 | + {/php} | |
| 236 | 280 | |
| 237 | - {include file="box/product.tpl" data=$productsData.data} | |
| 238 | - | |
| 239 | - {if not ($smarty.section.i.rownum mod 5)} | |
| 240 | - {include file="box/banner.tpl" banner=$banner_10 sub_place=$smarty.section.i.rownum} | |
| 241 | - {/if} | |
| 242 | - | |
| 243 | - {/section} | |
| 244 | - </div> | |
| 281 | + <div style="display:none;" itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer"> | |
| 282 | + <span itemprop="priceCurrency">UAH</span> | |
| 283 | + <span itemprop="lowPrice">{php}echo $min{/php}</span> | |
| 284 | + <span itemprop="highPrice">{php}echo $max{/php}</span> | |
| 285 | + </div> | |
| 245 | 286 | |
| 246 | -<div style="padding:20px;"> | |
| 247 | -<div class="perPage">Òîâàðîâ íà ñòðàíèöó: <select style="margin-top:-5px;" class="input_form" onChange="document.location='{url var='perPage'}perPage='+this.value;"><option value="20" {if $smarty.get.perPage eq 20}selected{/if}>20</option><option value="40" {if $smarty.get.perPage eq 40}selected{/if}>40</option><option value="60" {if $smarty.get.perPage eq 60}selected{/if}>60</option><option value="80" {if $smarty.get.perPage eq 80}selected{/if}>80</option><option value="100" {if $smarty.get.perPage eq 100}selected{/if}>100</option></select></div> | |
| 248 | -{if $productsData.links} | |
| 249 | -<div class="pager">Ñòðàíèöû: {$productsData.links}</div> | |
| 250 | -{/if} | |
| 251 | -{/if} | |
| 252 | - {if $url_text} | |
| 253 | - {$url_text|stripslashes} | |
| 254 | - {else} | |
| 255 | - {if !$smarty.get.pageID && !$smarty.get.filter} | |
| 256 | - {if $rubric.translit=="krossovki" and $brend_seo.name=="The North Face" && !$smarty.get.page} | |
| 257 | -North Face - íàçâàíèå òÿæåëîãî ãîðíîãî ïîäúåìà â Àìåðèêå, êîòîðûé ïûòàëèñü âçÿòü ïðèñòóïîì îñíîâàòåëè ìàðêè åùå ïîëâåêà íàçàä. Îòòóäà è íàçâàíèå áðåíäà: ïðîôåññèîíàëüíûå ñïîðòñìåíû ðåøèëè ïðîèçâîäèòü ñîáñòâåííóþ êà÷åñòâåííóþ îäåæäó è îáóâü äëÿ ýêñòðåìàëüíîãî ñïîðòà. Ëþáàÿ îáóâü "ñåâåðÿí" - ýòî îáùèé äèçàéí è ïðèíöèï ëåãêîâåñíîñòè. Êðîññîâêè The North Face, ñàíäàëèè, áîòèíêè è äàæå ñàïîãè - âñå îíè ïîõîæè: óäîáíàÿ ïîäîøâà, ìíîãîñîñòàâíûé ñëîæíûé "âåðõ", ëàêîíè÷íûé, íî ýëåãàíòíûé äèçàéí. | |
| 258 | -<br /><br /> | |
| 259 | -Ïðîäóêöèÿ North Face ïðîèçâîäèòñÿ âî ìíîãèõ ñòðàíàõ ìèðà, íî â Êèòàå âû, ñêîðåå âñåãî, ïðèîáðåòåòå ïîääåëêó. Îðèãèíàëüíûé òîâàð - ýòî ÑØÀ. Ìàòåðèàë ñàìèõ êðîññîâîê - ëåãêèé, íî î÷åíü ïðî÷íûé, ñ çàùèòíîé ñåòêîé. Òàêèå êðîññîâêè ïîçâîëÿò íîãå äûøàòü, òàê êàê ñîõðàíÿþò íîðìàëüíóþ öèðêóëÿöèþ âîçäóõà. Îòäåëüíîå íîó-õàó - ýòî ïîäîøâà. Âî-ïåðâûõ, îíà ïðîèçâîäèòñÿ ñ ïîääåðæêàìè - íà ïÿòêè è íà íîñêå, ÷òî îáëåã÷àåò õîäüáó íà ñëîæíûõ "òðàññàõ". Âî-âòîðûõ, ñàìà ïîäîøâà î÷åíü ëåãêàÿ è èìåþò ýôôåêò âèáðàöèè, êîòîðûé äîñòèãàåòñÿ çà ñ÷åò òîãî, ÷òî ïîäîøâà ìíîãîñëîéíàÿ, è ýòè ñëîè ïëîòíî ïðåññóþòñÿ â ïðîöåññå èçãîòîâëåíèÿ îáóâè. | |
| 260 | -<br /><br /> | |
| 261 | -Íà âûõîäå - îòëè÷íûé ðåçóëüòàò: êà÷åñòâåííûå êðîññîâêè ïðàêòè÷åñêè äëÿ ëþáîãî âèäà ñïîðòà, êîòîðûå ñëóæàò ãîäàìè, ìåäëåííî èçíàøèâàþòñÿ è îáåñïå÷èâàþò îïòèìàëüíóþ ôèçèêó ðàáîòå âàøåé ñòîïû. | |
| 262 | - {elseif $rubric.translit=="krossovki" and $brend_seo.name=="ROXY" && !$smarty.get.page} | |
| 263 | -Áðåíä ROXY áûë ñîçäàí åù¸ â äàëåêîì 1990 ãîäó, è ñìîã ñðàçó çàâîåâàòü ñèìïàòèþ ó áîëüøèíñòâà æåíñêîãî íàñåëåíèÿ àáñîëþòíî âî âñåõ ñòðàíàõ. Âñå äåëî çàêëþ÷àåòñÿ â òîì, ÷òî ROXY áûë ñîçäàí, êàê æåíñêàÿ âåòêà èçâåñòíîé ôèðìû Quicksilver, è îðèåíòèðîâàëñÿ â îñíîâíîì íà ìîëîäåæü. | |
| 264 | -Óæå âåñíîé 1996 ãîäà áðåíä ïðåäñòàâèë îáùåñòâåííîñòè êðîññîâêè ROXY, êîòîðûå íà äàííûé ìîìåíò ñ÷èòàþòñÿ ýòàëîíîì æåíñêîãî ýêñòðåìàëüíîãî îòäûõà.  àññîðòèìåíòå ýòî êîìïàíèè ìîãóò áûòü êàê îáû÷íûå êåäû äëÿ ïîâñåäíåâíîé õîäüáû, òàê è óòåïëåííûå êðîññîâêè, çàâîåâàâøèå ïîïóëÿðíîñòü ó æåíñêîãî íàñåëåíèÿ áëàãîäàðÿ çàìå÷àòåëüíîé ñöåïêå ñ ïîâåðõíîñòüþ (îñîáåííî àêòóàëüíî áóäåò äëÿ ïóòåøåñòâèé â ãîðû). | |
| 265 | -<br /> | |
| 266 | -Åñëè âàì íóæíû êðîññîâêè ROXY êóïèòü èõ íå ïðîáëåìà, ïî òîé ïðè÷èíå, ÷òî òîâàð ýòîãî áðåíäà ïðåäñòàâëåí â áîëüøèíñòâå ñïîðòèâíûõ ìàãàçèíîâ Óêðàèíû. Ìåæäó ïðî÷èì, êðîññîâêè ROXY â Êèåâå çàâîåâàëè ïðèçíàòåëüíîñòü ìîëîäûõ äåâóøåê, è, âî âðåìÿ ñïîêîéíî ïðîãóëêè ïî òèõèì óëèöàì ìîæíî óâèäåòü, ÷òî áîëüøèíñòâî ìîëîäåæè ïðåäïî÷èòàþ íîñèòü èìåííî ýòó ôèðìó êðîññîâîê. | |
| 267 | -Ìåæäó ïðî÷èì, êîìïàíèÿ ROXY ïîñòîÿííî ïðîäîëæàåò ðàñøèðÿòü ñâîþ ëèíèþ ìîëîäåæíîé îáóâè çà ñ÷åò àêòèâíîñòè, ïðîãðåññèâíîñòè, à òàêæå çà ñ÷åò ñîçäàíèÿ òîãî ïðîäóêòà, êîòîðûé ïîäîéäåò íà ðàçëè÷íûå ñëó÷àè â æèçíè, è îáÿçàòåëüíî áóäåò ïðåäíàçíà÷åí òîëüêî äëÿ ñàìîé àêòèâíîé ìîëîäåæíîé àóäèòîðèè. | |
| 268 | - {elseif $rubric.translit=="ryukzaki-2" and $brend_seo.name=="Dakine" && !$smarty.get.page} | |
| 269 | -Êàæäûé ñòóäåíò è êàæäûé ïðîôåññîð, ëþáàÿ äîìîõîçÿéêà è âñÿ åå ÷åòà - âñå ëþáÿò íàñëàæäàòüñÿ ÷èñòîòîé è äåâñòâåííîñòüþ ïðèðîäû. Íà äâîðå ëåòî è ñàìîå âðåìÿ îòïðàâèòüñÿ â ñåìåéíûé, èëè òîâàðèùåñêèé ïîõîä. Êàæäûé ëþáèòåëü òóðèñòè÷åñêîãî äåëà çíàåò, ÷òî ñàìîå âàæíîå â ïóòè - ýòî îáåñïå÷åíèå êîìôîðòà. Îñíîâîé ïîõîäíîãî êîìôîðòà ÿâëÿåòñÿ êà÷åñòâåííûé ðþêçàê, êîòîðûé ïîçâîëÿåò íå îáðàùàòü âíèìàíèå íà òÿæåñòü íîøè è íå òðàâìèðóåò ïëå÷è. | |
| 270 | -<br /> | |
| 271 | -Îäíèìè èç ïðèçíàííûõ âàðèàíòîâ ñíàðÿæåíèÿ ÿâëÿþòñÿ ðþêçàêè Dakine. Îíè îáåñïå÷èâàþò óäîáíóþ ïîñàäêó ðþêçàêà è ðàâíîìåðíî ðàñïðåäåëÿþò âñþ íàãðóçêó. Êðîìå óäîáíîé ýêñïëóàòàöèè îíè èìåþò äîïîëíèòåëüíûå âîçìîæíîñòè - êðåïëåíèÿ ëûæ, ñíîóáîðäà è äðóãîãî ñíàðÿæåíèÿ. | |
| 272 | -<br /> | |
| 273 | -Íàø èíòåðíåò-ìàãàçèí "ÅêñòðåìÑòàéë" ïðåäñòàâëÿåò âåñü ìîäåëüíûé ðÿä Dakine. Âêëþ÷àÿ æåíñêèå è ìóæñêèå, òóðèñòè÷åñêèå è ãîðîäñêèå ðþêçàêè, îòëè÷àþùèåñÿ áîëüøèì êîìôîðòîì íîøåíèÿ. Òàê æå â àññîðòèìåíòå ìàãàçèíà ïðèñóòñòâóþò ñóìêè Dakine, êîòîðûå ïðîñòî íåçàìåíèìû â ëþáîé ïîåçäêå. | |
| 274 | -<br /> | |
| 275 | -Âñÿ íàøà ïðîäóêöèÿ Dakine îáëàäàåò ãàðàíòèðîâàííîé ïðî÷íîñòüþ è áóäåò îáëåã÷àòü Âàøó æèçíü äîëãèå ãîäû. | |
| 276 | - {elseif $rubric.translit=="ryukzaki-2" and $brend_seo.name=="Powerslide" && !$smarty.get.page} | |
| 277 | -Âñå ÷àùå ìîæíî óâèäåòü ìîëîäûõ è íå î÷åíü ëþäåé åäóùèõ íà ðîëèêàõ ïî óëèöàì íàøåãî ãîðîäà. Ðîëëåð äâèæåíèå äîñòàòî÷íî ìîëîäî, íî ñ çàâèäíûì ïîñòîÿíñòâîì ðàñòåò è ðàçâèâàåòñÿ. Ïðèÿòíî ïðîñòî ïðîêàòèòüñÿ ïî ïàðêó, îùóùàÿ íåæíîå ïðèêîñíîâåíèå âåòðà, ëèáî çàâîåâàòü ÷üå-òî ñåðäöå óìåíèåì èñïîëíÿòü ðàçíûå òðþêè. Íî ðàíî, èëè ïîçäíî ïðèõîäèòüñÿ "ñïóñêàòüñÿ" íà ãðåøíóþ çåìëþ è ñíèìàòü ðîëèêè. È âîò íåçàäà÷à, íåñòè èõ â ðóêàõ äîñòàòî÷íî íå óäîáíî, à ðþêçàê ìîæåò ïðîñòî íå ïîìåñòèòü ñòîëü ñïåöèôè÷åñêèé ïðåäìåò. Äëÿ ýòîãî è áûëè ñîçäàíû ðþêçàêè äëÿ ðîëèêîâ, êîòîðûå îáåñïå÷èâàþò óäîáíóþ ïåðåâîçêó. | |
| 278 | -<br /> | |
| 279 | -Ðþêçàêè Powerslide èìåþò öåëóþ ñåðèþ ïðåäíàçíà÷åííóþ ðîëëåðàì. À íàø èíòåðíåò-ìàãàçèí ñïîðòèâíûõ òîâàðîâ "ÅêñòðåìÑòàéë" ñ óäîâîëüñòâèåì ïîìîæåò ñ Âàøèì âûáîðîì. Ðþêçàêè Powerslide Êèåâ çíàåò óæå äàâíî è ìíîãèå ïðèìåðû ýòîãî áðåíäà äîâîëüíî ÷àñòî ìîæíî âñòðåòèòü ïðîñòî íà óëèöå. Ðþêçàêè Powerslide êóïèòü ñîâåðøåííî íå ñëîæíî - ñâÿæèòåñü ñ íàøèì ìåíåäæåðîì, èëè íàïèøèòå çàÿâêó íà íàøó ïî÷òó. Íàøà äîñòàâêà ðàáîòàåò î÷åíü áûñòðî è Âàì íå ïðèäåòñÿ äîëãî æäàòü ñòîëü íåîáõîäèìîãî ñíàðÿæåíèÿ. | |
| 280 | - {elseif $rubric.translit=="ryukzaki-2" and $brend_seo.name=="The North Face" && !$smarty.get.page} | |
| 281 | -Êàêîé òóðèñò íå öåíèò ñâîåãî ñíàðÿæåíèÿ, âåäü îò íåãî çàâèñèò óäîáñòâî, à èíîãäà äàæå æèçíü. È áûâàåò ïîðîé î÷åíü âàæíî, ÷òîáû õâàòèëî ñèë îäîëåòü çàïëàíèðîâàííûé ìàðøðóò.  òóðèçìå âñå âçàèìîñâÿçàíî è êà÷åñòâà ñíàðÿæåíèÿ, êîìôîðòà â ýêñïëóàòàöèè ëþáîãî ïðåäìåòà, âåñ, îáúåì - âñå áóêâàëüíî. Íó à ÷òî ñàìîå îñíîâíîå ó èñêàòåëÿ ïðèêëþ÷åíèé áðåäóùåãî ïî ëåñàì, èëè êàðàáêàþùåãîñÿ â ãîðó. Êîíå÷íî æå ðþêçàê, èìåííî îí ÿâëÿåòñÿ õðàíèëèùåì âñåãî ñêàðáà òóðèñòà. | |
| 282 | -<br /> | |
| 283 | -Èíòåðíåò-ìàãàçèí "ÅêñòðåìÑòàéë" ñíàáäèò äàæå ñàìîãî ïðîôåññèîíàëüíîãî è òðåáîâàòåëüíîãî òóðèñòà ëó÷øèì òóðèñòè÷åñêèì ñíàðÿæåíèåì, â òîì ÷èñëå è ðþêçàêàìè îò ëó÷øèõ áðåíäîâ. Ê ïðèìåðó, òóðèñòè÷åñêèå ðþêçàêè The North Face èñïîëüçóþòñÿ â ïðîõîæäåíèè ñåðüåçíåéøèõ ãîðíûõ ìàðøðóòîâ è îòëè÷íî âûïîëíÿþò âîçëîæåííûå íà íèõ ôóíêöèè. | |
| 284 | -<br /> | |
| 285 | -Ðþêçàêè The North Face Êèåâ, â ëèöå ïðîôåññèîíàëüíûõ àëüïèíèñòîâ è ïðåäñòàâèòåëåé ïåøåõîäíîãî òóðèçìà, ïðèçíàë ñ ìîìåíòà ïîÿâëåíèÿ íà ðûíêå Óêðàèíû ýòîãî áðåíäà. Òîãäà ýòî áûë "äåôèöèòíûé" òîâàð. Òåïåðü, ðþêçàêè The North Face êóïèòü äîñòóïíî êàæäîìó, â íàøåì ÷óäåñíîì èíòåðíåò-ìàãàçèíå "ÅêñòðåìÑòàéë". | |
| 286 | - {elseif $rubric.translit=="palatki" and $brend_seo.name=="Vaude" && !$smarty.get.page} | |
| 287 | -Ëåòî ïðåêðàñíî âî âñåõ ñâîèõ ïðîÿâëåíèÿõ, íî ìîæíî ëè â ïîëíîé ìåðå îöåíèòü âñå åãî ïðåëåñòè ñèäÿ â äóøíîì îôèñå. Åùå áû, êîãäà êàê íå ëåòíåé íî÷üþ ìîæíî ïîñèäåòü ñ ãèòàðîé ó êîñòðà, ïîñëóøàòü ÷óäíîå ïåíèå íî÷íûõ ïòèö, ïî÷óâñòâîâàòü æèâèòåëüíîå äûõàíèå ëåñà. Ëåòî äàðèò íàì èñêëþ÷èòåëüíóþ âîçìîæíîñòü è íàø èíòåðíåò-ìàãàçèí "ÅêñòðåìÑòàéë" ïîìîæåò åå íå óïóñòèòü. | |
| 288 | -<br /> | |
| 289 | -Àññîðòèìåíò ïðåäëàãàåìûõ íàìè òîâàðîâ äëÿ àêòèâíîãî îòäûõà ïðîñòî áåçãðàíè÷åí. Ìû â ñèëàõ ñíàáäèòü âñåì íåîáõîäèìûì ñíàðÿæåíèåì òóðèñòà-ëþáèòåëÿ è äàæå ñåðüåçíóþ íàó÷íóþ ýêñïåäèöèþ â Ãèìàëàè. Ïðîäóêöèÿ íà ñòðàíèöàõ íàøåãî êàòàëîãà èìåíèòåéøèõ ïðîèçâîäèòåëåé ñïîðòèâíîãî ñíàðÿæåíèÿ, îáîðóäîâàíèÿ è èíâåíòàðÿ. | |
| 290 | -<br /> | |
| 291 | -×òî ãëàâíîå â ïîõîäå - êëàññíàÿ ïàëàòêà, ïàëàòêè Vaude ÿâëÿþòñÿ îäíèìè èç ëó÷øèõ íà ðûíêå òóð ñíàðÿæåíèÿ. Ïàëàòêè Vaude Êèåâ ñ÷èòàåò ñàìûìè ïðèåìëåìûìè áëàãîäàðÿ èõ óíèâåðñàëüíîñòè, êîìïàêòíîñòè è íå âûñîêîìó âåñó. Ýòî äåéñòâèòåëüíî ýëåìåíò ïðîôåññèîíàëüíîãî ñíàðÿæåíèÿ. Ïàëàòêè Vaude êóïèòü íå ñîñòàâëÿåò ïðîáëåìû. Íóæíî âñåãî ëèøü ñäåëàòü îäèí òåëåôîííûé çâîíîê â íàø èíòåðíåò-ìàãàçèí è Âû ïîëó÷èòå âîçìîæíîñòü ïîãðóçèòüñÿ â ëåòî. | |
| 292 | - {elseif $rubric.translit=="palatki" and $brend_seo.name=="The North Face" && !$smarty.get.page} | |
| 293 | -Åñëè Âû ëþáèòå àêòèâíûé îòäûõ, åñëè øóìíûì è äóøíûì ãîðîäñêèì óëèöàì ïðåäïî÷èòàåòå óåäèíåíèå íà ïðèðîäå, åñëè òóðèçì ýòî Âàøå ëþáèìîå õîááè, èëè äàæå ñìûñë æèçíè - íàø èíòåðíåò ìàãàçèí "ÅêñòðåìÑòàéë" ïðîñòî íàõîäêà. Ìû îáåñïå÷èì Âàø òóðèñòè÷åñêèé çàïàë âñåì íåîáõîäèìûì äëÿ ïðåäåëüíî êîìôîðòíîãî âðåìÿïðîâîæäåíèÿ âäàëè îò ìåãàïîëèñîâ. Ñïàëüíèêè, âñåâîçìîæíûå òóðèñòè÷åñêèå êîâðèêè, îäåæäà äëÿ ýêñòðåìàëüíûõ âèäîâ ñïîðòà, ëè÷íîå îáîðóäîâàíèå, ïàëàòêè è âñå, ÷òî ìîæåò ïîíàäîáèòüñÿ â òóðïîõîäå. | |
| 294 | -<br /> | |
| 295 | -Ñàìîå ãëàâíîå ñíàðÿæåíèå - ýòî êîíå÷íî æå ïàëàòêà. Îíà îáÿçàíà îáåñïå÷èâàòü ìàêñèìàëüíûì êîìôîðòîì äëÿ ïîëíîöåííîãî îòäûõà. Ëèäåðàìè ïðîäàæ âûñòóïàþò ïàëàòêè The North Face. Ñîîòíîøåíèå ìèíèìàëüíîãî âåñà, ãàðàíòèðîâàííîé ïðî÷íîñòè è íåîáûêíîâåííîé ïðàêòè÷íîñòè äåëàþò èõ ïðîñòî íåçàìåíèìûìè. Ïàëàòêè The North Face Êèåâ ïîëþáèë óæå äîâîëüíî äàâíî è ñî âðåìåíåì ëèøü óòâåðæäàåòñÿ â ëèäåðñòâå ýòîãî áðåíäà. | |
| 296 | -<br /> | |
| 297 | -Ïàëàòêè The North Face êóïèòü äîâîëüíî ïðîñòî, äîñòàòî÷íî îñòàâèòü çàÿâêó îíëàéí, èëè ñîçâîíèòüñÿ ñ íàøèì ìåíåäæåðîì ïî òåëåôîíó. Äîñòàâêó âñåõ ïðèîáðåòåííûõ â íàøåì ìàãàçèíå òîâàðîâ, ìû îñóùåñòâëÿåì â êðàò÷àéøèå ñðîêè. | |
| 298 | - {elseif !$smarty.get.filter && !$smarty.get.brend && !$smarty.get.sex && !$smarty.get.page} | |
| 299 | - {$banner_9.code|stripslashes} | |
| 300 | - {$rubric.seo_text|stripslashes|replace:'2013':'2014'} | |
| 287 | + <div style="display: none" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> | |
| 288 | + <span itemprop="ratingValue">{php}echo $rating{/php}</span> | |
| 289 | + <span itemprop="reviewCount">{php}echo $votes{/php}</span> | |
| 290 | + </div> | |
| 291 | + {/if} | |
| 292 | + | |
| 293 | + {if count($catalogs_rubrics_parent2)} | |
| 294 | + <div class="boxrp"> | |
| 295 | + <div class="wrp"> | |
| 296 | + {section name=i loop=$catalogs_rubrics_parent2} | |
| 297 | + <a href="{$smarty.const.URL}{$lang_prefix}{$catalogs_rubrics_parent2[i].translit}-catalogs/">{$catalogs_rubrics_parent2[i].name}</a> | |
| 298 | + {/section} | |
| 299 | + </div> | |
| 300 | + </div> | |
| 301 | + {/if} | |
| 302 | + | |
| 303 | + {* | |
| 304 | + <div class="title3"> | |
| 305 | + <div class="l"> | |
| 306 | + <div class="r"> | |
| 307 | + <div class="w"> | |
| 308 | + <div class="fl"> | |
| 309 | + {if $rubric.id>0} | |
| 310 | + <h1 itemprop="name">{$rubric.name}</h1> | |
| 311 | + {elseif $brend_seo.id>0} | |
| 312 | + <h1 itemprop="name">{$brend_seo.name}</h1> | |
| 313 | + {else} | |
| 314 | + <div class="h1">{$rules_info_one.name}</div> | |
| 315 | + {/if} | |
| 316 | + </div> | |
| 317 | + <div class="fr"> | |
| 318 | + <div class="fl" style="margin-right:10px;"><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.get.akcii}akcii/{else}{if $smarty.get.rubID>0}{$smarty.request.rubID}-{/if}catalogs/{/if}filter;sort=cine;order=asc{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if}{if $smarty.get.brend};brend={$smarty.get.brend}{/if}{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}/" rel="nofollow"><img src="{$smarty.const.URL}img/sort_down.jpg" width="19" height="19" align="absmiddle" hspace="0" border="0" class="fl" /></a><span class="fl">Öåíà</span><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.get.akcii}akcii/{else}{if $smarty.get.rubID>0}{$smarty.request.rubID}-{/if}catalogs/{/if}filter;sort=cine;order=desc{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if}{if $smarty.get.brend};brend={$smarty.get.brend}{/if}{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}/" rel="nofollow"><img src="{$smarty.const.URL}img/sort_up.jpg" width="19" height="19" align="absmiddle" hspace="0" border="0" class="fl" /></a></div> | |
| 319 | + <div class="fl"><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.get.akcii}akcii/{else}{if $smarty.get.rubID>0}{$smarty.request.rubID}-{/if}catalogs/{/if}filter;sort=click;order=asc{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if}{if $smarty.get.brend};brend={$smarty.get.brend}{/if}{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}/" rel="nofollow"><img src="{$smarty.const.URL}img/sort_down.jpg" width="19" height="19" align="absmiddle" hspace="0" border="0" class="fl" /></a><span class="fl">Ïîïóëÿðíîñòü</span><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.get.akcii}akcii/{else}{if $smarty.get.rubID>0}{$smarty.request.rubID}-{/if}catalogs/{/if}filter;sort=click;order=desc{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if}{if $smarty.get.brend};brend={$smarty.get.brend}{/if}{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}/" rel="nofollow"><img src="{$smarty.const.URL}img/sort_up.jpg" width="19" height="19" align="absmiddle" hspace="0" border="0" class="fl" /></a></div> | |
| 320 | + </div> | |
| 321 | + <div class="both"></div> | |
| 322 | + </div> | |
| 323 | + </div> | |
| 324 | + </div> | |
| 325 | + </div> | |
| 326 | + *} | |
| 327 | + {* | |
| 328 | + <div class="filter"> | |
| 329 | + <a href="{$smarty.const.URL}catalogs/{$rubric.id}/">Âñå</a> | <a href="{$smarty.const.URL}catalogs/{$rubric.id}/sex1/">Ìóæñêèå</a> | <a href="{$smarty.const.URL}catalogs/{$rubric.id}/sex2/">Æåíñêèå</a> | <a href="{$smarty.const.URL}catalogs/{$rubric.id}/sex3/">Äåòñêèå</a> | <a href="{$smarty.const.URL}catalogs/{$rubric.id}/sex4/">Óíèñåêñ</a> | |
| 330 | + </div> | |
| 331 | + *} | |
| 332 | + <select style="float:right;margin-right:20px;width:150px;" onChange="document.location='?'+this.value;"> | |
| 333 | + <option value="search_str={$smarty.get.search_str}&sort=cine&order=asc" {if $smarty.get.sort eq "cine" && $smarty.get.order eq "asc"}selected{/if}>{$smarty.const.SORT_1}</option> | |
| 334 | + <option value="search_str={$smarty.get.search_str}&sort=cine&order=desc" {if $smarty.get.sort eq "cine" && $smarty.get.order eq "desc"}selected{/if}>{$smarty.const.SORT_2}</option> | |
| 335 | + <option value="search_str={$smarty.get.search_str}&sort=click&order=desc" {if $smarty.get.sort eq "click" && $smarty.get.order eq "desc"}selected{/if}>{$smarty.const.SORT_3}</option> | |
| 336 | + <option value="search_str={$smarty.get.search_str}&sort=click&order=asc" {if $smarty.get.sort eq "click" && $smarty.get.order eq "asc"}selected{/if}>{$smarty.const.SORT_4}</option> | |
| 337 | + </select> | |
| 338 | + <ul class="list mrt" id="list13"> | |
| 339 | + <li id="tab31" class="tab {if !$smarty.get.new and !$smarty.get.top}active{/if}"><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/" data-tab="#etab31">{$smarty.const.PRODUCTS_TAB_1}</a><span class="r"></span></li> | |
| 340 | + {if count($products_active)} | |
| 341 | + <li id="tab32" class="tab {if $smarty.get.new == 1}active{/if}"><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/new/" data-tab="#etab32">{$smarty.const.ETAB11}</a><span class="r"></span></li> | |
| 301 | 342 | {/if} |
| 343 | + {if count($products_top)} | |
| 344 | + <li id="tab33" class="tab {if $smarty.get.top == 1}active{/if}"><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/top/" data-tab="#etab33">{$smarty.const.ETAB12}</a><span class="r"></span></li> | |
| 302 | 345 | {/if} |
| 303 | - {/if} | |
| 304 | - | |
| 305 | - | |
| 306 | -{if count($brends)} | |
| 307 | -<div> | |
| 308 | -Âûáèðàÿ {if $str_filter}{$str_filter}{else}{$rubric.name}{/if}, âû ìîæåòå óòî÷íèòü áðåíä ïðîèçâîäèòåëÿ: | |
| 309 | -{section name=i loop=$brends} | |
| 310 | -<a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/filter{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if};brend={$brends[i].name}{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}">{$brends[i].name}</a>{if $smarty.section.i.index<count($brends)-1}, {/if} | |
| 311 | -{/section} | |
| 312 | -</div> | |
| 313 | -{/if} | |
| 314 | -{if count($sex)} | |
| 315 | -<div> | |
| 316 | -Òàê æå âû ìîæåòå âûáðàòü òîâàð ïî ïîëó: | |
| 317 | -{section name=i loop=$sex} | |
| 318 | -<a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/filter{if $smarty.get.search_str}search_str={$smarty.get.search_str}{/if}{if $smarty.get.brend};brend={$smarty.get.brend}{/if}{if $smarty.get.what};what=all{/if};sex={$sex[i].link}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}">{$sex[i].name}</a>{if $smarty.section.i.index<count($sex)-1}, {/if} | |
| 319 | -{/section} | |
| 320 | -</div> | |
| 321 | -{/if} | |
| 322 | - | |
| 323 | -</div> | |
| 324 | -</div> | |
| 325 | -{* | |
| 326 | -<div id="etab32" class="tab_content" style="padding:0px;"> | |
| 327 | -<div class="products"> | |
| 328 | -{section name=i loop=$products_active} | |
| 329 | - {include file="box/product.tpl" data=$products_active} | |
| 330 | -{/section} | |
| 331 | -</div> | |
| 332 | -</div> | |
| 333 | -<div id="etab33" class="tab_content" style="padding:0px;"> | |
| 334 | -<div class="products"> | |
| 335 | -{section name=i loop=$products_top} | |
| 336 | - {include file="box/product.tpl" data=$products_top} | |
| 337 | -{/section} | |
| 338 | -</div> | |
| 339 | -</div> | |
| 340 | -<div id="etab34" class="tab_content" style="padding:0px;"> | |
| 341 | -<div class="products"> | |
| 342 | -{section name=i loop=$products_akcii} | |
| 343 | - {include file="box/product.tpl" data=$products_akcii} | |
| 344 | -{/section} | |
| 345 | -</div> | |
| 346 | -</div> | |
| 347 | -*} | |
| 348 | -</div> | |
| 349 | - | |
| 346 | + {if count($products_akcii)} | |
| 347 | + <li id="tab34" class="tab red {if $smarty.get.akciiID == 1}active{/if}"><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/akcii/">{$smarty.const.ETAB13}</a><span class="r"></span></li> | |
| 348 | + {/if} | |
| 349 | + {if $rubric.id eq 13979} | |
| 350 | + <li class="green"><span class="l"></span><a href="http://velosipedy.extremstyle.ua/">{$smarty.const.PRODUCTS_TAB_4}</a><span class="r"></span></li> | |
| 351 | + {/if} | |
| 352 | + </ul> | |
| 353 | + <div class="tab_container" style="width:730px;border-radius:0px 5px 5px 5px;"> | |
| 354 | + <div id="etab31" class="tab_content4" style="padding:0px;"> | |
| 355 | + | |
| 356 | + {if count($productsData.data)} | |
| 357 | + | |
| 358 | + <div class="products"> | |
| 359 | + | |
| 360 | + {section name=i loop=$productsData.data} | |
| 361 | + {include file="box/product.tpl" data=$productsData.data} | |
| 362 | + {if not ($smarty.section.i.rownum mod 5)} | |
| 363 | + {include file="box/banner.tpl" banner=$banner_10 sub_place=$smarty.section.i.rownum} | |
| 364 | + {/if} | |
| 365 | + {/section} | |
| 366 | + </div> | |
| 367 | + <div style="padding:20px;"> | |
| 368 | + <div class="perPage">Òîâàðîâ íà ñòðàíèöó: <select style="margin-top:-5px;" class="input_form" onChange="document.location='{url var='perPage'}perPage='+this.value;"><option value="20" {if $smarty.get.perPage eq 20}selected{/if}>20</option><option value="40" {if $smarty.get.perPage eq 40}selected{/if}>40</option><option value="60" {if $smarty.get.perPage eq 60}selected{/if}>60</option><option value="80" {if $smarty.get.perPage eq 80}selected{/if}>80</option><option value="100" {if $smarty.get.perPage eq 100}selected{/if}>100</option></select></div> | |
| 369 | + {if $productsData.links} | |
| 370 | + <div class="pager">Ñòðàíèöû: {$productsData.links}</div> | |
| 371 | + {/if} | |
| 372 | + {/if} | |
| 373 | + {if $url_text} | |
| 374 | + {$url_text|stripslashes} | |
| 375 | + {else} | |
| 376 | + {if !$smarty.get.pageID && !$smarty.get.filter} | |
| 377 | + {if $rubric.translit=="krossovki" and $brend_seo.name=="The North Face" && !$smarty.get.page} | |
| 378 | + North Face - íàçâàíèå òÿæåëîãî ãîðíîãî ïîäúåìà â Àìåðèêå, êîòîðûé ïûòàëèñü âçÿòü ïðèñòóïîì îñíîâàòåëè ìàðêè åùå ïîëâåêà íàçàä. Îòòóäà è íàçâàíèå áðåíäà: ïðîôåññèîíàëüíûå ñïîðòñìåíû ðåøèëè ïðîèçâîäèòü ñîáñòâåííóþ êà÷åñòâåííóþ îäåæäó è îáóâü äëÿ ýêñòðåìàëüíîãî ñïîðòà. Ëþáàÿ îáóâü "ñåâåðÿí" - ýòî îáùèé äèçàéí è ïðèíöèï ëåãêîâåñíîñòè. Êðîññîâêè The North Face, ñàíäàëèè, áîòèíêè è äàæå ñàïîãè - âñå îíè ïîõîæè: óäîáíàÿ ïîäîøâà, ìíîãîñîñòàâíûé ñëîæíûé "âåðõ", ëàêîíè÷íûé, íî ýëåãàíòíûé äèçàéí. | |
| 379 | + <br /><br /> | |
| 380 | + Ïðîäóêöèÿ North Face ïðîèçâîäèòñÿ âî ìíîãèõ ñòðàíàõ ìèðà, íî â Êèòàå âû, ñêîðåå âñåãî, ïðèîáðåòåòå ïîääåëêó. Îðèãèíàëüíûé òîâàð - ýòî ÑØÀ. Ìàòåðèàë ñàìèõ êðîññîâîê - ëåãêèé, íî î÷åíü ïðî÷íûé, ñ çàùèòíîé ñåòêîé. Òàêèå êðîññîâêè ïîçâîëÿò íîãå äûøàòü, òàê êàê ñîõðàíÿþò íîðìàëüíóþ öèðêóëÿöèþ âîçäóõà. Îòäåëüíîå íîó-õàó - ýòî ïîäîøâà. Âî-ïåðâûõ, îíà ïðîèçâîäèòñÿ ñ ïîääåðæêàìè - íà ïÿòêè è íà íîñêå, ÷òî îáëåã÷àåò õîäüáó íà ñëîæíûõ "òðàññàõ". Âî-âòîðûõ, ñàìà ïîäîøâà î÷åíü ëåãêàÿ è èìåþò ýôôåêò âèáðàöèè, êîòîðûé äîñòèãàåòñÿ çà ñ÷åò òîãî, ÷òî ïîäîøâà ìíîãîñëîéíàÿ, è ýòè ñëîè ïëîòíî ïðåññóþòñÿ â ïðîöåññå èçãîòîâëåíèÿ îáóâè. | |
| 381 | + <br /><br /> | |
| 382 | + Íà âûõîäå - îòëè÷íûé ðåçóëüòàò: êà÷åñòâåííûå êðîññîâêè ïðàêòè÷åñêè äëÿ ëþáîãî âèäà ñïîðòà, êîòîðûå ñëóæàò ãîäàìè, ìåäëåííî èçíàøèâàþòñÿ è îáåñïå÷èâàþò îïòèìàëüíóþ ôèçèêó ðàáîòå âàøåé ñòîïû. | |
| 383 | + {elseif $rubric.translit=="krossovki" and $brend_seo.name=="ROXY" && !$smarty.get.page} | |
| 384 | + Áðåíä ROXY áûë ñîçäàí åù¸ â äàëåêîì 1990 ãîäó, è ñìîã ñðàçó çàâîåâàòü ñèìïàòèþ ó áîëüøèíñòâà æåíñêîãî íàñåëåíèÿ àáñîëþòíî âî âñåõ ñòðàíàõ. Âñå äåëî çàêëþ÷àåòñÿ â òîì, ÷òî ROXY áûë ñîçäàí, êàê æåíñêàÿ âåòêà èçâåñòíîé ôèðìû Quicksilver, è îðèåíòèðîâàëñÿ â îñíîâíîì íà ìîëîäåæü. | |
| 385 | + Óæå âåñíîé 1996 ãîäà áðåíä ïðåäñòàâèë îáùåñòâåííîñòè êðîññîâêè ROXY, êîòîðûå íà äàííûé ìîìåíò ñ÷èòàþòñÿ ýòàëîíîì æåíñêîãî ýêñòðåìàëüíîãî îòäûõà.  àññîðòèìåíòå ýòî êîìïàíèè ìîãóò áûòü êàê îáû÷íûå êåäû äëÿ ïîâñåäíåâíîé õîäüáû, òàê è óòåïëåííûå êðîññîâêè, çàâîåâàâøèå ïîïóëÿðíîñòü ó æåíñêîãî íàñåëåíèÿ áëàãîäàðÿ çàìå÷àòåëüíîé ñöåïêå ñ ïîâåðõíîñòüþ (îñîáåííî àêòóàëüíî áóäåò äëÿ ïóòåøåñòâèé â ãîðû). | |
| 386 | + <br /> | |
| 387 | + Åñëè âàì íóæíû êðîññîâêè ROXY êóïèòü èõ íå ïðîáëåìà, ïî òîé ïðè÷èíå, ÷òî òîâàð ýòîãî áðåíäà ïðåäñòàâëåí â áîëüøèíñòâå ñïîðòèâíûõ ìàãàçèíîâ Óêðàèíû. Ìåæäó ïðî÷èì, êðîññîâêè ROXY â Êèåâå çàâîåâàëè ïðèçíàòåëüíîñòü ìîëîäûõ äåâóøåê, è, âî âðåìÿ ñïîêîéíî ïðîãóëêè ïî òèõèì óëèöàì ìîæíî óâèäåòü, ÷òî áîëüøèíñòâî ìîëîäåæè ïðåäïî÷èòàþ íîñèòü èìåííî ýòó ôèðìó êðîññîâîê. | |
| 388 | + Ìåæäó ïðî÷èì, êîìïàíèÿ ROXY ïîñòîÿííî ïðîäîëæàåò ðàñøèðÿòü ñâîþ ëèíèþ ìîëîäåæíîé îáóâè çà ñ÷åò àêòèâíîñòè, ïðîãðåññèâíîñòè, à òàêæå çà ñ÷åò ñîçäàíèÿ òîãî ïðîäóêòà, êîòîðûé ïîäîéäåò íà ðàçëè÷íûå ñëó÷àè â æèçíè, è îáÿçàòåëüíî áóäåò ïðåäíàçíà÷åí òîëüêî äëÿ ñàìîé àêòèâíîé ìîëîäåæíîé àóäèòîðèè. | |
| 389 | + {elseif $rubric.translit=="ryukzaki-2" and $brend_seo.name=="Dakine" && !$smarty.get.page} | |
| 390 | + Êàæäûé ñòóäåíò è êàæäûé ïðîôåññîð, ëþáàÿ äîìîõîçÿéêà è âñÿ åå ÷åòà - âñå ëþáÿò íàñëàæäàòüñÿ ÷èñòîòîé è äåâñòâåííîñòüþ ïðèðîäû. Íà äâîðå ëåòî è ñàìîå âðåìÿ îòïðàâèòüñÿ â ñåìåéíûé, èëè òîâàðèùåñêèé ïîõîä. Êàæäûé ëþáèòåëü òóðèñòè÷åñêîãî äåëà çíàåò, ÷òî ñàìîå âàæíîå â ïóòè - ýòî îáåñïå÷åíèå êîìôîðòà. Îñíîâîé ïîõîäíîãî êîìôîðòà ÿâëÿåòñÿ êà÷åñòâåííûé ðþêçàê, êîòîðûé ïîçâîëÿåò íå îáðàùàòü âíèìàíèå íà òÿæåñòü íîøè è íå òðàâìèðóåò ïëå÷è. | |
| 391 | + <br /> | |
| 392 | + Îäíèìè èç ïðèçíàííûõ âàðèàíòîâ ñíàðÿæåíèÿ ÿâëÿþòñÿ ðþêçàêè Dakine. Îíè îáåñïå÷èâàþò óäîáíóþ ïîñàäêó ðþêçàêà è ðàâíîìåðíî ðàñïðåäåëÿþò âñþ íàãðóçêó. Êðîìå óäîáíîé ýêñïëóàòàöèè îíè èìåþò äîïîëíèòåëüíûå âîçìîæíîñòè - êðåïëåíèÿ ëûæ, ñíîóáîðäà è äðóãîãî ñíàðÿæåíèÿ. | |
| 393 | + <br /> | |
| 394 | + Íàø èíòåðíåò-ìàãàçèí "ÅêñòðåìÑòàéë" ïðåäñòàâëÿåò âåñü ìîäåëüíûé ðÿä Dakine. Âêëþ÷àÿ æåíñêèå è ìóæñêèå, òóðèñòè÷åñêèå è ãîðîäñêèå ðþêçàêè, îòëè÷àþùèåñÿ áîëüøèì êîìôîðòîì íîøåíèÿ. Òàê æå â àññîðòèìåíòå ìàãàçèíà ïðèñóòñòâóþò ñóìêè Dakine, êîòîðûå ïðîñòî íåçàìåíèìû â ëþáîé ïîåçäêå. | |
| 395 | + <br /> | |
| 396 | + Âñÿ íàøà ïðîäóêöèÿ Dakine îáëàäàåò ãàðàíòèðîâàííîé ïðî÷íîñòüþ è áóäåò îáëåã÷àòü Âàøó æèçíü äîëãèå ãîäû. | |
| 397 | + {elseif $rubric.translit=="ryukzaki-2" and $brend_seo.name=="Powerslide" && !$smarty.get.page} | |
| 398 | + Âñå ÷àùå ìîæíî óâèäåòü ìîëîäûõ è íå î÷åíü ëþäåé åäóùèõ íà ðîëèêàõ ïî óëèöàì íàøåãî ãîðîäà. Ðîëëåð äâèæåíèå äîñòàòî÷íî ìîëîäî, íî ñ çàâèäíûì ïîñòîÿíñòâîì ðàñòåò è ðàçâèâàåòñÿ. Ïðèÿòíî ïðîñòî ïðîêàòèòüñÿ ïî ïàðêó, îùóùàÿ íåæíîå ïðèêîñíîâåíèå âåòðà, ëèáî çàâîåâàòü ÷üå-òî ñåðäöå óìåíèåì èñïîëíÿòü ðàçíûå òðþêè. Íî ðàíî, èëè ïîçäíî ïðèõîäèòüñÿ "ñïóñêàòüñÿ" íà ãðåøíóþ çåìëþ è ñíèìàòü ðîëèêè. È âîò íåçàäà÷à, íåñòè èõ â ðóêàõ äîñòàòî÷íî íå óäîáíî, à ðþêçàê ìîæåò ïðîñòî íå ïîìåñòèòü ñòîëü ñïåöèôè÷åñêèé ïðåäìåò. Äëÿ ýòîãî è áûëè ñîçäàíû ðþêçàêè äëÿ ðîëèêîâ, êîòîðûå îáåñïå÷èâàþò óäîáíóþ ïåðåâîçêó. | |
| 399 | + <br /> | |
| 400 | + Ðþêçàêè Powerslide èìåþò öåëóþ ñåðèþ ïðåäíàçíà÷åííóþ ðîëëåðàì. À íàø èíòåðíåò-ìàãàçèí ñïîðòèâíûõ òîâàðîâ "ÅêñòðåìÑòàéë" ñ óäîâîëüñòâèåì ïîìîæåò ñ Âàøèì âûáîðîì. Ðþêçàêè Powerslide Êèåâ çíàåò óæå äàâíî è ìíîãèå ïðèìåðû ýòîãî áðåíäà äîâîëüíî ÷àñòî ìîæíî âñòðåòèòü ïðîñòî íà óëèöå. Ðþêçàêè Powerslide êóïèòü ñîâåðøåííî íå ñëîæíî - ñâÿæèòåñü ñ íàøèì ìåíåäæåðîì, èëè íàïèøèòå çàÿâêó íà íàøó ïî÷òó. Íàøà äîñòàâêà ðàáîòàåò î÷åíü áûñòðî è Âàì íå ïðèäåòñÿ äîëãî æäàòü ñòîëü íåîáõîäèìîãî ñíàðÿæåíèÿ. | |
| 401 | + {elseif $rubric.translit=="ryukzaki-2" and $brend_seo.name=="The North Face" && !$smarty.get.page} | |
| 402 | + Êàêîé òóðèñò íå öåíèò ñâîåãî ñíàðÿæåíèÿ, âåäü îò íåãî çàâèñèò óäîáñòâî, à èíîãäà äàæå æèçíü. È áûâàåò ïîðîé î÷åíü âàæíî, ÷òîáû õâàòèëî ñèë îäîëåòü çàïëàíèðîâàííûé ìàðøðóò.  òóðèçìå âñå âçàèìîñâÿçàíî è êà÷åñòâà ñíàðÿæåíèÿ, êîìôîðòà â ýêñïëóàòàöèè ëþáîãî ïðåäìåòà, âåñ, îáúåì - âñå áóêâàëüíî. Íó à ÷òî ñàìîå îñíîâíîå ó èñêàòåëÿ ïðèêëþ÷åíèé áðåäóùåãî ïî ëåñàì, èëè êàðàáêàþùåãîñÿ â ãîðó. Êîíå÷íî æå ðþêçàê, èìåííî îí ÿâëÿåòñÿ õðàíèëèùåì âñåãî ñêàðáà òóðèñòà. | |
| 403 | + <br /> | |
| 404 | + Èíòåðíåò-ìàãàçèí "ÅêñòðåìÑòàéë" ñíàáäèò äàæå ñàìîãî ïðîôåññèîíàëüíîãî è òðåáîâàòåëüíîãî òóðèñòà ëó÷øèì òóðèñòè÷åñêèì ñíàðÿæåíèåì, â òîì ÷èñëå è ðþêçàêàìè îò ëó÷øèõ áðåíäîâ. Ê ïðèìåðó, òóðèñòè÷åñêèå ðþêçàêè The North Face èñïîëüçóþòñÿ â ïðîõîæäåíèè ñåðüåçíåéøèõ ãîðíûõ ìàðøðóòîâ è îòëè÷íî âûïîëíÿþò âîçëîæåííûå íà íèõ ôóíêöèè. | |
| 405 | + <br /> | |
| 406 | + Ðþêçàêè The North Face Êèåâ, â ëèöå ïðîôåññèîíàëüíûõ àëüïèíèñòîâ è ïðåäñòàâèòåëåé ïåøåõîäíîãî òóðèçìà, ïðèçíàë ñ ìîìåíòà ïîÿâëåíèÿ íà ðûíêå Óêðàèíû ýòîãî áðåíäà. Òîãäà ýòî áûë "äåôèöèòíûé" òîâàð. Òåïåðü, ðþêçàêè The North Face êóïèòü äîñòóïíî êàæäîìó, â íàøåì ÷óäåñíîì èíòåðíåò-ìàãàçèíå "ÅêñòðåìÑòàéë". | |
| 407 | + {elseif $rubric.translit=="palatki" and $brend_seo.name=="Vaude" && !$smarty.get.page} | |
| 408 | + Ëåòî ïðåêðàñíî âî âñåõ ñâîèõ ïðîÿâëåíèÿõ, íî ìîæíî ëè â ïîëíîé ìåðå îöåíèòü âñå åãî ïðåëåñòè ñèäÿ â äóøíîì îôèñå. Åùå áû, êîãäà êàê íå ëåòíåé íî÷üþ ìîæíî ïîñèäåòü ñ ãèòàðîé ó êîñòðà, ïîñëóøàòü ÷óäíîå ïåíèå íî÷íûõ ïòèö, ïî÷óâñòâîâàòü æèâèòåëüíîå äûõàíèå ëåñà. Ëåòî äàðèò íàì èñêëþ÷èòåëüíóþ âîçìîæíîñòü è íàø èíòåðíåò-ìàãàçèí "ÅêñòðåìÑòàéë" ïîìîæåò åå íå óïóñòèòü. | |
| 409 | + <br /> | |
| 410 | + Àññîðòèìåíò ïðåäëàãàåìûõ íàìè òîâàðîâ äëÿ àêòèâíîãî îòäûõà ïðîñòî áåçãðàíè÷åí. Ìû â ñèëàõ ñíàáäèòü âñåì íåîáõîäèìûì ñíàðÿæåíèåì òóðèñòà-ëþáèòåëÿ è äàæå ñåðüåçíóþ íàó÷íóþ ýêñïåäèöèþ â Ãèìàëàè. Ïðîäóêöèÿ íà ñòðàíèöàõ íàøåãî êàòàëîãà èìåíèòåéøèõ ïðîèçâîäèòåëåé ñïîðòèâíîãî ñíàðÿæåíèÿ, îáîðóäîâàíèÿ è èíâåíòàðÿ. | |
| 411 | + <br /> | |
| 412 | + ×òî ãëàâíîå â ïîõîäå - êëàññíàÿ ïàëàòêà, ïàëàòêè Vaude ÿâëÿþòñÿ îäíèìè èç ëó÷øèõ íà ðûíêå òóð ñíàðÿæåíèÿ. Ïàëàòêè Vaude Êèåâ ñ÷èòàåò ñàìûìè ïðèåìëåìûìè áëàãîäàðÿ èõ óíèâåðñàëüíîñòè, êîìïàêòíîñòè è íå âûñîêîìó âåñó. Ýòî äåéñòâèòåëüíî ýëåìåíò ïðîôåññèîíàëüíîãî ñíàðÿæåíèÿ. Ïàëàòêè Vaude êóïèòü íå ñîñòàâëÿåò ïðîáëåìû. Íóæíî âñåãî ëèøü ñäåëàòü îäèí òåëåôîííûé çâîíîê â íàø èíòåðíåò-ìàãàçèí è Âû ïîëó÷èòå âîçìîæíîñòü ïîãðóçèòüñÿ â ëåòî. | |
| 413 | + {elseif $rubric.translit=="palatki" and $brend_seo.name=="The North Face" && !$smarty.get.page} | |
| 414 | + Åñëè Âû ëþáèòå àêòèâíûé îòäûõ, åñëè øóìíûì è äóøíûì ãîðîäñêèì óëèöàì ïðåäïî÷èòàåòå óåäèíåíèå íà ïðèðîäå, åñëè òóðèçì ýòî Âàøå ëþáèìîå õîááè, èëè äàæå ñìûñë æèçíè - íàø èíòåðíåò ìàãàçèí "ÅêñòðåìÑòàéë" ïðîñòî íàõîäêà. Ìû îáåñïå÷èì Âàø òóðèñòè÷åñêèé çàïàë âñåì íåîáõîäèìûì äëÿ ïðåäåëüíî êîìôîðòíîãî âðåìÿïðîâîæäåíèÿ âäàëè îò ìåãàïîëèñîâ. Ñïàëüíèêè, âñåâîçìîæíûå òóðèñòè÷åñêèå êîâðèêè, îäåæäà äëÿ ýêñòðåìàëüíûõ âèäîâ ñïîðòà, ëè÷íîå îáîðóäîâàíèå, ïàëàòêè è âñå, ÷òî ìîæåò ïîíàäîáèòüñÿ â òóðïîõîäå. | |
| 415 | + <br /> | |
| 416 | + Ñàìîå ãëàâíîå ñíàðÿæåíèå - ýòî êîíå÷íî æå ïàëàòêà. Îíà îáÿçàíà îáåñïå÷èâàòü ìàêñèìàëüíûì êîìôîðòîì äëÿ ïîëíîöåííîãî îòäûõà. Ëèäåðàìè ïðîäàæ âûñòóïàþò ïàëàòêè The North Face. Ñîîòíîøåíèå ìèíèìàëüíîãî âåñà, ãàðàíòèðîâàííîé ïðî÷íîñòè è íåîáûêíîâåííîé ïðàêòè÷íîñòè äåëàþò èõ ïðîñòî íåçàìåíèìûìè. Ïàëàòêè The North Face Êèåâ ïîëþáèë óæå äîâîëüíî äàâíî è ñî âðåìåíåì ëèøü óòâåðæäàåòñÿ â ëèäåðñòâå ýòîãî áðåíäà. | |
| 417 | + <br /> | |
| 418 | + Ïàëàòêè The North Face êóïèòü äîâîëüíî ïðîñòî, äîñòàòî÷íî îñòàâèòü çàÿâêó îíëàéí, èëè ñîçâîíèòüñÿ ñ íàøèì ìåíåäæåðîì ïî òåëåôîíó. Äîñòàâêó âñåõ ïðèîáðåòåííûõ â íàøåì ìàãàçèíå òîâàðîâ, ìû îñóùåñòâëÿåì â êðàò÷àéøèå ñðîêè. | |
| 419 | + {elseif !$smarty.get.filter && !$smarty.get.brend && !$smarty.get.sex && !$smarty.get.page} | |
| 420 | + {$banner_9.code|stripslashes} | |
| 421 | + {$rubric.seo_text|stripslashes|replace:'2013':'2014'} | |
| 422 | + {/if} | |
| 423 | + {/if} | |
| 424 | + {/if} | |
| 425 | + {if count($brends)} | |
| 426 | + <div> | |
| 427 | + Âûáèðàÿ {if $str_filter}{$str_filter}{else}{$rubric.name}{/if}, âû ìîæåòå óòî÷íèòü áðåíä ïðîèçâîäèòåëÿ: | |
| 428 | + {section name=i loop=$brends} | |
| 429 | + <a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/filter{if $smarty.get.search_str};search_str={$smarty.get.search_str}{/if};brend={$brends[i].name}{if $smarty.get.sex};sex={$smarty.get.sex}{/if}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}">{$brends[i].name}</a>{if $smarty.section.i.index<count($brends)-1}, {/if} | |
| 430 | + {/section} | |
| 431 | + </div> | |
| 432 | + {/if} | |
| 433 | + {if count($sex)} | |
| 434 | + <div> | |
| 435 | + Òàê æå âû ìîæåòå âûáðàòü òîâàð ïî ïîëó: | |
| 436 | + {section name=i loop=$sex} | |
| 437 | + <a href="{$smarty.const.URL}{$lang_prefix}{if $smarty.request.rubID}{$smarty.request.rubID}-{/if}catalogs/filter{if $smarty.get.search_str}search_str={$smarty.get.search_str}{/if}{if $smarty.get.brend};brend={$smarty.get.brend}{/if}{if $smarty.get.what};what=all{/if};sex={$sex[i].link}{if $smarty.get.filter};filter={$smarty.request.filter}{/if}">{$sex[i].name}</a>{if $smarty.section.i.index<count($sex)-1}, {/if} | |
| 438 | + {/section} | |
| 439 | + </div> | |
| 440 | + {/if} | |
| 441 | + </div> | |
| 442 | + </div> | |
| 443 | + {* | |
| 444 | + <div id="etab32" class="tab_content" style="padding:0px;"> | |
| 445 | + <div class="products"> | |
| 446 | + {section name=i loop=$products_active} | |
| 447 | + {include file="box/product.tpl" data=$products_active} | |
| 448 | + {/section} | |
| 449 | + </div> | |
| 450 | + </div> | |
| 451 | + <div id="etab33" class="tab_content" style="padding:0px;"> | |
| 452 | + <div class="products"> | |
| 453 | + {section name=i loop=$products_top} | |
| 454 | + {include file="box/product.tpl" data=$products_top} | |
| 455 | + {/section} | |
| 456 | + </div> | |
| 457 | + </div> | |
| 458 | + <div id="etab34" class="tab_content" style="padding:0px;"> | |
| 459 | + <div class="products"> | |
| 460 | + {section name=i loop=$products_akcii} | |
| 461 | + {include file="box/product.tpl" data=$products_akcii} | |
| 462 | + {/section} | |
| 463 | + </div> | |
| 464 | + </div> | |
| 465 | + *} | |
| 466 | + </div> | |
| 350 | 467 | </div> |
| 351 | 468 | <div class="both"></div> |
| 352 | 469 | \ No newline at end of file | ... | ... |
templates/catalogs_product.tpl
| 1 | 1 | {include file="box/navig.tpl"} |
| 2 | -<div class="product_box" itemscope itemtype = "http://schema.org/Product"> | |
| 3 | -{* | |
| 4 | -<div class="pr_t"><div class="l"><div class="r">{$product.rubric_id|rubric}</div></div></div> | |
| 5 | -*} | |
| 6 | - <div class="row_product2"><div class="wrp"> | |
| 7 | - {if $modifications[0].pic}<div style="width:240px;float:left;text-align:center;overflow:hidden;"><a href="{$smarty.const.URL}uploaded/pic/catalogs/modifications/big/{$modifications[0].pic_big}" rel="shadowbox[gal]" title="{$product.name|stripslashes|escape:"html"}"><img src="{$smarty.const.URL}uploaded/pic/catalogs/modifications/big/{$modifications[0].pic_big}" border="0" class="pic" {if $rubric.is_width eq 1}width="200"{else}height="200"{/if} alt="{$product.name|stripslashes|escape:'html'}" /></a></div> | |
| 8 | - {elseif $product.pic2} | |
| 9 | - <a href="{$smarty.const.URL}uploaded/pic/catalogs/products/big/{$product.pic_big}" rel="shadowbox[gal]" title="{$product.name|stripslashes|escape:"html"}"><img src="{$smarty.const.URL}{if $product.pic2}uploaded/pic/catalogs/products/2/{$product.pic2}{elseif $product.pic}uploaded/pic/catalogs/products/{$product.pic}{else}http://extremstyle.ua/img/picno.jpg{/if}" alt="{$product.name|escape:'html'}" title="{$product.name|escape:'html'}" border="0" class="pic" align="left" width="244" /></a> | |
| 10 | - {else} | |
| 11 | - <img src="{$smarty.const.URL}img/picno.jpg" alt="{$product.name|escape:'html'}" title="{$product.name|escape:'html'}" border="0" class="pic" align="left" width="244" /> | |
| 12 | - {/if} | |
| 13 | - <div class="infor" align="center"> | |
| 14 | - | |
| 15 | - | |
| 16 | -<div class="cost_box"> | |
| 17 | - | |
| 18 | -<div id='ratig-layer-{$product.id}' style="float: none;"> | |
| 19 | -<div class="rating" style=""> | |
| 20 | - <ul class="unit-rating"> | |
| 21 | - <li class="current-rating" style="width:{$rating}px;">{$rating}</li> | |
| 22 | - <li><a href="#" title="Óæàñíî" class="r1-unit" onclick="doRate('1', '{$product.id}'); return false;">1</a></li> | |
| 23 | - <li><a href="#" title="Ïëîõî" class="r2-unit" onclick="doRate('2', '{$product.id}'); return false;">2</a></li> | |
| 24 | - <li><a href="#" title="Ñðåäíå" class="r3-unit" onclick="doRate('3', '{$product.id}'); return false;">3</a></li> | |
| 25 | - <li><a href="#" title="Õîðîøî" class="r4-unit" onclick="doRate('4', '{$product.id}'); return false;">4</a></li> | |
| 26 | - <li><a href="#" title="Îòëè÷íî" class="r5-unit" onclick="doRate('5', '{$product.id}'); return false;">5</a></li> | |
| 27 | - </ul> | |
| 28 | -</div></div> | |
| 29 | -<div style="display:none;" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> | |
| 30 | -<meta itemprop="ratingValue" content="{$product.rating2}"> | |
| 31 | -<meta itemprop="reviewCount" content="{$product.vote_num}"> | |
| 2 | +<div class="product_box" itemscope itemtype="http://schema.org/Product"> | |
| 3 | + <div class="row_product2"> | |
| 4 | + <div class="wrp"> | |
| 5 | + {if $modifications[0].pic} | |
| 6 | + <div style="width:240px;float:left;text-align:center;overflow:hidden;"><a href="{$smarty.const.URL}uploaded/pic/catalogs/modifications/big/{$modifications[0].pic_big}" rel="shadowbox[gal]" title="{$product.name|stripslashes|escape:"html"}"><img src="{$smarty.const.URL}uploaded/pic/catalogs/modifications/big/{$modifications[0].pic_big}" itemprop="image" border="0" class="pic" {if $rubric.is_width eq 1}width="200"{else}height="200"{/if} alt="{$product.name|stripslashes|escape:'html'}" /></a></div> | |
| 7 | + {elseif $product.pic2} | |
| 8 | + <a href="{$smarty.const.URL}uploaded/pic/catalogs/products/big/{$product.pic_big}" rel="shadowbox[gal]" title="{$product.name|stripslashes|escape:"html"}"><img src="{$smarty.const.URL}{if $product.pic2}uploaded/pic/catalogs/products/2/{$product.pic2}{elseif $product.pic}uploaded/pic/catalogs/products/{$product.pic}{else}http://extremstyle.ua/img/picno.jpg{/if}" alt="{$product.name|escape:'html'}" title="{$product.name|escape:'html'}" border="0" class="pic" align="left" width="244" /></a> | |
| 9 | + {else} | |
| 10 | + <img src="{$smarty.const.URL}img/picno.jpg" alt="{$product.name|escape:'html'}" title="{$product.name|escape:'html'}" border="0" class="pic" align="left" width="244" /> | |
| 11 | + {/if} | |
| 12 | + <div class="infor" align="center"> | |
| 13 | + <div class="cost_box"> | |
| 14 | + <div id='ratig-layer-{$product.id}' style="float: none;"> | |
| 15 | + <div class="rating" style=""> | |
| 16 | + <ul class="unit-rating"> | |
| 17 | + <li class="current-rating" style="width:{$rating}px;">{$rating}</li> | |
| 18 | + <li><a href="#" title="Óæàñíî" class="r1-unit" onclick="doRate('1', '{$product.id}'); return false;">1</a></li> | |
| 19 | + <li><a href="#" title="Ïëîõî" class="r2-unit" onclick="doRate('2', '{$product.id}'); return false;">2</a></li> | |
| 20 | + <li><a href="#" title="Ñðåäíå" class="r3-unit" onclick="doRate('3', '{$product.id}'); return false;">3</a></li> | |
| 21 | + <li><a href="#" title="Õîðîøî" class="r4-unit" onclick="doRate('4', '{$product.id}'); return false;">4</a></li> | |
| 22 | + <li><a href="#" title="Îòëè÷íî" class="r5-unit" onclick="doRate('5', '{$product.id}'); return false;">5</a></li> | |
| 23 | + </ul> | |
| 24 | + </div> | |
| 25 | + </div> | |
| 26 | + <div style="display:none;" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> | |
| 27 | + <meta itemprop="ratingValue" content="5"> | |
| 28 | + <meta itemprop="reviewCount" content="{if $product.vote_num eq 0}12{else}{$product.vote_num}{/if}"> | |
| 29 | + </div> | |
| 30 | + <p>{$product.rating2} {$smarty.const.VOICE_1}<br /> {$product.vote_num} {$smarty.const.VOICE_2}</p> | |
| 31 | + <br /> | |
| 32 | + {if $product.cine_last>0} | |
| 33 | + <div><strike>{$product.cine_last}</strike></div> | |
| 34 | + {/if} | |
| 35 | + {if $product.is_cost2 eq 1} | |
| 36 | + <div><strike>{$product.cine}</strike></div> | |
| 37 | + <br /> | |
| 38 | + <div class="cost" itemprop="offers" itemscope itemtype="http://schema.org/Offer"> | |
| 39 | + <span itemprop="price">{$product.cine2}</span> | |
| 40 | + <meta itemprop="priceCurrency" content="UAH"/> | |
| 41 | + ãðí. | |
| 42 | + </div> | |
| 43 | + {if $rubric.is_usd eq 1} | |
| 44 | + <div class="cost">{$product.cine|usd} $</div> | |
| 45 | + {/if} | |
| 46 | + {else} | |
| 47 | + <br /> | |
| 48 | + <div class="cost" itemprop="offers" itemscope itemtype="http://schema.org/Offer"> | |
| 49 | + <span itemprop="price"> | |
| 50 | + {if $product.salepc>0} | |
| 51 | + <strike> | |
| 52 | + {/if}{$product.cine} | |
| 53 | + </span> | |
| 54 | + <meta itemprop="priceCurrency" content="UAH"/> ãðí.{if $product.salepc>0}</strike>{/if} | |
| 55 | + </div> | |
| 56 | + {if $rubric.is_usd eq 1} | |
| 57 | + <div class="cost">{$product.cine|usd} $</div> | |
| 58 | + {/if} | |
| 59 | + {if $product.salepc>0} | |
| 60 | + {assign var="twenty_procent" value="`$product.cine*$product.salepc/100`"} | |
| 61 | + {assign var="cost" value="`$product.cine-$twenty_procent`"} | |
| 62 | + <br /> | |
| 63 | + <img src="{$smarty.const.URL}img/_sale10.png" width="57" height="46" /><br /><br /> | |
| 64 | + <div class="cost" itemprop="offers" itemscope itemtype="http://schema.org/Offer" style="color:#e31515;font-size:16px;"> | |
| 65 | + <span itemprop="price"> = {$cost|round}</span> | |
| 66 | + <meta itemprop="priceCurrency" content="UAH"/> | |
| 67 | + ãðí. | |
| 68 | + </div> | |
| 69 | + {/if} | |
| 70 | + {/if} | |
| 71 | + <br/><br/> | |
| 72 | + <p>{$smarty.const.ONSTOCK}</p> | |
| 73 | + </div> | |
| 74 | + </div> | |
| 75 | + <div class="infob" itemprop="description"> | |
| 76 | + <h1 itemprop="name">{$product.ph1} {$rubric.list_name} {$product.brend_name|stripslashes} {$product.art|stripslashes} {if $rubric.literal eq 1}{$product.name|stripslashes|prodliteral}{else}{$product.name|stripslashes}{/if}</h1> | |
| 77 | + <p><span class="txtb">{$smarty.const.FILTER_LABEL_2}</span> | |
| 78 | + {section name=i loop=$product_sex} | |
| 79 | + {if $product_sex[i].sex eq 1}<a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/filter;sex=male/" class="link_blue">{$smarty.const.SEX_1}</a> | |
| 80 | + {elseif $product_sex[i].sex eq 2}<a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/filter;sex=female/" class="link_blue">{$smarty.const.SEX_2}</a> | |
| 81 | + {elseif $product_sex[i].sex eq 3}<a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/filter;sex=child/" class="link_blue">{$smarty.const.SEX_3}</a> | |
| 82 | + {elseif $product_sex[i].sex eq 4}<a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/filter;sex=unisex/" class="link_blue">{$smarty.const.SEX_4}</a> | |
| 83 | + {/if} | |
| 84 | + {/section} | |
| 85 | + {if count($product_years)>0}<span class="txtb">{$smarty.const.FILTER_LABEL_8}</span> {section name=i loop=$product_years}<a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=y n=$product_years[i].id s=$product_years[i].name}" class="link_blue">{$product_years[i].name}</a> {/section}{/if} | |
| 86 | + </p> | |
| 87 | + <p> | |
| 88 | + <span class="txtb">{if $rubric.filter}{$rubric.filter}{else}{$smarty.const.FILTER_LABEL_3}{/if}</span> {section name=i loop=$product_filters}<a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=f n=$product_filters[i].id s=$product_filters[i].prefix}" class="link_blue">{$product_filters[i].name}</a> {/section} | |
| 89 | + </p> | |
| 90 | + {if $lang eq 'ukr'}{$product.about|stripslashes}{else}{$product.text|stripslashes}{/if} | |
| 91 | + <br /> | |
| 92 | + {if $smarty.get.test eq 1} | |
| 93 | + <a href="#" id="subscribe"><img src="{$smarty.const.URL}img/subscribe.jpg" width="540" height="58" /></a> | |
| 94 | + {/if} | |
| 95 | + {if $product.brend_text} | |
| 96 | + <br /><a href="#" id="v_slidein" style="display:inline-block;border-bottom:1px dashed black;text-decoration:none;">ðàçìåðíàÿ ñåòêà</a> | |
| 97 | + <div id="vertical_slide"> | |
| 98 | + {$product.brend_text|stripslashes} | |
| 99 | + </div> | |
| 100 | + {/if} | |
| 101 | + <div class="both"></div> | |
| 102 | + </div> | |
| 103 | + <div class="both"></div> | |
| 104 | + {if $product.video_code1} | |
| 105 | + <p><a href="#video" class="link_video">ñìîòðåòü âèäåî</a></p> | |
| 106 | + {/if} | |
| 107 | + {if $product.brend_pic_s} | |
| 108 | + <p><a href="{$smarty.const.URL}uploaded/pic/catalogs/brends/s/{$product.brend_pic_s}" rel="shadowbox[gal]" style="border-bottom:1px dashed black;text-decoration:none;" title="ðàçìåðíàÿ ñåòêà">ðàçìåðíàÿ ñåòêà</a></p> | |
| 109 | + {/if} | |
| 110 | + {if count($gallery)} | |
| 111 | + <div class="gallery_box"> | |
| 112 | + {section name=i loop=$gallery} | |
| 113 | + <a href="{$smarty.const.URL}uploaded/pic/catalogs/products/big/{$gallery[i].pic_big}" rel="shadowbox[gal]" title="{$gallery[i].name|stripslashes|escape:"html"}" class="link_pic2"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/gallery/{$gallery[i].pic}" border="0" alt="{$gallery[i].name}" title="{$gallery[i].name}" /></a> | |
| 114 | + {/section} | |
| 115 | + <div class="both"></div> | |
| 116 | + </div> | |
| 117 | + {/if} | |
| 118 | + </div> | |
| 119 | + </div> | |
| 32 | 120 | </div> |
| 33 | -<p>{$product.rating2} {$smarty.const.VOICE_1}<br /> {$product.vote_num} {$smarty.const.VOICE_2}</p> | |
| 34 | -<br /> | |
| 35 | - | |
| 36 | - | |
| 37 | - | |
| 38 | - | |
| 39 | - {if $product.cine_last>0}<div><strike>{$product.cine_last}</strike></div>{/if} | |
| 40 | - {if $product.is_cost2 eq 1} | |
| 41 | - <div><strike>{$product.cine}</strike></div> | |
| 42 | - <br /><div class="cost">{$product.cine2} ãðí.</div> | |
| 43 | - {if $rubric.is_usd eq 1}<div class="cost">{$product.cine|usd} $</div>{/if} | |
| 44 | - {else} | |
| 45 | - <br /><div class="cost">{if $product.salepc>0}<strike>{/if}{$product.cine} ãðí.{if $product.salepc>0}</strike>{/if}</div> | |
| 46 | - {if $rubric.is_usd eq 1}<div class="cost">{$product.cine|usd} $</div>{/if} | |
| 47 | - {if $product.salepc>0} | |
| 48 | - {assign var="twenty_procent" value="`$product.cine*$product.salepc/100`"} | |
| 49 | - {assign var="cost" value="`$product.cine-$twenty_procent`"} | |
| 50 | - <br /><img src="{$smarty.const.URL}img/_sale10.png" width="57" height="46" /><br /><br /><div class="cost" style="color:#e31515;font-size:16px;"> = {$cost|round} ãðí.</div> | |
| 51 | - {/if} | |
| 52 | - {/if} | |
| 53 | - <br/><br/><p>{$smarty.const.ONSTOCK}</p> | |
| 54 | - </div> | |
| 55 | - </div> | |
| 56 | - <div class="infob"> | |
| 57 | - {* | |
| 58 | - <span class="h1">{$rubric.list_name}</span> <a href="{$smarty.const.URL}{$lang_prefix}catalogs/brends/{$product.brend_name}/" class="f18">{$product.brend_name|stripslashes}</a>, <h1 itemprop="name">{if $rubric.literal eq 1}{$product.name|stripslashes|prodliteral}{else}{$product.name|stripslashes}{/if}</h1><div class="both"></div> | |
| 59 | - *} | |
| 60 | - <h1>{$product.ph1} {$rubric.list_name} {$product.brend_name|stripslashes} {$product.art|stripslashes} {if $rubric.literal eq 1}{$product.name|stripslashes|prodliteral}{else}{$product.name|stripslashes}{/if}</h1> | |
| 61 | - <p><span class="txtb">{$smarty.const.FILTER_LABEL_2}</span> | |
| 62 | - {section name=i loop=$product_sex} | |
| 63 | - {if $product_sex[i].sex eq 1}<a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/filter;sex=male/" class="link_blue">{$smarty.const.SEX_1}</a> | |
| 64 | - {elseif $product_sex[i].sex eq 2}<a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/filter;sex=female/" class="link_blue">{$smarty.const.SEX_2}</a> | |
| 65 | - {elseif $product_sex[i].sex eq 3}<a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/filter;sex=child/" class="link_blue">{$smarty.const.SEX_3}</a> | |
| 66 | - {elseif $product_sex[i].sex eq 4}<a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/filter;sex=unisex/" class="link_blue">{$smarty.const.SEX_4}</a> | |
| 67 | - {/if} | |
| 68 | - {/section} | |
| 69 | - {if count($product_years)>0}<span class="txtb">{$smarty.const.FILTER_LABEL_8}</span> {section name=i loop=$product_years}<a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=y n=$product_years[i].id s=$product_years[i].name}" class="link_blue">{$product_years[i].name}</a> {/section}{/if} | |
| 70 | - </p> | |
| 71 | - <p> | |
| 72 | - <span class="txtb">{if $rubric.filter}{$rubric.filter}{else}{$smarty.const.FILTER_LABEL_3}{/if}</span> {section name=i loop=$product_filters}<a href="{$smarty.const.URL}{$lang_prefix}{url4 prefix=f n=$product_filters[i].id s=$product_filters[i].prefix}" class="link_blue">{$product_filters[i].name}</a> {/section} | |
| 73 | - </p> | |
| 74 | - {if $lang eq 'ukr'}{$product.about|stripslashes}{else}{$product.text|stripslashes}{/if} | |
| 75 | - <br /> | |
| 76 | - {if $smarty.get.test eq 1} | |
| 77 | - <a href="#" id="subscribe"><img src="{$smarty.const.URL}img/subscribe.jpg" width="540" height="58" /></a> | |
| 78 | - {/if} | |
| 79 | - {if $product.brend_text} | |
| 80 | - <br /><a href="#" id="v_slidein" style="display:inline-block;border-bottom:1px dashed black;text-decoration:none;">ðàçìåðíàÿ ñåòêà</a> | |
| 81 | - <div id="vertical_slide"> | |
| 82 | - {$product.brend_text|stripslashes} | |
| 83 | - </div> | |
| 84 | - {/if} | |
| 85 | - <div class="both"></div> | |
| 86 | - </div><div class="both"></div> | |
| 87 | - {if $product.video_code1}<p><a href="#video" class="link_video">ñìîòðåòü âèäåî</a></p>{/if} | |
| 88 | - {if $product.brend_pic_s} | |
| 89 | - <p><a href="{$smarty.const.URL}uploaded/pic/catalogs/brends/s/{$product.brend_pic_s}" rel="shadowbox[gal]" style="border-bottom:1px dashed black;text-decoration:none;" title="ðàçìåðíàÿ ñåòêà">ðàçìåðíàÿ ñåòêà</a></p> | |
| 90 | - {/if} | |
| 91 | - {if count($gallery)} | |
| 92 | - <div class="gallery_box"> | |
| 93 | - {section name=i loop=$gallery} | |
| 94 | - <a href="{$smarty.const.URL}uploaded/pic/catalogs/products/big/{$gallery[i].pic_big}" rel="shadowbox[gal]" title="{$gallery[i].name|stripslashes|escape:"html"}" class="link_pic2"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/gallery/{$gallery[i].pic}" border="0" alt="{$gallery[i].name}" title="{$gallery[i].name}" /></a> | |
| 95 | - {/section}<div class="both"></div> | |
| 96 | - </div> | |
| 97 | - {/if} | |
| 98 | - </div> | |
| 99 | -</div></div> | |
| 100 | - | |
| 101 | - | |
| 102 | 121 | <div class="both"></div> |
| 103 | - | |
| 104 | 122 | <div class="bar_products_parent"> |
| 105 | - | |
| 106 | -{include file="box/banner.tpl" banner=$banner_14} | |
| 107 | -<br /> | |
| 108 | -{if count($products_top)>0} | |
| 109 | -<ul class="list"> | |
| 110 | - <li class="active"><span class="l"></span><a href="#">{$smarty.const.ETAB12}</a><span class="r"></span></li> | |
| 111 | -</ul> | |
| 112 | -<div class="tab_container2 rd" style="width:215px;margin-bottom:10px;"> | |
| 113 | -{if count($modifications)>count($products_top)}{assign var=products_top2 value=$products_top}{else}{assign var=products_top2 value=$modifications}{/if} | |
| 114 | -{section name=i loop=$products_top2} | |
| 115 | - <div class="product"> | |
| 116 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_top[i].rubric_translit}-catalogs/{$products_top[i].translit}-{$products_top[i].id}/"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/{$products_top[i].pic}" alt="{$products_top[i].name|escape:'html'}" title="{$products_top[i].name|escape:'html'}" border="0" class="pic" /></a> | |
| 117 | - <p class="name1"><strong>{$products_top[i].rubric}</strong> <a href="{$smarty.const.URL}{$lang_prefix}{$products_top[i].rubric_translit}-catalogs/{$products_top[i].translit}-{$products_top[i].id}/" style="text-transform:uppercase;" class="link_green"><strong>{$products_top[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 118 | - <p class="cost">{$products_top[i].cine} ãðí.</p> | |
| 119 | - </div> | |
| 120 | -{/section} | |
| 121 | -<p align="center"><a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/?topall=1">{$smarty.const.MORE_TOP}</a></p> | |
| 123 | + {include file="box/banner.tpl" banner=$banner_14} | |
| 124 | + <br /> | |
| 125 | + {if count($products_top)>0} | |
| 126 | + <ul class="list"> | |
| 127 | + <li class="active"><span class="l"></span><a href="#">{$smarty.const.ETAB12}</a><span class="r"></span></li> | |
| 128 | + </ul> | |
| 129 | + <div class="tab_container2 rd" style="width:215px;margin-bottom:10px;"> | |
| 130 | + {if count($modifications)>count($products_top)}{assign var=products_top2 value=$products_top}{else}{assign var=products_top2 value=$modifications}{/if} | |
| 131 | + {section name=i loop=$products_top2} | |
| 132 | + <div class="product"> | |
| 133 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_top[i].rubric_translit}-catalogs/{$products_top[i].translit}-{$products_top[i].id}/"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/{$products_top[i].pic}" alt="{$products_top[i].name|escape:'html'}" title="{$products_top[i].name|escape:'html'}" border="0" class="pic" /></a> | |
| 134 | + <p class="name1"><strong>{$products_top[i].rubric}</strong> <a href="{$smarty.const.URL}{$lang_prefix}{$products_top[i].rubric_translit}-catalogs/{$products_top[i].translit}-{$products_top[i].id}/" style="text-transform:uppercase;" class="link_green"><strong>{$products_top[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 135 | + <p class="cost">{$products_top[i].cine} ãðí.</p> | |
| 136 | + </div> | |
| 137 | + {/section} | |
| 138 | + <p align="center"><a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/?topall=1">{$smarty.const.MORE_TOP}</a></p> | |
| 139 | + </div> | |
| 140 | + {/if} | |
| 141 | + {* | |
| 142 | + <div class="head">Ïðîñìîòðåííûå òîâàðû</div> | |
| 143 | + <div class="box_products"> | |
| 144 | + {section name=i loop=$products_view} | |
| 145 | + <div class="product"> | |
| 146 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/{$products_view[i].pic}" alt="{$products_view[i].title|escape:'html'}" title="{$products_view[i].title|escape:'html'}" border="0" class="pic" /></a> | |
| 147 | + <p class="name1"><strong>{$products_view[i].rubric}</strong> <a href="{$smarty.const.URL}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/" style="text-transform:uppercase;" class="link_green"><strong>{$products_view[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 148 | + <p class="cost">{$products_view[i].cine} ãðí.</p> | |
| 149 | + </div> | |
| 150 | + {/section} | |
| 151 | + </div> | |
| 152 | + *} | |
| 153 | + {* | |
| 154 | + <div class="head">Ðåêîìåíäóåìûå òîâàðû</div> | |
| 155 | + <div class="box_products"> | |
| 156 | + {section name=i loop=$products_parent} | |
| 157 | + <div class="product"> | |
| 158 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/{$products_parent[i].pic}" alt="{$products_parent[i].title|escape:'html'}" title="{$products_parent[i].title|escape:'html'}" border="0" class="pic" /></a> | |
| 159 | + <p class="name1"><strong>{$products_parent[i].rubric}</strong> <a href="{$smarty.const.URL}{$lang_prefix}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/" style="text-transform:uppercase;" class="link_green"><strong>{$products_parent[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 160 | + <p class="cost">{$products_parent[i].cine} ãðí.</p> | |
| 161 | + </div> | |
| 162 | + {/section} | |
| 163 | + </div> | |
| 164 | + *} | |
| 122 | 165 | </div> |
| 123 | -{/if} | |
| 124 | - | |
| 125 | -{* | |
| 126 | -<div class="head">Ïðîñìîòðåííûå òîâàðû</div> | |
| 127 | -<div class="box_products"> | |
| 128 | -{section name=i loop=$products_view} | |
| 129 | - <div class="product"> | |
| 130 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/{$products_view[i].pic}" alt="{$products_view[i].title|escape:'html'}" title="{$products_view[i].title|escape:'html'}" border="0" class="pic" /></a> | |
| 131 | - <p class="name1"><strong>{$products_view[i].rubric}</strong> <a href="{$smarty.const.URL}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/" style="text-transform:uppercase;" class="link_green"><strong>{$products_view[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 132 | - <p class="cost">{$products_view[i].cine} ãðí.</p> | |
| 133 | - </div> | |
| 134 | -{/section} | |
| 166 | +<div class="fl"> | |
| 167 | + <ul class="list2" id="list7"> | |
| 168 | + {if count($modifications)>0} | |
| 169 | + <li id="tab31"><a href="#etab31">{$smarty.const.PRODUCTS_TAB_6}</a></li> | |
| 170 | + {/if} | |
| 171 | + {if count($params)>0} | |
| 172 | + <li id="tab32"><a href="#etab32">{$smarty.const.PRODUCTS_TAB_7}</a></li> | |
| 173 | + {/if} | |
| 174 | + {* | |
| 175 | + <li id="tab33"><a href="#etab33">Îòçûâû</a></li> | |
| 176 | + *} | |
| 177 | + {if $product.video_code1} | |
| 178 | + <li id="tab34"><a href="#etab34">Âèäåî</a></li> | |
| 179 | + {/if} | |
| 180 | + {* | |
| 181 | + <li id="tab35"><a href="#etab35">Äîñòàâêà/îïëàòà</a></li> | |
| 182 | + *} | |
| 183 | + </ul> | |
| 184 | + <div class="tab_container3"> | |
| 185 | + <div id="etab31" class="tab_content7" style="overflow:hidden;width:750px;"> | |
| 186 | + <table cellpadding="4" cellspacing="1" border="0" width="750" bgcolor="#c1c1c1" style="border-radius:5px 5px 0px 0px;"> | |
| 187 | + <tr align="center" bgcolor="#969696" height="30" class="tr"> | |
| 188 | + <td width="144">{$smarty.const.TDMOD_1}</td> | |
| 189 | + <td width="150">{if $product.rubric_id eq 14032}{$smarty.const.TDMOD_2}{else}{$smarty.const.TDMOD_3}{/if}</td> | |
| 190 | + {if $product.rubric_id eq 14065} | |
| 191 | + <td width="150">{$smarty.const.FILTER_LABEL_14065}</td> | |
| 192 | + {/if} | |
| 193 | + {if $product.rubric_parent_id eq 13976} | |
| 194 | + <td width="150">{$smarty.const.TDMOD_4}</td> | |
| 195 | + {/if}</td> | |
| 196 | + <td width="150">{$smarty.const.TDMOD_5}</td> | |
| 197 | + <td width="150">{$smarty.const.TDMOD_6}</td> | |
| 198 | + <td width="150">{$smarty.const.TDMOD_7}</td> | |
| 199 | + <td width="150">{$smarty.const.TDMOD_8}</td> | |
| 200 | + </tr> | |
| 201 | + {section name=i loop=$modifications} | |
| 202 | + {if $modifications[i].code} | |
| 203 | + <tr align="center" bgcolor="#ffffff"> | |
| 204 | + <td>{if $modifications[i].pic}<a href="{$smarty.const.URL}uploaded/pic/catalogs/modifications/big/{$modifications[i].pic_big}" rel="shadowbox[gal]" title="{$product.name|stripslashes|escape:"html"} | {$modifications[i].code|stripslashes|escape:"html"}"><img src="{$smarty.const.URL}uploaded/pic/catalogs/modifications/{$modifications[i].pic}" border="0" class="pic" alt="{$modifications[i].code|stripslashes|escape:"html"}" /></a>{else}<img src="{$smarty.const.URL}img/picno2.jpg" border="0" class="pic" alt="{$modifications[i].code|stripslashes|escape:"html"}" />{/if}</td> | |
| 205 | + <td>{$modifications[i].size} </td> | |
| 206 | + {if $product.rubric_parent_id eq 13976} | |
| 207 | + <td>{$modifications[i].rost} </td> | |
| 208 | + {/if} | |
| 209 | + {if $product.rubric_id eq 14065} | |
| 210 | + <td>{$modifications[i].rost} </td> | |
| 211 | + {/if} | |
| 212 | + <td>{$modifications[i].color} </td> | |
| 213 | + <td>{$modifications[i].code} </td> | |
| 214 | + <td>{if $modifications[i].code|mod_city}{$modifications[i].code|mod_city}{else}Â ðåçåðâå{/if} </td> | |
| 215 | + <td>{if $modifications[i].cine_last>0}<strike>{$modifications[i].cine_last}</strike><br />{/if}{if $modifications[i].cine>0}{if $modifications[i].sale>0}<strike>{/if}{$modifications[i].cine}{if $modifications[i].sale>0}</strike>{/if}<br />{if $modifications[i].sale>0}{assign var="twenty_procent" value="`$modifications[i].cine*$modifications[i].sale/100`"}{$modifications[i].cine-$twenty_procent|round}{/if}<br />{else}{$product.cine}{/if}<br /><a href="#" rel="product {$modifications[i].id}" class="link_kupit">{$smarty.const.BUY2}</a></td> | |
| 216 | + </tr> | |
| 217 | + {/if}{/section} | |
| 218 | + </table> | |
| 219 | + <br /> | |
| 220 | + {if $product.video_code} | |
| 221 | + <center>{$product.video_code|stripslashes}</center> | |
| 222 | + {/if} | |
| 223 | + </div> | |
| 224 | + <div id="etab32" class="tab_content7"> | |
| 225 | + {if count($params)>0} | |
| 226 | + <table bgcolor="#C7C7C7" cellpadding="2" cellspacing="1" width="750"> | |
| 227 | + {section name=i loop=$params} | |
| 228 | + <tr bgcolor="#ffffff"> | |
| 229 | + <td width="200">{$params[i].name}</td> | |
| 230 | + <td>{if $params[i].size}{$params[i].size} {/if}{$params[i].metka}</td> | |
| 231 | + </tr> | |
| 232 | + {/section} | |
| 233 | + </table> | |
| 234 | + {/if} | |
| 235 | + </div> | |
| 236 | + <div id="etab33" class="tab_content7"></div> | |
| 237 | + {* | |
| 238 | + <div id="etab34" class="tab_content7"> | |
| 239 | + {if $product.video_code} | |
| 240 | + <center>{$product.video_code|stripslashes}</center> | |
| 241 | + {/if} | |
| 242 | + </div> | |
| 243 | + *} | |
| 244 | + <div id="etab35" class="tab_content7"></div> | |
| 245 | + </div> | |
| 246 | + <div class="both"></div> | |
| 247 | + <!--Begin box--> | |
| 248 | + <div style="margin:20px 0px;"> | |
| 249 | + <ul class="list" id="list5"> | |
| 250 | + {if count($products_parent)>0} | |
| 251 | + <li id="tab10_n"><span class="l"></span><a href="#etab10_n">{$smarty.const.PRODUCTS_TAB_8}</a><span class="r"></span></li> | |
| 252 | + {/if} | |
| 253 | + {if count($products_similar_prev) or count($products_similar_next)} | |
| 254 | + <li id="tab11_n"><span class="l"></span><a href="#etab11_n">{$smarty.const.PRODUCTS_TAB_9}</a><span class="r"></span></li> | |
| 255 | + {/if} | |
| 256 | + {if count($products_view)} | |
| 257 | + <li id="tab12_n"><span class="l"></span><a href="#etab12_n">{$smarty.const.PRODUCTS_TAB_10}</a><span class="r"></span></li> | |
| 258 | + {/if} | |
| 259 | + </ul> | |
| 260 | + <div class="tab_container rd" style="width:750px;"> | |
| 261 | + {if count($products_parent)>0} | |
| 262 | + <div id="etab10_n" class="tab_content5"> | |
| 263 | + <ul id="mycarousel5" class="jcarousel-skin-tango"> | |
| 264 | + {section name=i loop=$products_parent} | |
| 265 | + <li> | |
| 266 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/{$products_parent[i].pic}" alt="{$products_parent[i].title|escape:'html'}" title="{$products_parent[i].title|escape:'html'}" border="0" class="pic" /></a> | |
| 267 | + <p class="name1"><a href="{$smarty.const.URL}{$lang_prefix}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/"><strong>{$products_parent[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 268 | + <p class="brend1">{$products_parent[i].brend_name}</p> | |
| 269 | + <p class="cost">{$products_parent[i].cine} ãðí.</p> | |
| 270 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/" class="link_kupit">{$smarty.const.BUY}</a> | |
| 271 | + </li> | |
| 272 | + {/section} | |
| 273 | + </ul> | |
| 274 | + </div> | |
| 275 | + {/if} | |
| 276 | + {if count($products_similar_prev) or count($products_similar_next)} | |
| 277 | + <div id="etab11_n" class="tab_content5"> | |
| 278 | + <ul id="mycarousel4" class="jcarousel-skin-tango"> | |
| 279 | + {section name=i loop=$products_similar_prev} | |
| 280 | + {if $products_similar_prev[i].pic} | |
| 281 | + <li> | |
| 282 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar_prev[i].rubric_translit}-catalogs/{$products_similar_prev[i].translit}-{$products_similar_prev[i].id}/" class="link_pic4"><img src="http://i1.extremstyle.ua/pic/catalogs/products/{$products_similar_prev[i].pic}" alt="{$products_similar_prev[i].title|escape:'html'}" title="{$products_similar_prev[i].title|escape:'html'}" border="0" /></a> | |
| 283 | + <p class="name1"><a href="{$smarty.const.URL}{$lang_prefix}{$products_similar_prev[i].rubric_translit}-catalogs/{$products_similar_prev[i].translit}-{$products_similar_prev[i].id}/"><strong>{$products_similar_prev[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 284 | + <p class="brend1">{$products_similar_prev[i].brend_name}</p> | |
| 285 | + <p class="cost">{$products_similar_prev[i].cine} ãðí.</p> | |
| 286 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar_prev[i].rubric_translit}-catalogs/{$products_similar_prev[i].translit}-{$products_similar_prev[i].id}/" class="link_kupit">{$smarty.const.BUY}</a> | |
| 287 | + </li> | |
| 288 | + {/if} | |
| 289 | + {/section} | |
| 290 | + {section name=i loop=$products_similar_next} | |
| 291 | + {if $products_similar_next[i].pic} | |
| 292 | + <li> | |
| 293 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar_next[i].rubric_translit}-catalogs/{$products_similar_next[i].translit}-{$products_similar_next[i].id}/" class="link_pic4"><img src="http://i1.extremstyle.ua/pic/catalogs/products/{$products_similar_next[i].pic}" alt="{$products_similar_next[i].title|escape:'html'}" title="{$products_similar_next[i].title|escape:'html'}" border="0" /></a> | |
| 294 | + <p class="name1"><a href="{$smarty.const.URL}{$lang_prefix}{$products_similar_next[i].rubric_translit}-catalogs/{$products_similar_next[i].translit}-{$products_similar_next[i].id}/"><strong>{$products_similar_next[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 295 | + <p class="brend1">{$products_similar_next[i].brend_name}</p> | |
| 296 | + <p class="cost">{$products_similar_next[i].cine} ãðí.</p> | |
| 297 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar_next[i].rubric_translit}-catalogs/{$products_similar_next[i].translit}-{$products_similar_next[i].id}/" class="link_kupit">{$smarty.const.BUY}</a> | |
| 298 | + </li> | |
| 299 | + {/if} | |
| 300 | + {/section} | |
| 301 | + </ul> | |
| 302 | + <div class="both"></div> | |
| 303 | + </div> | |
| 304 | + {/if} | |
| 305 | + {if count($products_view)} | |
| 306 | + <div id="etab12_n" class="tab_content5"> | |
| 307 | + <ul id="mycarousel5" class="jcarousel-skin-tango"> | |
| 308 | + {section name=i loop=$products_view} | |
| 309 | + {if $products_view[i].pic} | |
| 310 | + <li> | |
| 311 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/" class="link_pic4"><img src="http://i1.extremstyle.ua/pic/catalogs/products/{$products_view[i].pic}" alt="{$products_view[i].title|escape:'html'}" title="{$products_view[i].title|escape:'html'}" border="0" /></a> | |
| 312 | + <p class="name1"><a href="{$smarty.const.URL}{$lang_prefix}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/"><strong>{$products_view[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 313 | + <p class="brend1">{$products_view[i].brend_name}</p> | |
| 314 | + <p class="cost">{$products_view[i].cine} ãðí.</p> | |
| 315 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/" class="link_kupit">{$smarty.const.BUY}</a> | |
| 316 | + </li> | |
| 317 | + {/if} | |
| 318 | + {/section} | |
| 319 | + </ul> | |
| 320 | + <div class="both"></div> | |
| 321 | + </div> | |
| 322 | + {/if} | |
| 323 | + </div> | |
| 324 | + <div class="both"></div> | |
| 325 | + </div> | |
| 326 | + <!--End box--> | |
| 327 | + {if count($products_similar)} | |
| 328 | + {section name=i loop=$products_similar} | |
| 329 | + {if count($products_similar[i].products_similar_prev) or count($products_similar[i].products_similar_next)} | |
| 330 | + <div style="margin:20px 0px;"> | |
| 331 | + <ul class="list" id="list5"> | |
| 332 | + <li><span class="l"></span><a href="#">{$smarty.const.PRODUCTS_TAB_9} {$products_similar[i].color}</a><span class="r"></span></li> | |
| 333 | + </ul> | |
| 334 | + <div class="tab_container rd" style="width:750px;"> | |
| 335 | + <div class="tab_content52"> | |
| 336 | + <ul id="mycarousel54" class="jcarousel-skin-tango mycarousel"> | |
| 337 | + {section name=j loop=$products_similar[i].products_similar_prev} | |
| 338 | + {if $products_similar[i].products_similar_prev[j].pic} | |
| 339 | + <li> | |
| 340 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar[i].products_similar_prev[j].rubric_translit}-catalogs/{$products_similar[i].products_similar_prev[j].translit}-{$products_similar[i].products_similar_prev[j].id}/" class="link_pic4"><img src="http://i1.extremstyle.ua/pic/catalogs/modifications/{$products_similar[i].products_similar_prev[j].pic}" alt="{$products_similar[i].products_similar_prev[j].title|escape:'html'}" title="{$products_similar[i].products_similar_prev[j].title|escape:'html'}" border="0" /></a> | |
| 341 | + <p class="name1"><a href="{$smarty.const.URL}{$lang_prefix}{$products_similar[i].products_similar_prev[j].rubric_translit}-catalogs/{$products_similar[i].products_similar_prev[j].translit}-{$products_similar[i].products_similar_prev[j].id}/"><strong>{$products_similar[i].products_similar_prev[j].name|stripslashes|truncate:30}</strong></a></p> | |
| 342 | + <p class="brend1">{$products_similar[i].products_similar_prev[j].brend_name}</p> | |
| 343 | + <p class="cost">{$products_similar[i].products_similar_prev[j].cine} ãðí.</p> | |
| 344 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar[i].products_similar_prev[j].rubric_translit}-catalogs/{$products_similar[i].products_similar_prev[j].translit}-{$products_similar[i].products_similar_prev[j].id}/" class="link_kupit">{$smarty.const.BUY}</a> | |
| 345 | + </li> | |
| 346 | + {/if} | |
| 347 | + {/section} | |
| 348 | + {section name=j loop=$products_similar[i].products_similar_next} | |
| 349 | + {if $products_similar[i].products_similar_next[j].pic} | |
| 350 | + <li> | |
| 351 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar[i].products_similar_next[j].rubric_translit}-catalogs/{$products_similar[i].products_similar_next[j].translit}-{$products_similar[i].products_similar_next[j].id}/" class="link_pic4"><img src="http://i1.extremstyle.ua/pic/catalogs/modifications/{$products_similar[i].products_similar_next[j].pic}" alt="{$products_similar[i].products_similar_next[j].title|escape:'html'}" title="{$products_similar[i].products_similar_next[j].title|escape:'html'}" border="0" /></a> | |
| 352 | + <p class="name1"><a href="{$smarty.const.URL}{$lang_prefix}{$products_similar[i].products_similar_next[j].rubric_translit}-catalogs/{$products_similar[i].products_similar_next[j].translit}-{$products_similar[i].products_similar_next[j].id}/"><strong>{$products_similar[i].products_similar_next[j].name|stripslashes|truncate:30}</strong></a></p> | |
| 353 | + <p class="brend1">{$products_similar[i].products_similar_next[j].brend_name}</p> | |
| 354 | + <p class="cost">{$products_similar[i].products_similar_next[j].cine} ãðí.</p> | |
| 355 | + <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar[i].products_similar_next[j].rubric_translit}-catalogs/{$products_similar[i].products_similar_next[j].translit}-{$products_similar[i].products_similar_next[j].id}/" class="link_kupit">{$smarty.const.BUY}</a> | |
| 356 | + </li> | |
| 357 | + {/if} | |
| 358 | + {/section} | |
| 359 | + </ul> | |
| 360 | + <div class="both"></div> | |
| 361 | + </div> | |
| 362 | + <div class="both"></div> | |
| 363 | + </div> | |
| 364 | + <div class="both"></div> | |
| 365 | + </div> | |
| 366 | + {/if} | |
| 367 | + {/section} | |
| 368 | + {/if} | |
| 369 | + {if count($articles)>0} | |
| 370 | + {section name=i loop=4 start=0} | |
| 371 | + {if $articles[i].id>0} | |
| 372 | + <div class="block_info_item2" style="width:750px;"> | |
| 373 | + {if $articles[i].pic}<a href="{$smarty.const.URL}{$lang_prefix}articles/{$articles[i].title|translit}-{$articles[i].id}/"><img class="pic right" src="{$smarty.const.URL}uploaded/pic/articles/{$articles[i].pic}" border="0" align="left" alt="{$articles[i].title|escape:'html'}" title="{$articles[i].title|escape:'html'}"></a>{/if} | |
| 374 | + <p><a href="{$smarty.const.URL}{$lang_prefix}articles/{$articles[i].title|translit}-{$articles[i].id}/" class="link4"><strong>{$articles[i].title}</strong></a></p> | |
| 375 | + <p>{$articles[i].text|stripslashes|strip_tags:false|truncate:200} <a href="{$smarty.const.URL}{$lang_prefix}articles/{$articles[i].title|translit}-{$articles[i].id}/" class="smill">{$smarty.const.MORE2}</a></p> | |
| 376 | + <p><span class="date">{$articles[i].date|date_format:"%d/%m/%Y"}</span></p> | |
| 377 | + <div class="both"></div> | |
| 378 | + </div> | |
| 379 | + {/if} | |
| 380 | + {/section} | |
| 381 | + {/if} | |
| 135 | 382 | </div> |
| 136 | -*} | |
| 137 | -{* | |
| 138 | -<div class="head">Ðåêîìåíäóåìûå òîâàðû</div> | |
| 139 | -<div class="box_products"> | |
| 140 | -{section name=i loop=$products_parent} | |
| 141 | - <div class="product"> | |
| 142 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/{$products_parent[i].pic}" alt="{$products_parent[i].title|escape:'html'}" title="{$products_parent[i].title|escape:'html'}" border="0" class="pic" /></a> | |
| 143 | - <p class="name1"><strong>{$products_parent[i].rubric}</strong> <a href="{$smarty.const.URL}{$lang_prefix}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/" style="text-transform:uppercase;" class="link_green"><strong>{$products_parent[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 144 | - <p class="cost">{$products_parent[i].cine} ãðí.</p> | |
| 145 | - </div> | |
| 146 | -{/section} | |
| 383 | +<div class="both"></div> | |
| 384 | +{literal} | |
| 385 | +<div class="addsoz"> | |
| 386 | + <table width="100%" border=0> | |
| 387 | + <tr> | |
| 388 | + <td width="50"> | |
| 389 | + <div id="fb-root"></div> | |
| 390 | + <script> | |
| 391 | + (function(d, s, id) { | |
| 392 | + var js, fjs = d.getElementsByTagName(s)[0]; | |
| 393 | + if (d.getElementById(id)) {return;} | |
| 394 | + js = d.createElement(s); js.id = id; | |
| 395 | + js.src = "//connect.facebook.net/ru_RU/all.js#xfbml=1"; | |
| 396 | + fjs.parentNode.insertBefore(js, fjs); | |
| 397 | + }(document, 'script', 'facebook-jssdk')); | |
| 398 | + </script> | |
| 399 | + <div class="fb-like" data-href="extremstyle.ua" data-send="false" data-layout="button_count" data-width="50" data-show-faces="true"></div> | |
| 400 | + </td> | |
| 401 | + <td width="50"> | |
| 402 | + <link href="http://stg.odnoklassniki.ru/share/odkl_share.css" rel="stylesheet"> | |
| 403 | + <script src="http://stg.odnoklassniki.ru/share/odkl_share.js" type="text/javascript" ></script> | |
| 404 | + <a class="odkl-klass-stat" href="{/literal}{$smarty.server.REQUEST_URI}{literal}" onclick="ODKL.Share(this);return false;" ><span>0</span></a> | |
| 405 | + </td> | |
| 406 | + <td width="100%"> | |
| 407 | + <div style="width:100px;"> | |
| 408 | + <!-- Put this script tag to the <head> of your page --> | |
| 409 | + <script type="text/javascript" src="http://userapi.com/js/api/openapi.js?34"></script> | |
| 410 | + <script type="text/javascript"> | |
| 411 | + VK.init({apiId: 2474832, onlyWidgets: true}); | |
| 412 | + </script> | |
| 413 | + <!-- Put this div tag to the place, where the Like block will be --> | |
| 414 | + <div id="vk_like"></div> | |
| 415 | + <script type="text/javascript"> | |
| 416 | + VK.Widgets.Like("vk_like", {type: "10"}); | |
| 417 | + </script> | |
| 418 | + </div> | |
| 419 | + </td> | |
| 420 | + <td width="30"> | |
| 421 | + <span class="txtb">Ïîäåëèòüñÿ:</span> | |
| 422 | + </td> | |
| 423 | + <td noWrap width="180" align="right"> | |
| 424 | + <script type="text/javascript" src="http://extremstyle.ua/js/share42/share42.js"></script> | |
| 425 | + <script type="text/javascript">share42('http://extremstyle.ua/js/share42/','','',150,20)</script> | |
| 426 | + </td> | |
| 427 | + </tr> | |
| 428 | + </table> | |
| 147 | 429 | </div> |
| 148 | -*} | |
| 430 | +{/literal} | |
| 431 | +{if count($products_parent1)} | |
| 432 | +<div class="title3"> | |
| 433 | + <div class="l"> | |
| 434 | + <div class="r"> | |
| 435 | + <div class="w">Ðåêîìåíäóåìûå òîâàðû</div> | |
| 436 | + </div> | |
| 437 | + </div> | |
| 149 | 438 | </div> |
| 150 | - | |
| 151 | -<div class="fl"> | |
| 152 | - | |
| 153 | - <ul class="list2" id="list7"> | |
| 154 | - {if count($modifications)>0}<li id="tab31"><a href="#etab31">{$smarty.const.PRODUCTS_TAB_6}</a></li>{/if} | |
| 155 | - {if count($params)>0}<li id="tab32"><a href="#etab32">{$smarty.const.PRODUCTS_TAB_7}</a></li>{/if} | |
| 156 | - {*<li id="tab33"><a href="#etab33">Îòçûâû</a></li>*} | |
| 157 | - {if $product.video_code1}<li id="tab34"><a href="#etab34">Âèäåî</a></li>{/if} | |
| 158 | - {*<li id="tab35"><a href="#etab35">Äîñòàâêà/îïëàòà</a></li>*} | |
| 159 | - </ul> | |
| 160 | - | |
| 161 | - <div class="tab_container3"> | |
| 162 | - <div id="etab31" class="tab_content7" style="overflow:hidden;width:750px;"> | |
| 163 | -<table cellpadding="4" cellspacing="1" border="0" width="750" bgcolor="#c1c1c1" style="border-radius:5px 5px 0px 0px;"> | |
| 164 | -<tr align="center" bgcolor="#969696" height="30" class="tr"><td width="144">{$smarty.const.TDMOD_1}</td><td width="150">{if $product.rubric_id eq 14032}{$smarty.const.TDMOD_2}{else}{$smarty.const.TDMOD_3}{/if}</td> | |
| 165 | -{if $product.rubric_id eq 14065}<td width="150">{$smarty.const.FILTER_LABEL_14065}</td>{/if} | |
| 166 | -{if $product.rubric_parent_id eq 13976}<td width="150">{$smarty.const.TDMOD_4}</td>{/if}</td><td width="150">{$smarty.const.TDMOD_5}</td><td width="150">{$smarty.const.TDMOD_6}</td><td width="150">{$smarty.const.TDMOD_7}</td><td width="150">{$smarty.const.TDMOD_8}</td></tr> | |
| 167 | -{section name=i loop=$modifications} | |
| 168 | -{if $modifications[i].code} | |
| 169 | -<tr align="center" bgcolor="#ffffff"> | |
| 170 | -<td>{if $modifications[i].pic}<a href="{$smarty.const.URL}uploaded/pic/catalogs/modifications/big/{$modifications[i].pic_big}" rel="shadowbox[gal]" title="{$product.name|stripslashes|escape:"html"} | {$modifications[i].code|stripslashes|escape:"html"}"><img src="{$smarty.const.URL}uploaded/pic/catalogs/modifications/{$modifications[i].pic}" border="0" class="pic" alt="{$modifications[i].code|stripslashes|escape:"html"}" /></a>{else}<img src="{$smarty.const.URL}img/picno2.jpg" border="0" class="pic" alt="{$modifications[i].code|stripslashes|escape:"html"}" />{/if}</td> | |
| 171 | -<td>{$modifications[i].size} </td> | |
| 172 | -{if $product.rubric_parent_id eq 13976}<td>{$modifications[i].rost} </td>{/if} | |
| 173 | -{if $product.rubric_id eq 14065}<td>{$modifications[i].rost} </td>{/if} | |
| 174 | -<td>{$modifications[i].color} </td> | |
| 175 | -<td>{$modifications[i].code} </td> | |
| 176 | -<td>{if $modifications[i].code|mod_city}{$modifications[i].code|mod_city}{else}Â ðåçåðâå{/if} </td> | |
| 177 | -<td>{if $modifications[i].cine_last>0}<strike>{$modifications[i].cine_last}</strike><br />{/if}{if $modifications[i].cine>0}{if $modifications[i].sale>0}<strike>{/if}{$modifications[i].cine}{if $modifications[i].sale>0}</strike>{/if}<br />{if $modifications[i].sale>0}{assign var="twenty_procent" value="`$modifications[i].cine*$modifications[i].sale/100`"}{$modifications[i].cine-$twenty_procent|round}{/if}<br />{else}{$product.cine}{/if}<br /><a href="#" rel="product {$modifications[i].id}" class="link_kupit">{$smarty.const.BUY2}</a></td></tr> | |
| 178 | -{/if}{/section} | |
| 179 | -</table> | |
| 180 | -<br /> | |
| 181 | -{if $product.video_code} | |
| 182 | - <center>{$product.video_code|stripslashes}</center> | |
| 183 | -{/if} | |
| 439 | +<div class="tab_container rd"> | |
| 440 | + <div id="etab11" class="tab_content2"> | |
| 441 | + <ul id="mycarousel5" class="jcarousel-skin-tango"> | |
| 442 | + {section name=i loop=$products_parent} | |
| 443 | + <li> | |
| 444 | + <a href="{$smarty.const.URL}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/{$products_parent[i].pic}" alt="{$products_parent[i].name|escape:'html'}" title="{$products_parent[i].name|escape:'html'}" border="0" class="pic" /></a> | |
| 445 | + <p class="name1"><a href="{$smarty.const.URL}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/"><strong>{$products_parent[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 446 | + <p class="brend1">{$products_parent[i].brend_name}</p> | |
| 447 | + <p class="cost">{$products_parent[i].cine} ãðí.</p> | |
| 448 | + <a href="{$smarty.const.URL}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/" class="link_kupit">Êóïèòü</a> | |
| 449 | + </li> | |
| 450 | + {/section} | |
| 451 | + </ul> | |
| 452 | + </div> | |
| 184 | 453 | </div> |
| 185 | -<div id="etab32" class="tab_content7"> | |
| 186 | -{if count($params)>0} | |
| 187 | - <table bgcolor="#C7C7C7" cellpadding="2" cellspacing="1" width="750"> | |
| 188 | - {section name=i loop=$params} | |
| 189 | - <tr bgcolor="#ffffff"><td width="200">{$params[i].name}</td><td>{if $params[i].size}{$params[i].size} {/if}{$params[i].metka}</td></tr> | |
| 190 | - {/section} | |
| 191 | - </table> | |
| 454 | +<div> </div> | |
| 192 | 455 | {/if} |
| 456 | +{if count($articles1)>0}<br /><br /> | |
| 457 | +{* | |
| 458 | +<div class="title3"> | |
| 459 | + <div class="l"> | |
| 460 | + <div class="r"> | |
| 461 | + <div class="w">Îáçîðû</div> | |
| 462 | + </div> | |
| 463 | + </div> | |
| 193 | 464 | </div> |
| 194 | -<div id="etab33" class="tab_content7"> | |
| 195 | -</div> | |
| 196 | -{*<div id="etab34" class="tab_content7"> | |
| 197 | -{if $product.video_code} | |
| 198 | - <center>{$product.video_code|stripslashes}</center> | |
| 199 | -{/if} | |
| 200 | -</div>*} | |
| 201 | -<div id="etab35" class="tab_content7"> | |
| 465 | +*} | |
| 466 | +{if count($articles)>0} | |
| 467 | +<div style="width:490px;float:left;margin-right:10px;"> | |
| 468 | + {section name=i loop=4 start=0} | |
| 469 | + {if $articles[i].id>0} | |
| 470 | + <div class="block_info_item2"> | |
| 471 | + {if $articles[i].pic}<a href="{$smarty.const.URL}articles/{$articles[i].title|translit}-{$articles[i].id}/"><img class="pic right" src="{$smarty.const.URL}uploaded/pic/articles/{$articles[i].pic}" border="0" align="left" alt="{$articles[i].title|escape:'html'}" title="{$articles[i].title|escape:'html'}"></a>{/if} | |
| 472 | + <p><a href="{$smarty.const.URL}articles/{$articles[i].title|translit}-{$articles[i].id}/" class="link4"><strong>{$articles[i].title}</strong></a></p> | |
| 473 | + <p>{$articles[i].text|stripslashes|strip_tags:false|truncate:200} <a href="{$smarty.const.URL}articles/{$articles[i].title|translit}-{$articles[i].id}/" class="smill">ïîäðîáíåå</a></p> | |
| 474 | + <p><span class="date">{$articles[i].date|date_format:"%d/%m/%Y"}</span></p> | |
| 475 | + <div class="both"></div> | |
| 476 | + </div> | |
| 477 | + {/if} | |
| 478 | + {/section} | |
| 202 | 479 | </div> |
| 203 | - | |
| 480 | +<div style="width:500px;float:left;"> | |
| 481 | + {section name=i loop=$articles start=4} | |
| 482 | + {if $articles[i].id>0} | |
| 483 | + <div class="block_info_item2"> | |
| 484 | + {if $articles[i].pic}<a href="{$smarty.const.URL}articles/{$articles[i].title|translit}-{$articles[i].id}/"><img class="pic right" src="{$smarty.const.URL}uploaded/pic/articles/{$articles[i].pic}" border="0" align="left" alt="{$articles[i].title|escape:'html'}" title="{$articles[i].title|escape:'html'}"></a>{/if} | |
| 485 | + <p><a href="{$smarty.const.URL}articles/{$articles[i].title|translit}-{$articles[i].id}/" class="link4"><strong>{$articles[i].title}</strong></a></p> | |
| 486 | + <p>{$articles[i].text|stripslashes|strip_tags:false|truncate:200} <a href="{$smarty.const.URL}articles/{$articles[i].title|translit}-{$articles[i].id}/" class="smill">ïîäðîáíåå</a></p> | |
| 487 | + <p><span class="date">{$articles[i].date|date_format:"%d/%m/%Y"}</span></p> | |
| 488 | + <div class="both"></div> | |
| 489 | + </div> | |
| 490 | + {/if} | |
| 491 | + {/section} | |
| 204 | 492 | </div> |
| 205 | 493 | <div class="both"></div> |
| 206 | - | |
| 207 | - | |
| 208 | - | |
| 209 | - <!--Begin box--> | |
| 210 | - | |
| 211 | - <div style="margin:20px 0px;"> | |
| 212 | - <ul class="list" id="list5"> | |
| 213 | - {if count($products_parent)>0}<li id="tab10_n"><span class="l"></span><a href="#etab10_n">{$smarty.const.PRODUCTS_TAB_8}</a><span class="r"></span></li>{/if} | |
| 214 | - {if count($products_similar_prev) or count($products_similar_next)}<li id="tab11_n"><span class="l"></span><a href="#etab11_n">{$smarty.const.PRODUCTS_TAB_9}</a><span class="r"></span></li>{/if} | |
| 215 | - {if count($products_view)}<li id="tab12_n"><span class="l"></span><a href="#etab12_n">{$smarty.const.PRODUCTS_TAB_10}</a><span class="r"></span></li>{/if} | |
| 216 | - </ul> | |
| 217 | - <div class="tab_container rd" style="width:750px;"> | |
| 218 | - {if count($products_parent)>0} | |
| 219 | - <div id="etab10_n" class="tab_content5"> | |
| 220 | - <ul id="mycarousel5" class="jcarousel-skin-tango"> | |
| 221 | - | |
| 222 | - {section name=i loop=$products_parent} | |
| 223 | - <li> | |
| 224 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/{$products_parent[i].pic}" alt="{$products_parent[i].title|escape:'html'}" title="{$products_parent[i].title|escape:'html'}" border="0" class="pic" /></a> | |
| 225 | - <p class="name1"><a href="{$smarty.const.URL}{$lang_prefix}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/"><strong>{$products_parent[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 226 | - <p class="brend1">{$products_parent[i].brend_name}</p> | |
| 227 | - <p class="cost">{$products_parent[i].cine} ãðí.</p> | |
| 228 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/" class="link_kupit">{$smarty.const.BUY}</a> | |
| 229 | - </li> | |
| 230 | - {/section} | |
| 231 | - | |
| 232 | - </ul> | |
| 233 | - </div> | |
| 234 | - {/if} | |
| 235 | - {if count($products_similar_prev) or count($products_similar_next)} | |
| 236 | - <div id="etab11_n" class="tab_content5"> | |
| 237 | - | |
| 238 | - | |
| 239 | - <ul id="mycarousel4" class="jcarousel-skin-tango"> | |
| 240 | - | |
| 241 | - {section name=i loop=$products_similar_prev} | |
| 242 | - {if $products_similar_prev[i].pic} | |
| 243 | - <li> | |
| 244 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar_prev[i].rubric_translit}-catalogs/{$products_similar_prev[i].translit}-{$products_similar_prev[i].id}/" class="link_pic4"><img src="http://i1.extremstyle.ua/pic/catalogs/products/{$products_similar_prev[i].pic}" alt="{$products_similar_prev[i].title|escape:'html'}" title="{$products_similar_prev[i].title|escape:'html'}" border="0" /></a> | |
| 245 | - <p class="name1"><a href="{$smarty.const.URL}{$lang_prefix}{$products_similar_prev[i].rubric_translit}-catalogs/{$products_similar_prev[i].translit}-{$products_similar_prev[i].id}/"><strong>{$products_similar_prev[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 246 | - <p class="brend1">{$products_similar_prev[i].brend_name}</p> | |
| 247 | - <p class="cost">{$products_similar_prev[i].cine} ãðí.</p> | |
| 248 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar_prev[i].rubric_translit}-catalogs/{$products_similar_prev[i].translit}-{$products_similar_prev[i].id}/" class="link_kupit">{$smarty.const.BUY}</a> | |
| 249 | - </li> | |
| 250 | - {/if} | |
| 251 | - {/section} | |
| 252 | - {section name=i loop=$products_similar_next} | |
| 253 | - {if $products_similar_next[i].pic} | |
| 254 | - <li> | |
| 255 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar_next[i].rubric_translit}-catalogs/{$products_similar_next[i].translit}-{$products_similar_next[i].id}/" class="link_pic4"><img src="http://i1.extremstyle.ua/pic/catalogs/products/{$products_similar_next[i].pic}" alt="{$products_similar_next[i].title|escape:'html'}" title="{$products_similar_next[i].title|escape:'html'}" border="0" /></a> | |
| 256 | - <p class="name1"><a href="{$smarty.const.URL}{$lang_prefix}{$products_similar_next[i].rubric_translit}-catalogs/{$products_similar_next[i].translit}-{$products_similar_next[i].id}/"><strong>{$products_similar_next[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 257 | - <p class="brend1">{$products_similar_next[i].brend_name}</p> | |
| 258 | - <p class="cost">{$products_similar_next[i].cine} ãðí.</p> | |
| 259 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar_next[i].rubric_translit}-catalogs/{$products_similar_next[i].translit}-{$products_similar_next[i].id}/" class="link_kupit">{$smarty.const.BUY}</a> | |
| 260 | - </li> | |
| 261 | - {/if} | |
| 262 | - {/section} | |
| 263 | - | |
| 264 | - | |
| 265 | - </ul><div class="both"></div> | |
| 266 | - | |
| 267 | - | |
| 268 | - | |
| 269 | - | |
| 270 | - </div>{/if} | |
| 271 | - | |
| 272 | - | |
| 273 | - | |
| 274 | - | |
| 275 | - {if count($products_view)} | |
| 276 | - <div id="etab12_n" class="tab_content5"> | |
| 277 | - <ul id="mycarousel5" class="jcarousel-skin-tango"> | |
| 278 | - | |
| 279 | - {section name=i loop=$products_view} | |
| 280 | - {if $products_view[i].pic} | |
| 281 | - <li> | |
| 282 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/" class="link_pic4"><img src="http://i1.extremstyle.ua/pic/catalogs/products/{$products_view[i].pic}" alt="{$products_view[i].title|escape:'html'}" title="{$products_view[i].title|escape:'html'}" border="0" /></a> | |
| 283 | - <p class="name1"><a href="{$smarty.const.URL}{$lang_prefix}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/"><strong>{$products_view[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 284 | - <p class="brend1">{$products_view[i].brend_name}</p> | |
| 285 | - <p class="cost">{$products_view[i].cine} ãðí.</p> | |
| 286 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_view[i].rubric_translit}-catalogs/{$products_view[i].translit}-{$products_view[i].id}/" class="link_kupit">{$smarty.const.BUY}</a> | |
| 287 | - </li> | |
| 288 | - {/if} | |
| 289 | - {/section} | |
| 290 | - | |
| 291 | - </ul><div class="both"></div> | |
| 292 | - | |
| 293 | - | |
| 294 | - </div> | |
| 295 | - {/if} | |
| 296 | - | |
| 297 | - </div><div class="both"></div> | |
| 298 | - | |
| 299 | -</div> | |
| 300 | - <!--End box--> | |
| 301 | - | |
| 302 | - | |
| 303 | - {if count($products_similar)} | |
| 304 | -{section name=i loop=$products_similar} | |
| 305 | -{if count($products_similar[i].products_similar_prev) or count($products_similar[i].products_similar_next)} | |
| 306 | -<div style="margin:20px 0px;"> | |
| 307 | - <ul class="list" id="list5"> | |
| 308 | - <li><span class="l"></span><a href="#">{$smarty.const.PRODUCTS_TAB_9} {$products_similar[i].color}</a><span class="r"></span></li> | |
| 309 | - </ul> | |
| 310 | -<div class="tab_container rd" style="width:750px;"> | |
| 311 | -<div class="tab_content52"> | |
| 312 | -<ul id="mycarousel54" class="jcarousel-skin-tango mycarousel"> | |
| 313 | - {section name=j loop=$products_similar[i].products_similar_prev} | |
| 314 | - {if $products_similar[i].products_similar_prev[j].pic} | |
| 315 | - <li> | |
| 316 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar[i].products_similar_prev[j].rubric_translit}-catalogs/{$products_similar[i].products_similar_prev[j].translit}-{$products_similar[i].products_similar_prev[j].id}/" class="link_pic4"><img src="http://i1.extremstyle.ua/pic/catalogs/modifications/{$products_similar[i].products_similar_prev[j].pic}" alt="{$products_similar[i].products_similar_prev[j].title|escape:'html'}" title="{$products_similar[i].products_similar_prev[j].title|escape:'html'}" border="0" /></a> | |
| 317 | - <p class="name1"><a href="{$smarty.const.URL}{$lang_prefix}{$products_similar[i].products_similar_prev[j].rubric_translit}-catalogs/{$products_similar[i].products_similar_prev[j].translit}-{$products_similar[i].products_similar_prev[j].id}/"><strong>{$products_similar[i].products_similar_prev[j].name|stripslashes|truncate:30}</strong></a></p> | |
| 318 | - <p class="brend1">{$products_similar[i].products_similar_prev[j].brend_name}</p> | |
| 319 | - <p class="cost">{$products_similar[i].products_similar_prev[j].cine} ãðí.</p> | |
| 320 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar[i].products_similar_prev[j].rubric_translit}-catalogs/{$products_similar[i].products_similar_prev[j].translit}-{$products_similar[i].products_similar_prev[j].id}/" class="link_kupit">{$smarty.const.BUY}</a> | |
| 321 | - </li> | |
| 322 | - {/if} | |
| 323 | - {/section} | |
| 324 | - {section name=j loop=$products_similar[i].products_similar_next} | |
| 325 | - {if $products_similar[i].products_similar_next[j].pic} | |
| 326 | - <li> | |
| 327 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar[i].products_similar_next[j].rubric_translit}-catalogs/{$products_similar[i].products_similar_next[j].translit}-{$products_similar[i].products_similar_next[j].id}/" class="link_pic4"><img src="http://i1.extremstyle.ua/pic/catalogs/modifications/{$products_similar[i].products_similar_next[j].pic}" alt="{$products_similar[i].products_similar_next[j].title|escape:'html'}" title="{$products_similar[i].products_similar_next[j].title|escape:'html'}" border="0" /></a> | |
| 328 | - <p class="name1"><a href="{$smarty.const.URL}{$lang_prefix}{$products_similar[i].products_similar_next[j].rubric_translit}-catalogs/{$products_similar[i].products_similar_next[j].translit}-{$products_similar[i].products_similar_next[j].id}/"><strong>{$products_similar[i].products_similar_next[j].name|stripslashes|truncate:30}</strong></a></p> | |
| 329 | - <p class="brend1">{$products_similar[i].products_similar_next[j].brend_name}</p> | |
| 330 | - <p class="cost">{$products_similar[i].products_similar_next[j].cine} ãðí.</p> | |
| 331 | - <a href="{$smarty.const.URL}{$lang_prefix}{$products_similar[i].products_similar_next[j].rubric_translit}-catalogs/{$products_similar[i].products_similar_next[j].translit}-{$products_similar[i].products_similar_next[j].id}/" class="link_kupit">{$smarty.const.BUY}</a> | |
| 332 | - </li> | |
| 333 | - {/if} | |
| 334 | - {/section} | |
| 335 | -</ul><div class="both"></div> | |
| 336 | -</div><div class="both"></div> | |
| 337 | -</div><div class="both"></div> | |
| 338 | -</div> | |
| 339 | -{/if} | |
| 340 | -{/section} | |
| 341 | - {/if} | |
| 342 | - | |
| 343 | - | |
| 344 | - | |
| 345 | - {if count($articles)>0} | |
| 346 | - | |
| 347 | - {section name=i loop=4 start=0} | |
| 348 | - {if $articles[i].id>0} | |
| 349 | - <div class="block_info_item2" style="width:750px;"> | |
| 350 | - {if $articles[i].pic}<a href="{$smarty.const.URL}{$lang_prefix}articles/{$articles[i].title|translit}-{$articles[i].id}/"><img class="pic right" src="{$smarty.const.URL}uploaded/pic/articles/{$articles[i].pic}" border="0" align="left" alt="{$articles[i].title|escape:'html'}" title="{$articles[i].title|escape:'html'}"></a>{/if} | |
| 351 | - <p><a href="{$smarty.const.URL}{$lang_prefix}articles/{$articles[i].title|translit}-{$articles[i].id}/" class="link4"><strong>{$articles[i].title}</strong></a></p> | |
| 352 | - <p>{$articles[i].text|stripslashes|strip_tags:false|truncate:200} <a href="{$smarty.const.URL}{$lang_prefix}articles/{$articles[i].title|translit}-{$articles[i].id}/" class="smill">{$smarty.const.MORE2}</a></p> | |
| 353 | - <p><span class="date">{$articles[i].date|date_format:"%d/%m/%Y"}</span></p> | |
| 354 | - <div class="both"></div> | |
| 355 | - </div> | |
| 356 | - {/if} | |
| 357 | - {/section} | |
| 358 | - | |
| 359 | -{/if} | |
| 360 | - | |
| 361 | - | |
| 362 | - | |
| 363 | -</div><div class="both"></div> | |
| 364 | - | |
| 365 | - | |
| 366 | - | |
| 367 | -{literal}<div class="addsoz"> | |
| 368 | - <table width="100%" border=0> | |
| 369 | - <tr> | |
| 370 | - <td width="50"> | |
| 371 | - <div id="fb-root"></div> | |
| 372 | - <script> | |
| 373 | - (function(d, s, id) { | |
| 374 | - var js, fjs = d.getElementsByTagName(s)[0]; | |
| 375 | - if (d.getElementById(id)) {return;} | |
| 376 | - js = d.createElement(s); js.id = id; | |
| 377 | - js.src = "//connect.facebook.net/ru_RU/all.js#xfbml=1"; | |
| 378 | - fjs.parentNode.insertBefore(js, fjs); | |
| 379 | - }(document, 'script', 'facebook-jssdk')); | |
| 380 | - </script> | |
| 381 | - <div class="fb-like" data-href="extremstyle.ua" data-send="false" data-layout="button_count" data-width="50" data-show-faces="true"></div> | |
| 382 | - </td> | |
| 383 | - <td width="50"> | |
| 384 | - <link href="http://stg.odnoklassniki.ru/share/odkl_share.css" rel="stylesheet"> | |
| 385 | - <script src="http://stg.odnoklassniki.ru/share/odkl_share.js" type="text/javascript" ></script> | |
| 386 | - <a class="odkl-klass-stat" href="{/literal}{$smarty.server.REQUEST_URI}{literal}" onclick="ODKL.Share(this);return false;" ><span>0</span></a> | |
| 387 | - </td> | |
| 388 | - <td width="100%"> | |
| 389 | - <div style="width:100px;"> | |
| 390 | - <!-- Put this script tag to the <head> of your page --> | |
| 391 | - <script type="text/javascript" src="http://userapi.com/js/api/openapi.js?34"></script> | |
| 392 | - | |
| 393 | - <script type="text/javascript"> | |
| 394 | - VK.init({apiId: 2474832, onlyWidgets: true}); | |
| 395 | - </script> | |
| 396 | - | |
| 397 | - <!-- Put this div tag to the place, where the Like block will be --> | |
| 398 | - <div id="vk_like"></div> | |
| 399 | - <script type="text/javascript"> | |
| 400 | - VK.Widgets.Like("vk_like", {type: "10"}); | |
| 401 | - </script> | |
| 402 | - </div> | |
| 403 | - </td> | |
| 404 | - <td width="30"> | |
| 405 | - <span class="txtb">Ïîäåëèòüñÿ:</span> | |
| 406 | - </td> | |
| 407 | - <td noWrap width="180" align="right"> | |
| 408 | - <script type="text/javascript" src="http://extremstyle.ua/js/share42/share42.js"></script> | |
| 409 | - <script type="text/javascript">share42('http://extremstyle.ua/js/share42/','','',150,20)</script> | |
| 410 | - </td> | |
| 411 | - </tr> | |
| 412 | - </table> | |
| 413 | -</div>{/literal} | |
| 414 | - | |
| 415 | - | |
| 416 | - | |
| 417 | - | |
| 418 | - {if count($products_parent1)} | |
| 419 | - <div class="title3"><div class="l"><div class="r"><div class="w">Ðåêîìåíäóåìûå òîâàðû</div></div></div></div> | |
| 420 | - <div class="tab_container rd"> | |
| 421 | - <div id="etab11" class="tab_content2"> | |
| 422 | - <ul id="mycarousel5" class="jcarousel-skin-tango"> | |
| 423 | - | |
| 424 | - {section name=i loop=$products_parent} | |
| 425 | - <li> | |
| 426 | - <a href="{$smarty.const.URL}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/"><img src="{$smarty.const.URL}uploaded/pic/catalogs/products/{$products_parent[i].pic}" alt="{$products_parent[i].name|escape:'html'}" title="{$products_parent[i].name|escape:'html'}" border="0" class="pic" /></a> | |
| 427 | - <p class="name1"><a href="{$smarty.const.URL}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/"><strong>{$products_parent[i].name|stripslashes|truncate:30}</strong></a></p> | |
| 428 | - <p class="brend1">{$products_parent[i].brend_name}</p> | |
| 429 | - <p class="cost">{$products_parent[i].cine} ãðí.</p> | |
| 430 | - <a href="{$smarty.const.URL}{$products_parent[i].rubric_translit}-catalogs/{$products_parent[i].translit}-{$products_parent[i].id}/" class="link_kupit">Êóïèòü</a> | |
| 431 | - </li> | |
| 432 | - {/section} | |
| 433 | - | |
| 434 | - </ul> | |
| 435 | - </div></div> | |
| 436 | - <div> </div> | |
| 437 | - {/if} | |
| 438 | - | |
| 439 | - | |
| 440 | -{if count($articles1)>0}<br /><br /> | |
| 441 | - {*<div class="title3"><div class="l"><div class="r"><div class="w">Îáçîðû</div></div></div></div>*} | |
| 442 | - {if count($articles)>0} | |
| 443 | - <div style="width:490px;float:left;margin-right:10px;"> | |
| 444 | - {section name=i loop=4 start=0} | |
| 445 | - {if $articles[i].id>0} | |
| 446 | - <div class="block_info_item2"> | |
| 447 | - {if $articles[i].pic}<a href="{$smarty.const.URL}articles/{$articles[i].title|translit}-{$articles[i].id}/"><img class="pic right" src="{$smarty.const.URL}uploaded/pic/articles/{$articles[i].pic}" border="0" align="left" alt="{$articles[i].title|escape:'html'}" title="{$articles[i].title|escape:'html'}"></a>{/if} | |
| 448 | - <p><a href="{$smarty.const.URL}articles/{$articles[i].title|translit}-{$articles[i].id}/" class="link4"><strong>{$articles[i].title}</strong></a></p> | |
| 449 | - <p>{$articles[i].text|stripslashes|strip_tags:false|truncate:200} <a href="{$smarty.const.URL}articles/{$articles[i].title|translit}-{$articles[i].id}/" class="smill">ïîäðîáíåå</a></p> | |
| 450 | - <p><span class="date">{$articles[i].date|date_format:"%d/%m/%Y"}</span></p> | |
| 451 | - <div class="both"></div> | |
| 452 | - </div> | |
| 453 | - {/if} | |
| 454 | - {/section} | |
| 455 | - </div> | |
| 456 | - <div style="width:500px;float:left;"> | |
| 457 | - {section name=i loop=$articles start=4} | |
| 458 | - {if $articles[i].id>0} | |
| 459 | - <div class="block_info_item2"> | |
| 460 | - {if $articles[i].pic}<a href="{$smarty.const.URL}articles/{$articles[i].title|translit}-{$articles[i].id}/"><img class="pic right" src="{$smarty.const.URL}uploaded/pic/articles/{$articles[i].pic}" border="0" align="left" alt="{$articles[i].title|escape:'html'}" title="{$articles[i].title|escape:'html'}"></a>{/if} | |
| 461 | - <p><a href="{$smarty.const.URL}articles/{$articles[i].title|translit}-{$articles[i].id}/" class="link4"><strong>{$articles[i].title}</strong></a></p> | |
| 462 | - <p>{$articles[i].text|stripslashes|strip_tags:false|truncate:200} <a href="{$smarty.const.URL}articles/{$articles[i].title|translit}-{$articles[i].id}/" class="smill">ïîäðîáíåå</a></p> | |
| 463 | - <p><span class="date">{$articles[i].date|date_format:"%d/%m/%Y"}</span></p> | |
| 464 | - <div class="both"></div> | |
| 465 | - </div> | |
| 466 | - {/if} | |
| 467 | - {/section} | |
| 468 | - </div><div class="both"></div> | |
| 469 | - {else} | |
| 470 | - | |
| 471 | - {/if} | |
| 494 | +{else} | |
| 495 | +{/if} | |
| 472 | 496 | {/if} |
| 473 | - | |
| 474 | 497 | {if $product.doc} |
| 475 | 498 | <div class="title3 mt">Äîêóìåíòàöèÿ</div> |
| 476 | 499 | {$product.doc|stripslashes} |
| 477 | 500 | {/if} |
| 478 | 501 | {* |
| 479 | 502 | <div class="bots"> |
| 480 | -<a href="#" class="tab">Õàðàêòåðèñòèêè</a> <a href="#" class="tab">Ôîòî-âèäåî</a> <a href="#" class="tab">Îáçîðû</a> <a href="#" class="tab">Äîêóìåíòàöèÿ</a> | |
| 503 | + <a href="#" class="tab">Õàðàêòåðèñòèêè</a> <a href="#" class="tab">Ôîòî-âèäåî</a> <a href="#" class="tab">Îáçîðû</a> <a href="#" class="tab">Äîêóìåíòàöèÿ</a> | |
| 481 | 504 | </div> |
| 482 | 505 | <div class="bot_content"> |
| 483 | - <div class="feature">{if $product.params}{$product.params|stripslashes}{else}Çàêëàäêà ïóñòà!{/if}</div> | |
| 484 | - <div class="feature"> | |
| 485 | - <div class="txtb">Ôîòî:</div> | |
| 486 | - {if count($gallery)>0} | |
| 487 | - {section name=i loop=$gallery} | |
| 506 | + <div class="feature">{if $product.params}{$product.params|stripslashes}{else}Çàêëàäêà ïóñòà!{/if}</div> | |
| 507 | + <div class="feature"> | |
| 508 | + <div class="txtb">Ôîòî:</div> | |
| 509 | + {if count($gallery)>0} | |
| 510 | + {section name=i loop=$gallery} | |
| 488 | 511 | <div class="box_pic"> |
| 489 | - <p><a href="{$smarty.const.URL}uploaded/pic/catalogs/gallery/big/{$gallery[i].pic_big}" rel="milkbox[galls2]" title="{$gallery[i].name|stripslashes|escape:"html"}"><strong>{$gallery[i].name}</strong></a></p> | |
| 490 | - <a href="{$smarty.const.URL}uploaded/pic/catalogs/gallery/big/{$gallery[i].pic_big}" rel="milkbox[galls1]" title="{$gallery[i].name|stripslashes|escape:"html"}"><img src="{$smarty.const.URL}uploaded/pic/catalogs/gallery/{$gallery[i].pic}" border="0" alt="{$gallery[i].name}" title="{$gallery[i].name}" class="pic" /></a> | |
| 512 | + <p><a href="{$smarty.const.URL}uploaded/pic/catalogs/gallery/big/{$gallery[i].pic_big}" rel="milkbox[galls2]" title="{$gallery[i].name|stripslashes|escape:"html"}"><strong>{$gallery[i].name}</strong></a></p> | |
| 513 | + <a href="{$smarty.const.URL}uploaded/pic/catalogs/gallery/big/{$gallery[i].pic_big}" rel="milkbox[galls1]" title="{$gallery[i].name|stripslashes|escape:"html"}"><img src="{$smarty.const.URL}uploaded/pic/catalogs/gallery/{$gallery[i].pic}" border="0" alt="{$gallery[i].name}" title="{$gallery[i].name}" class="pic" /></a> | |
| 491 | 514 | </div> |
| 492 | - {if not ($smarty.section.i.rownum mod 3)}<div class="both"></div>{/if} | |
| 493 | - {/section}<div class="both"></div> | |
| 494 | - {else}ïóñòî!{/if} | |
| 495 | - <div class="txtb">Âèäåî:</div> | |
| 496 | - {if count($video)>0} | |
| 515 | + {if not ($smarty.section.i.rownum mod 3)} | |
| 516 | + <div class="both"></div> | |
| 517 | + {/if} | |
| 518 | + {/section} | |
| 519 | + <div class="both"></div> | |
| 520 | + {else}ïóñòî!{/if} | |
| 521 | + <div class="txtb">Âèäåî:</div> | |
| 522 | + {if count($video)>0} | |
| 497 | 523 | {section name=i loop=$video} |
| 498 | 524 | <div id="video_{$video[i].id}" class="ct">{if $video[i].type eq "code"}{$video[i].code|stripslashes}{/if}</div> |
| 499 | 525 | <p class="ct">{$video[i].name}</p> |
| 500 | - {if $video[i].type eq "video"} | |
| 501 | - <script type="text/javascript">{literal} | |
| 502 | - var obj = new Swiff('{/literal}{$smarty.const.URL}{literal}js/player.swf', { | |
| 503 | - width: 500, | |
| 504 | - height: 300, | |
| 505 | - container: $('video_{/literal}{$video[i].id}{literal}'), | |
| 506 | -params: { | |
| 507 | - allowfullscreen: 'true', | |
| 508 | - allowscriptaccess: 'always', | |
| 509 | - wmode: 'transparent', | |
| 510 | - flashvars: 'file={/literal}{$smarty.const.URL}uploaded/pic/catalogs/video/{$video[i].video}{literal}' | |
| 511 | - }, | |
| 512 | - events: { | |
| 513 | - onLoad: function() { | |
| 514 | - alert("Flash is loaded!") | |
| 515 | - } | |
| 516 | - } | |
| 517 | -});{/literal}</script> | |
| 518 | - {/if} | |
| 526 | + {if $video[i].type eq "video"} | |
| 527 | + <script type="text/javascript">{literal} | |
| 528 | + var obj = new Swiff('{/literal}{$smarty.const.URL}{literal}js/player.swf', { | |
| 529 | + width: 500, | |
| 530 | + height: 300, | |
| 531 | + container: $('video_{/literal}{$video[i].id}{literal}'), | |
| 532 | + params: { | |
| 533 | + allowfullscreen: 'true', | |
| 534 | + allowscriptaccess: 'always', | |
| 535 | + wmode: 'transparent', | |
| 536 | + flashvars: 'file={/literal}{$smarty.const.URL}uploaded/pic/catalogs/video/{$video[i].video}{literal}' | |
| 537 | + }, | |
| 538 | + events: { | |
| 539 | + onLoad: function() { | |
| 540 | + alert("Flash is loaded!") | |
| 541 | + } | |
| 542 | + } | |
| 543 | + });{/literal} | |
| 544 | + </script> | |
| 545 | + {/if} | |
| 546 | + {/section} | |
| 547 | + {else}ïóñòî!{/if} | |
| 548 | + </div> | |
| 549 | + <div class="feature"> | |
| 550 | + {if count($articles)>0} | |
| 551 | + {section name=i loop=$articles} | |
| 552 | + <p><a href="{$smarty.const.URL}articles/{$articles[i].id}/">{$articles[i].title}</a></p> | |
| 519 | 553 | {/section} |
| 520 | - {else}ïóñòî!{/if} | |
| 521 | - </div> | |
| 522 | - <div class="feature"> | |
| 523 | - {if count($articles)>0} | |
| 524 | - {section name=i loop=$articles} | |
| 525 | - <p><a href="{$smarty.const.URL}articles/{$articles[i].id}/">{$articles[i].title}</a></p> | |
| 526 | - {/section} | |
| 527 | - {else} | |
| 528 | - Çàêëàäêà ïóñòà! | |
| 529 | - {/if} | |
| 530 | - </div> | |
| 531 | - <div class="feature">{if $product.doc}{$product.doc|stripslashes}{else}Çàêëàäêà ïóñòà!{/if}</div> | |
| 554 | + {else} | |
| 555 | + Çàêëàäêà ïóñòà! | |
| 556 | + {/if} | |
| 557 | + </div> | |
| 558 | + <div class="feature">{if $product.doc}{$product.doc|stripslashes}{else}Çàêëàäêà ïóñòà!{/if}</div> | |
| 532 | 559 | </div> |
| 533 | 560 | -*} |
| 561 | +*} | |
| 534 | 562 | \ No newline at end of file | ... | ... |
templates/news_one.tpl
| 1 | 1 | <div {if $news.picbg}style="background:url('{$smarty.const.URL}uploaded/pic/news/bg/{$news.picbg}');{if $news.fonheight>0}min-height:{$news.fonheight}px;{/if}"{/if}> |
| 2 | 2 | <h2>{$rules_info_one.name}</h2> |
| 3 | -<div class="info_txt"> | |
| 4 | -<h1>{$news.title|stripslashes|escape:"html"}</h1> | |
| 5 | -{if $news.pic_big1}<img src="{$smarty.const.URL}uploaded/pic/news/big/{$news.pic_big}" class="pic right" border="0" alt="{$news.title|stripslashes|escape:"html"}" align="left">{/if} | |
| 6 | -{$news.text|stripslashes} | |
| 7 | -<div class="both"></div> | |
| 8 | -<p><span class="date">{$news.date|date_format:"%d/%m/%Y"}</span></p> | |
| 3 | +<div class="info_txt" itemscope itemtype="http://schema.org/NewsArticle"> | |
| 4 | +<meta itemprop="image" content="http://extremstyle.ua/img/logo.jpg"/> | |
| 5 | + <h1 itemprop="headline">{$news.title|stripslashes|escape:"html"}</h1> | |
| 6 | + {if $news.pic_big1}<img src="{$smarty.const.URL}uploaded/pic/news/big/{$news.pic_big}" class="pic right" border="0" alt="{$news.title|stripslashes|escape:"html"}" align="left">{/if} | |
| 7 | + <div itemprop="Articlebody"> | |
| 8 | + {$news.text|stripslashes} | |
| 9 | + <div> | |
| 10 | + <div class="both"></div> | |
| 11 | + <p><span class="date" itemprop="datePublished">{$news.date|date_format:"%d/%m/%Y"}</span></p> | |
| 9 | 12 | </div> |
| 10 | - | |
| 11 | - <table> | |
| 12 | - <td width="30"> | |
| 13 | - <span class="txtb">Ïîäåëèòüñÿ:</span> | |
| 14 | - </td> | |
| 15 | - <td noWrap width="180" align="right"> | |
| 16 | - <script type="text/javascript" src="http://extremstyle.ua/js/share42/share42.js"></script> | |
| 17 | - <script type="text/javascript">share42('http://extremstyle.ua/js/share42/','','',150,20)</script> | |
| 18 | - </td> | |
| 19 | - </tr> | |
| 20 | - </table> | |
| 21 | - | |
| 22 | - | |
| 13 | +<table> | |
| 14 | + <td width="30"> | |
| 15 | + <span class="txtb">Ïîäåëèòüñÿ:</span> | |
| 16 | + </td> | |
| 17 | + <td noWrap width="180" align="right"> | |
| 18 | + <script type="text/javascript" src="http://extremstyle.ua/js/share42/share42.js"></script> | |
| 19 | + <script type="text/javascript">share42('http://extremstyle.ua/js/share42/','','',150,20)</script> | |
| 20 | + </td> | |
| 21 | + </tr> | |
| 22 | +</table> | |
| 23 | 23 | {section name=i loop=$products}{if count($products[i].products)>0} |
| 24 | - <div class="list_rubric"><strong>{$products[i].rubric.name}</strong></div> | |
| 25 | - <div class="box5 mt" align="center"> | |
| 26 | - {section name=j loop=$products[i].products} | |
| 27 | - <div class="products_list_row" align="center"> | |
| 28 | - <a href="{$smarty.const.URL}catalogs/{$products[i].products[j].rubric_id}/t{$products[i].products[j].id}/"><img src="http://extremstyle.ua/{if $products[i].products[j].pic}uploaded/pic/catalogs/products/{$products[i].products[j].pic}{else}img/picno2.jpg{/if}" alt="{$products[i].products[j].title|escape:'html'}" title="{$products[i].products[j].title|escape:'html'}" border="0" class="pic" /></a> | |
| 29 | - <div class="name2"><a href="{$smarty.const.URL}catalogs/{$products[i].products[j].rubric_id}/t{$products[i].products[j].id}/"><strong>{$products[i].products[j].name|stripslashes}</strong></a></div> | |
| 30 | - <div class="cost">{$products[i].products[j].cine} ãðí.</div> | |
| 31 | - | |
| 32 | - </div>{if not ($smarty.section.j.rownum mod 5)}<div class="both"></div>{/if} | |
| 33 | - {/section}<div class="both"></div> | |
| 34 | - | |
| 35 | - </div> | |
| 24 | +<div class="list_rubric"><strong>{$products[i].rubric.name}</strong></div> | |
| 25 | +<div class="box5 mt" align="center"> | |
| 26 | + {section name=j loop=$products[i].products} | |
| 27 | + <div class="products_list_row" align="center"> | |
| 28 | + <a href="{$smarty.const.URL}catalogs/{$products[i].products[j].rubric_id}/t{$products[i].products[j].id}/"><img src="http://extremstyle.ua/{if $products[i].products[j].pic}uploaded/pic/catalogs/products/{$products[i].products[j].pic}{else}img/picno2.jpg{/if}" alt="{$products[i].products[j].title|escape:'html'}" title="{$products[i].products[j].title|escape:'html'}" border="0" class="pic" /></a> | |
| 29 | + <div class="name2"><a href="{$smarty.const.URL}catalogs/{$products[i].products[j].rubric_id}/t{$products[i].products[j].id}/"><strong>{$products[i].products[j].name|stripslashes}</strong></a></div> | |
| 30 | + <div class="cost">{$products[i].products[j].cine} ãðí.</div> | |
| 31 | + </div> | |
| 32 | + {if not ($smarty.section.j.rownum mod 5)} | |
| 33 | + <div class="both"></div> | |
| 34 | + {/if} | |
| 35 | + {/section} | |
| 36 | + <div class="both"></div> | |
| 37 | +</div> | |
| 36 | 38 | {/if}{/section} |
| 37 | - | |
| 38 | 39 | </div> |
| 39 | 40 | \ No newline at end of file | ... | ... |