Commit 2a8c28ed392af16a86110f635b2028d8a7dfd9c0
1 parent
32d1d1c6
переименовал catalogs_products.tpl => catalogs_product-list.tpl
Showing
3 changed files
with
6 additions
and
358 deletions
Show diff stats
libs/catalogs.class.php
| ... | ... | @@ -3712,7 +3712,7 @@ $this->tpl->assign("products_similar",$r); |
| 3712 | 3712 | } |
| 3713 | 3713 | |
| 3714 | 3714 | function displayProducts(){ |
| 3715 | - $this->tpl->assign("tpl",'catalogs_products.tpl'); | |
| 3715 | + $this->tpl->assign("tpl",'catalogs_product-list.tpl'); | |
| 3716 | 3716 | } |
| 3717 | 3717 | |
| 3718 | 3718 | function displayProductsTops(){ | ... | ... |
templates/catalogs_products.tpl deleted
| 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}{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}{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}{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}{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}{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} | |
| 162 | - <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> | |
| 166 | - </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}{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}{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}{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}{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> | |
| 204 | -</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 | -*} | |
| 216 | - | |
| 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> | |
| 223 | - | |
| 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}{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}{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}{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}{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} | |
| 236 | - | |
| 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> | |
| 245 | - | |
| 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'} | |
| 301 | - {/if} | |
| 302 | - {/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}{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}{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 | - | |
| 350 | -</div> | |
| 351 | -<div class="both"></div> | |
| 352 | - |
templates/index.tpl
| ... | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | <meta name="author" content="ArtWeb Studio"> |
| 13 | 13 | <meta name="description" content="{$meta.description|default:'ExtrimStyle'|escape:'html'}" /> |
| 14 | 14 | <meta name="keywords" content="{$meta.keywords|default:'ExtrimStyle'|escape:'html'}" /> |
| 15 | - {if $smarty.get.page>1 or count($sex_fl)>1 or count($filters_fl.f)>1 or count($filters_fl.y)>1 or count($filters_fl.s)>0 or $sort or $smarty.get.search_str or $smarty.server.REQUEST_URI=="/account/registration/" or $smarty.server.REQUEST_URI=="/catalogs/basket/" or $smarty.server.REQUEST_URI=="/line/" or $smarty.server.REQUEST_URI=="/payment/" or ($tpl eq "catalogs_products.tpl" and count($productsData.data) eq 0)} | |
| 15 | + {if $smarty.get.page>1 or count($sex_fl)>1 or count($filters_fl.f)>1 or count($filters_fl.y)>1 or count($filters_fl.s)>0 or $sort or $smarty.get.search_str or $smarty.server.REQUEST_URI=="/account/registration/" or $smarty.server.REQUEST_URI=="/catalogs/basket/" or $smarty.server.REQUEST_URI=="/line/" or $smarty.server.REQUEST_URI=="/payment/" or ($tpl eq "catalogs_product-list.tpl" and count($productsData.data) eq 0)} | |
| 16 | 16 | <meta name="robots" content="noindex, follow" /> |
| 17 | 17 | {/if} |
| 18 | 18 | {if count($productsData.data)>0} |
| ... | ... | @@ -219,7 +219,7 @@ jQuery(".sbcModal_a").sbcModal(); |
| 219 | 219 | {if $tpl eq "catalogs_brend.tpl" or $tpl eq "statics2.tpl" or $tpl eq "vacancy.tpl"} |
| 220 | 220 | <script type="text/javascript" src="{$smarty.const.URL}js/tabs_basket.js"></script> |
| 221 | 221 | {/if} |
| 222 | -{if $tpl eq "catalogs_products.tpl"} | |
| 222 | +{if $tpl eq "catalogs_product-list.tpl"} | |
| 223 | 223 | <script type="text/javascript"> |
| 224 | 224 | {literal} |
| 225 | 225 | $(document).ready(function() { |
| ... | ... | @@ -532,19 +532,19 @@ var google_remarketing_only = true; |
| 532 | 532 | {*<a href="http://extremstyle.ua/velosipedy-2-catalogs/">Âåëîñèïåäû</a>, <a href="http://extremstyle.ua/roliki-catalogs/">Ðîëèêîâûå êîíüêè</a>, <a href="http://extremstyle.ua/gidrokostyumy-2-catalogs/">ãèäðîêîñòþìû</a>, <a href="http://extremstyle.ua/palatki-catalogs/">ïàëàòêè</a>*} |
| 533 | 533 | {* |
| 534 | 534 | <br/><br/> |
| 535 | -<a href="http://www.extremstyle.ua/" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;"> | |
| 535 | +<a href="{$smarty.const.URL}{$lang_prefix}" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;"> | |
| 536 | 536 | ÅêñòðåìÑòàéë |
| 537 | 537 | </a> |
| 538 | 538 | {if $rubric.id} |
| 539 | 539 | <span typeof="v:Breadcrumb"> |
| 540 | ->> <a href="http://www.extremstyle.ua/{$rubric.translit}-catalogs/" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;"> | |
| 540 | +>> <a href="{$smarty.const.URL}{$lang_prefix}{$rubric.translit}-catalogs/" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;"> | |
| 541 | 541 | {$rubric.name} ❶ â Óêðàèíå |
| 542 | 542 | </a> |
| 543 | 543 | </span> |
| 544 | 544 | {/if} |
| 545 | 545 | {if $product.id} |
| 546 | 546 | <span typeof="v:Breadcrumb"> |
| 547 | ->> <a href="http://www.extremstyle.ua/{$rubric.translit}-catalogs/{$product.translit}-{$product.id}/" style="text-decoration:none;color: #3C3C3C;" rel="v:url" property="v:title"> | |
| 547 | +>> <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"> | |
| 548 | 548 | {$product.name} |
| 549 | 549 | </a> |
| 550 | 550 | </span> | ... | ... |