Commit 68a653cf13c2c4746fe40f761be8954275430b36
1 parent
d9b7dd3b
- мусор
Showing
2 changed files
with
0 additions
and
1292 deletions
Show diff stats
templates/index-del.tpl deleted
1 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 | -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" > | |
3 | -<head> | |
4 | - <title>{$meta.title|default:'Âåëîñèïåäû, ëûæè, ñíîóáîðäû, êîíüêè, ïàëàòêè, ðþêçàêè, ñêåéòû, ðîëèêè (ðîëèêîâûå êîíüêè), âèíäñåðôèíã'|replace:'2013':'2014'}</title> | |
5 | - <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> | |
6 | - <meta http-equiv="content-language" content="ru" /> | |
7 | - {if $lang eq 'ukr'} | |
8 | - {if $rubric.id>0}<link rel="alternate" href="{$smarty.const.URL}{$rubric.translit}-catalogs/" hreflang="ru" />{else}<link rel="alternate" href="{$smarty.const.URL}" hreflang="ru" />{/if} | |
9 | - {else} | |
10 | - {if $rubric.id>0}<link rel="alternate" href="{$smarty.const.URL}ukr/{$rubric.translit}-catalogs/" hreflang="uk" />{else}<link rel="alternate" href="{$smarty.const.URL}ukr/" hreflang="uk" />{/if} | |
11 | - {/if} | |
12 | - <meta name="author" content="ArtWeb Studio"> | |
13 | - <meta name="description" content="{$meta.description|default:'ExtrimStyle'}" /> | |
14 | - <meta name="keywords" content="{$meta.keywords|default:'ExtrimStyle'}" /> | |
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)} | |
16 | - <meta name="robots" content="noindex, follow" /> | |
17 | - {/if} | |
18 | - {if count($productsData.data)>0} | |
19 | - {if $productsData.page_numbers.current>1}<link rel="prev" href="{$smarty.const.URL}{$rubric.translit}-catalogs/page_{$productsData.page_numbers.current-1}.html/">{/if} | |
20 | - {if $productsData.page_numbers.current<$productsData.page_numbers.total}<link rel="next" href="{$smarty.const.URL}{$rubric.translit}-catalogs/page_{$productsData.page_numbers.current+1}.html/">{/if} | |
21 | - {/if} | |
22 | - | |
23 | - {if $smarty.request.sort ne NULL or $smarty.request.perPage>0 or count($brends_fl)>1 or count($sex_fl)>1 or count($filters_fl.s)>1 or count($filters_fl.f)>1 or count($filters_fl.y)>1 or count($filters_fl.g)>1} | |
24 | - {if $rubric.id>0}<link rel="canonical" href="{$smarty.const.URL}{$rubric.translit}-catalogs/">{else}<link rel="canonical" href="{$smarty.const.URL}catalogs/">{/if} | |
25 | - {/if} | |
26 | - {if $smarty.server.REQUEST_URI=="/kurtki-catalogs/filter;filter=f2892_sportivniy-kostyum/"} | |
27 | - <link rel="canonical" href="http://extremstyle.ua/odejda_dlya_fitnesa-catalogs/filter;filter=f2892_sportivniy-kostyum/" /> | |
28 | - {/if} | |
29 | - {*<meta property="og:image" content="{$smarty.const.URL}img/logo.jpg" />*} | |
30 | - <link href="{$smarty.const.URL}css/style.css" rel="stylesheet" type="text/css" /> | |
31 | - <link rel="shortcut icon" href="{$smarty.const.URL}img/favicon.ico" type="image/x-icon" /> | |
32 | - <link href="{$smarty.const.URL}css/global.css" rel="stylesheet" type="text/css" /> | |
33 | - <script src="{$smarty.const.URL}js/jquery-1.5.min.js"></script> | |
34 | - <link rel="stylesheet" type="text/css" href="{$smarty.const.URL}js/autocomplete/css/style.css" /> | |
35 | - <script type="text/javascript" src="{$smarty.const.URL}js/autocomplete/js/script.js"></script> | |
36 | - <script type="text/javascript" src="{$smarty.const.URL}js/cabinet.js"></script> | |
37 | - <script type="text/javascript" src="{$smarty.const.URL}js/basket.js"></script> | |
38 | - <script type="text/javascript" src="{$smarty.const.URL}js/alert.js"></script> | |
39 | - <script type="text/javascript" src="{$smarty.const.URL}js/jquery.cookie.js"></script> | |
40 | - <script type="text/javascript" src="{$smarty.const.URL}js/jquery.wookmark.js"></script> | |
41 | - {literal}<script type="text/javascript"> | |
42 | - | |
43 | - // initialise plugins | |
44 | - jQuery(function(){ | |
45 | - $('#basket').basket({lang:'{/literal}{$lang}{literal}'}); | |
46 | - }); | |
47 | - | |
48 | - jQuery(function(){ | |
49 | - $('#cabinet').cabinet({lang:'{/literal}{$lang}{literal}'}); | |
50 | - }); | |
51 | - | |
52 | - jQuery(function(){ | |
53 | - var options = { | |
54 | - autoResize: false, // This will auto-update the layout when the browser window is resized. | |
55 | - container: $('#etab1,.menup'), // Optional, used for some extra CSS styling | |
56 | - offset: 2, // Optional, the distance between grid items | |
57 | - itemWidth: 230 // Optional, the width of a grid item | |
58 | - }; | |
59 | - var handler = $('.row'); | |
60 | - handler.wookmark(options); | |
61 | - }); | |
62 | - | |
63 | -jQuery(function(){ | |
64 | -$(".menup").css({opacity: 0}); | |
65 | -$(".first").hover( | |
66 | - function () { | |
67 | - $(".menup").animate({ opacity: 1.0 },450); | |
68 | - }, | |
69 | - function () { | |
70 | - $(".menup").animate({ opacity: 0 },450); | |
71 | - } | |
72 | -); | |
73 | -}); | |
74 | - | |
75 | -function doRate(a,c){ | |
76 | -$.ajax({ | |
77 | - url: '/rating.php?go_rate='+a+'&pid='+c, | |
78 | - success: function(data) { | |
79 | - $('#ratig-layer-' + c).html(data); | |
80 | - } | |
81 | -}); | |
82 | -} | |
83 | - | |
84 | - </script>{/literal} | |
85 | - | |
86 | - | |
87 | - {php} global $path; if (!isset($path[1]) || (isset($path[1]) && $path[1]!='account')) { {/php} | |
88 | - {if $tpl eq "catalogs_products_hits.tpl"} | |
89 | - <script src="{$smarty.const.URL}js/slides.min.jquery.js"></script> | |
90 | - {literal}<script> | |
91 | - $(function(){ | |
92 | - $('#slides').slides({ | |
93 | - preload: true, | |
94 | - play: 5000, | |
95 | - pause: 2500, | |
96 | - hoverPause: true | |
97 | - }); | |
98 | - }); | |
99 | - </script> | |
100 | - | |
101 | - | |
102 | -<script type="text/javascript"> | |
103 | -$(document).ready(function(){ | |
104 | - var i = 0; | |
105 | - $('.view-source').toggle( | |
106 | - function(){i = 0; | |
107 | - $('#tab_container').animate({ height:"200px" }); | |
108 | - $(this).html('ðàçâåðíóòü'); | |
109 | - }, | |
110 | - function(){i = 1; | |
111 | - if($('#tab1').hasClass('active')){var h = $("#etab1").height();} | |
112 | - if($('#tab2').hasClass('active')){var h = $("#etab2").height();} | |
113 | - if($('#tab3').hasClass('active')){var h = $("#etab3").height();} | |
114 | - $('#tab_container').animate({ height:h }); | |
115 | - $(this).html('ñâåðíóòü'); | |
116 | - } | |
117 | - | |
118 | - ); | |
119 | - | |
120 | - //Default Action | |
121 | - $(".tab_content").hide(); //Hide all content | |
122 | - $("ul#list1 li:first").addClass("active").show(); //Activate first tab | |
123 | - $(".tab_content:first").show(); //Show first tab content | |
124 | - | |
125 | - //On Click Event | |
126 | - $("ul#list1 li.tab").click(function() { | |
127 | - $("ul#list1 li.tab").removeClass("active"); //Remove any "active" class | |
128 | - $(this).addClass("active"); //Add "active" class to selected tab | |
129 | - $(".tab_content").hide(); //Hide all tab content | |
130 | - var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content | |
131 | - $(activeTab).fadeIn(); //Fade in the active content | |
132 | - if(i==1){ | |
133 | - if($('#tab1').hasClass('active')){var h = $("#etab1").height();alert(h);} | |
134 | - if($('#tab2').hasClass('active')){var h = $("#etab2").height();} | |
135 | - if($('#tab3').hasClass('active')){var h = $("#etab3").height();} | |
136 | - $('#tab_container').animate({ height:h }); | |
137 | - $('.view-source').html('ñâåðíóòü'); | |
138 | - } | |
139 | - return false; | |
140 | - }); | |
141 | - | |
142 | - | |
143 | - | |
144 | - | |
145 | - $("#tab2").click(function() { | |
146 | - $.get("/ajax/brends.php", | |
147 | - function(data){ | |
148 | - $("#etab2").html(data); | |
149 | - }); | |
150 | - }); | |
151 | - | |
152 | - $("#tab3").click(function() { | |
153 | - $.get("/ajax/akcii.php", | |
154 | - function(data){ | |
155 | - $("#etab3").html(data); | |
156 | - }); | |
157 | - }); | |
158 | - | |
159 | - if (window.location.hash=='#etab1' || window.location.hash=='#etab2' || window.location.hash=='#etab3'){ | |
160 | - var loc = window.location.hash.replace("#e",""); | |
161 | - $('#'+loc).click(); | |
162 | - } | |
163 | - }); | |
164 | -</script>{/literal} | |
165 | - | |
166 | - | |
167 | -<script type="text/javascript" src="{$smarty.const.URL}js/jsor-jcarousel-7bb2e0a/lib/jquery.jcarousel.min.js"></script> | |
168 | -<link rel="stylesheet" type="text/css" href="{$smarty.const.URL}js/jsor-jcarousel-7bb2e0a/skins/tango/skin.css" /> | |
169 | -{literal} | |
170 | -<script type="text/javascript"> | |
171 | - | |
172 | -jQuery(document).ready(function() { | |
173 | - jQuery('#mycarousel5,#mycarousel3').jcarousel(); | |
174 | -}); | |
175 | - | |
176 | -</script>{/literal} | |
177 | - | |
178 | -<script type="text/javascript" src="{$smarty.const.URL}js/tabs.js"></script> | |
179 | -{/if} | |
180 | -{php} } {/php} | |
181 | - | |
182 | - | |
183 | -{if $tpl ne "catalogs_products_hits.tpl" && $smarty.get.m eq 1} | |
184 | -<script type="text/javascript" src="{$smarty.const.URL}js/menuscroll.js"></script> | |
185 | -{/if} | |
186 | - | |
187 | -{if $smarty.get.send eq "ok"} | |
188 | -<script type="text/javascript" src="{$smarty.const.URL}js/send_ok.js"></script> | |
189 | -<script type="text/javascript">(window.Image ? (new Image()) : document.createElement('img')).src = location.protocol + '//vk.com/rtrg?r=WVZjo0l19VK7u6YOLmPgoiekubf8ko1R6tRdb161cHyp4*jmsiE3ofaxeR4U3gf8j9ynmO*0TbHXSkVGReUdc6p*0dZnKH46Fwm2iAzMDlZMZv85l*1EzhyZuiD*knaYvVjC3n*e0B/u1HRT1oDVVWOZLiPiqWlDDu/Edrls250-';</script> | |
190 | -{/if} | |
191 | - | |
192 | - | |
193 | -{if $tpl eq "catalogs_basket.tpl"} | |
194 | -<script type="text/javascript" src="{$smarty.const.URL}js/tabs_basket.js"></script> | |
195 | -<script type="text/javascript" src="{$smarty.const.URL}js/rule.js"></script> | |
196 | -{/if} | |
197 | - | |
198 | - <script type="text/javascript" src="{$smarty.const.URL}js/shadowbox.js"></script> | |
199 | - <script type="text/javascript" src="{$smarty.const.URL}js/jquery.custom.modal.js"></script> | |
200 | -<script type="text/javascript" src="{$smarty.const.URL}js/jquery.maskedinput.js"></script> | |
201 | -{literal} | |
202 | -<script type="text/javascript"> | |
203 | -jQuery(document).ready(function(){ | |
204 | - | |
205 | -jQuery("#phone").mask("+38 (999) 999-9999"); | |
206 | - | |
207 | -jQuery(".sbcModal_a").sbcModal(); | |
208 | -}); | |
209 | -</script> | |
210 | -{/literal} | |
211 | - | |
212 | - | |
213 | -{if $tpl eq "catalogs_brend.tpl" or $tpl eq "statics2.tpl" or $tpl eq "vacancy.tpl"} | |
214 | -<script type="text/javascript" src="{$smarty.const.URL}js/tabs_basket.js"></script> | |
215 | -{/if} | |
216 | -{if $tpl eq "catalogs_products.tpl"} | |
217 | -<script type="text/javascript"> | |
218 | -{literal} | |
219 | -$(document).ready(function() { | |
220 | - | |
221 | - $('.sale').mouseover(function() { | |
222 | - $( this ).append( "<div class='msg'>Ïðèñóòñòâóåò òîâàð<br />ñî ñêèäêîé</div>" ); | |
223 | - $('.msg').css({ | |
224 | - 'position':"absolute", | |
225 | - 'width':"120px", | |
226 | - 'z-index':"99999", | |
227 | - 'font-size':"12px", | |
228 | - 'top':"30px", | |
229 | - 'left':"-80px", | |
230 | - 'padding':"10px", | |
231 | - 'border-radius':"5px", | |
232 | - 'background-color':"#f6f6f6", | |
233 | - 'border':"1px solid #dbdcdc", | |
234 | - 'font-weight':"normal", | |
235 | - 'color':"red" | |
236 | - }); | |
237 | - }).mouseout(function() { | |
238 | - $('.msg').remove(); | |
239 | - }); | |
240 | - | |
241 | -{/literal} | |
242 | -{if $smarty.get.topall eq 1} | |
243 | -{literal} | |
244 | -$.cookie('product_tab_id_{/literal}{$rubric.id}{literal}', "tab33", { path: '/'}); | |
245 | -{/literal} | |
246 | -{/if} | |
247 | -{literal} | |
248 | - //Default Action | |
249 | - $(".tab_content").hide(); //Hide all content | |
250 | - var products_tab_id = $.cookie('product_tab_id_{/literal}{$rubric.id}{literal}'); | |
251 | - if(products_tab_id){ | |
252 | - $('#'+products_tab_id).addClass("active").show(); | |
253 | - $('#e'+products_tab_id).show(); | |
254 | - }else{ | |
255 | - $("ul#list1 li:first").addClass("active").show(); //Activate first tab | |
256 | - $(".tab_content:first").show(); //Show first tab content | |
257 | - } | |
258 | - | |
259 | - | |
260 | - //On Click Event | |
261 | - $("ul#list1 li.tab").click(function() { | |
262 | - $("ul#list1 li.tab").removeClass("active"); //Remove any "active" class | |
263 | - $(this).addClass("active"); //Add "active" class to selected tab | |
264 | - var id = $(this).attr('id'); //alert(id); | |
265 | - $.cookie('product_tab_id_{/literal}{$rubric.id}{literal}', id, { path: '/'}); | |
266 | - //alert($.cookie('product_tab_id')); | |
267 | - $(".tab_content").hide(); //Hide all tab content | |
268 | - var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content | |
269 | - $(activeTab).fadeIn(); //Fade in the active content | |
270 | - return false; | |
271 | - }); | |
272 | - | |
273 | -}); | |
274 | -{/literal} | |
275 | -</script> | |
276 | -{/if} | |
277 | -{if $tpl eq "catalogs_basket.tpl"} | |
278 | -<script type="text/javascript" src="{$smarty.const.URL}js/city_select.js" charset="windows-1251"></script> | |
279 | -{/if} | |
280 | -{if $tpl eq "catalogs_product.tpl" or $tpl eq "catalogs_basket.tpl"} | |
281 | -<link rel="stylesheet" type="text/css" href="{$smarty.const.URL}js/shadowbox-3.0.3/shadowbox.css"> | |
282 | -<script type="text/javascript" src="{$smarty.const.URL}js/shadowbox-3.0.3/shadowbox.js" charset="windows-1251"></script> | |
283 | -{literal}<script type="text/javascript"> | |
284 | -Shadowbox.init({ | |
285 | - | |
286 | -}); | |
287 | -</script>{/literal} | |
288 | -{/if} | |
289 | - | |
290 | -{if $tpl eq "catalogs_product.tpl" or $tpl eq "catalogs_product2.tpl"} | |
291 | - <!-- | |
292 | - jCarousel library | |
293 | ---> | |
294 | -<script type="text/javascript" src="{$smarty.const.URL}js/jsor-jcarousel-7bb2e0a/lib/jquery.jcarousel.min.js"></script> | |
295 | -<!-- | |
296 | - jCarousel skin stylesheet | |
297 | ---> | |
298 | -<link rel="stylesheet" type="text/css" href="{$smarty.const.URL}js/jsor-jcarousel-7bb2e0a/skins/tango/skin4.css" /> | |
299 | -{literal} | |
300 | -<script type="text/javascript"> | |
301 | - | |
302 | -jQuery(document).ready(function() { | |
303 | - jQuery('#mycarousel5,#mycarousel4,.mycarousel').jcarousel(); | |
304 | -}); | |
305 | - | |
306 | -</script>{/literal} | |
307 | -<script type="text/javascript" src="{$smarty.const.URL}js/tabs_product.js"></script> | |
308 | -<script type="text/javascript" src="{$smarty.const.URL}js/subscribe.js"></script> | |
309 | -{/if} | |
310 | - | |
311 | -{$no_capcha} | |
312 | -</head> | |
313 | -<body> | |
314 | - | |
315 | -{literal} | |
316 | -<!-- Google Tag Manager --> | |
317 | -<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-P2SZP5" | |
318 | -height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | |
319 | -<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | |
320 | -new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | |
321 | -j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | |
322 | -'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | |
323 | -})(window,document,'script','dataLayer','GTM-P2SZP5');</script> | |
324 | -<!-- End Google Tag Manager --> | |
325 | -{/literal} | |
326 | - | |
327 | -{php} global $path; if (!isset($path[1]) || (isset($path[1]) && $path[1]!='account')) { {/php} | |
328 | -{if $tpl eq "catalogs_products_hits.tpl"} | |
329 | -<a {fonl}></a> | |
330 | -{/if} | |
331 | -{php} } {/php} | |
332 | - | |
333 | -{php} include_once($_SERVER['DOCUMENT_ROOT']."/account/signup.php"); {/php} | |
334 | - | |
335 | -<div class="bg2"><div class="bg"> | |
336 | -<div style="position:relative;z-index:999;" class="top"> | |
337 | - <div class="basket_top"> | |
338 | - | |
339 | - {if $smarty.session.user.name} | |
340 | - <a href="{$smarty.const.URL}account/panel/">{$smarty.session.user.name}</a> | |
341 | - {else} | |
342 | - <a href="#" class="link_p" id="cabinet"><span>Ëè÷íûé êàáèíåò</span></a><div class="both"></div> | |
343 | - {/if} | |
344 | - | |
345 | - | |
346 | - <div id="basket">...</div> | |
347 | - | |
348 | - <a class="sbcModal_a" href="#qv_view-all_1"><span>{$smarty.const.sbcModal_a}</span></a> | |
349 | - <a class="status" href="{$smarty.const.URL}{$lang_prefix}account/status/"><span>{$smarty.const.str_status}</span></a> | |
350 | - {*<a class="credit" href="{$smarty.const.URL}{$lang_prefix}news/teper_tyi_mojesh_bolshe-319/"><span>{$smarty.const.str_credit}</span></a>*} | |
351 | - | |
352 | - </div> | |
353 | - <div class="logo"> | |
354 | - <a href="{$smarty.const.URL}{$lang_prefix}" title="Åêñòðèì ñòàéë"><span>Åêñòðèì ñòàéë</span></a> | |
355 | - </div> | |
356 | - <div class="search_top"> | |
357 | - <div class="tel">{* Èíòåðíåò-ìàãàçèí: *}{*<span class="b">(044)</span> <span>303-90-10;</span>*} <span class="b">(044)</span> <span>303-90-10;</span> <span class="b">(044)</span> <span>428-65-38;</span> <span class="b">(050)</span> <span>382-03-00</span> <img src="{$smarty.const.URL}img/skype.png" align="middle" /> <span>www-extremstyle.ua</span></div> | |
358 | - {* | |
359 | - <div class="hotline">Òåëåôîí ãîðÿ÷åé ëèíèè: <span>0-800-50-09-10;</span> zhaloba@eltrade.com.ua</div> | |
360 | - *} | |
361 | - <div class="hotline">{$smarty.const.VOPROS}: <span>{mailto address="vopros@eltrade.com.ua" encode="javascript_charcode"}</span></div> | |
362 | - <div class="langs"> | |
363 | - <a href="{$smarty.const.URL}{$link_rus}"><img src="{$smarty.const.URL}img/ico_ru.gif" border="0" width="16" height="11" /></a> <a href="{$smarty.const.URL}{$link_ukr}"><img src="{$smarty.const.URL}img/ico_ua.gif" border="0" width="16" height="11" /></a> | |
364 | - </div> | |
365 | - <div class="search_form"><form method="get" action="{$smarty.const.URL}catalogs/"> | |
366 | - <div class="inp_l"></div><input type="text" name="search_str" id="inputString" onkeyup="lookup(this.value);" autocomplete="off" value="{$smarty.get.search_str|stripslashes|escape:"html"}" /><input type="submit" value="{$smarty.const.NAYTI}" /><div id="suggestions"></div><div class="both"></div> | |
367 | - </form></div> | |
368 | - <div class="slogan">Íàéá³ëüøèé âèá³ð íàéêðàùîãî ñïîðÿäæåííÿ</div> | |
369 | - </div> | |
370 | -</div><div class="both"></div> | |
371 | -<div style="position:relative;z-index:888;" class="menu"><div class="wrp"> | |
372 | - <a href="{$smarty.const.URL}{$lang_prefix}" class="link_home" title="{$smarty.const.MENU_1}"><span>{$smarty.const.MENU_1}</span></a> | |
373 | - <ul> | |
374 | - <li class="first"><span class="l"></span><a href="{$smarty.const.URL}{if $menup != 1}catalogs/{else}#list1{/if}">{$smarty.const.MENU_2}</a><span class="r"></span> | |
375 | - {if $menup != 1} | |
376 | - <div class="menup"> | |
377 | - {*<div class="rowlbar">*} | |
378 | - {section name=i loop=$catalogs_rubrics_begin} | |
379 | - <div class="row"> | |
380 | - <div class="title2"><a href="{$smarty.const.URL}{$lang_prefix}{$catalogs_rubrics_begin[i].parents[0].translit}-catalogs/">{$catalogs_rubrics_begin[i].name}</a></div> | |
381 | - <div class="box2"> | |
382 | - <img src="{$smarty.const.URL}uploaded/pic/catalogs/rubrics/{$catalogs_rubrics_begin[i].pic}" align="right" alt="{$catalogs_rubrics_begin[i].name}" /> {section name=j loop=$catalogs_rubrics_begin[i].parents}{php}$i++;if($i==30)$b=1;{/php}<a href="{$smarty.const.URL}{$lang_prefix}{$catalogs_rubrics_begin[i].parents[j].translit}-catalogs/">{$catalogs_rubrics_begin[i].parents[j].name}</a>{/section} | |
383 | - </div> | |
384 | - </div>{*{if not ($smarty.section.i.rownum mod 4)}</div><div class="fl">{/if}*} | |
385 | - {* | |
386 | - {php} | |
387 | - if($b==1){ | |
388 | - $l++; | |
389 | - print '</div><div class="rowlbar '.(($l==3)?'n':'').'">'; | |
390 | - $b=0;$i=0; | |
391 | - } | |
392 | - {/php} | |
393 | - *} | |
394 | - {/section}{*</div>*} | |
395 | - <div class="both"></div> | |
396 | - | |
397 | - </div> | |
398 | - {/if} | |
399 | - </li> | |
400 | - {*<li {if $rules_info_one.action eq "akcya"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}akcya/">{$smarty.const.MENU_3}</a><span class="r"></span></li>*} | |
401 | - <li {if $rules_info_one.action eq "payment"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}payment/">{$smarty.const.MENU_4}</a><span class="r"></span></li> | |
402 | - <li {if $smarty.get.modAction eq "brends"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}catalogs/brends/">{$smarty.const.MENU_5}</a><span class="r"></span></li> | |
403 | - <li {if $rules_info_one.action eq "shops"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}shops/">{$smarty.const.MENU_6}</a><span class="r"></span></li> | |
404 | - <li {if $rules_info_one.action eq "services"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}services/">{$smarty.const.MENU_7}</a><span class="r"></span></li> | |
405 | - <li {if $rules_info_one.action eq "vacancy"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}vacancy/">{$smarty.const.MENU_8}</a><span class="r"></span></li> | |
406 | - <li {if $rules_info_one.action eq "training"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}{$lang_prefix}training/">{$smarty.const.MENU_9}</a><span class="r"></span></li> | |
407 | - <li {if $rules_info_one.action eq "line"}class="active"{/if}><span class="l"></span><a style="padding-top:5px;text-align:center;" href="{$smarty.const.URL}{$lang_prefix}line/">{$smarty.const.MENU_10}<br /><span style="padding:5px 0px 0px 0px;font-size:10px;color:#ffffff;">zhaloba@eltrade.com.ua</span></a><span class="r"></span></li> | |
408 | - </ul><div class="both"></div> | |
409 | -</div></div> | |
410 | - | |
411 | -{php} global $path; if (!isset($path[1]) || (isset($path[1]) && $path[1]!='account')) { {/php} | |
412 | -{if $tpl eq "catalogs_products_hits.tpl"} | |
413 | - <div id="slides"> | |
414 | - <div class="slides_container"> | |
415 | - {section name=i loop=$banners_list} | |
416 | - <div class="slide"> | |
417 | - {include file="box/banner.tpl" banner=$banners_list[i]} | |
418 | - </div> | |
419 | - {/section} | |
420 | - </div> | |
421 | - <a href="#" class="prev"><img src="{$smarty.const.URL}img/arrow-prev.png" width="17" height="26" border="0" alt="Arrow Prev"></a> | |
422 | - <a href="#" class="next"><img src="{$smarty.const.URL}img/arrow-next.png" width="17" height="26" border="0" alt="Arrow Next"></a> | |
423 | - </div> | |
424 | -{/if} | |
425 | -{php} } {/php} | |
426 | - | |
427 | -<div class="site" style="position:relative;z-index:887;{if $tpl eq 'catalogs_products_hits.tpl'}min-height:1700px;{/if}"> | |
428 | -{php} global $path; if (!isset($path[1]) || (isset($path[1]) && $path[1]!='account')) { {/php} | |
429 | - {php} } else { | |
430 | - | |
431 | - // Ïîäêëþ÷àåì ôàéëû | |
432 | - if(is_file($_SERVER['DOCUMENT_ROOT'].'/account/'.$path[2].'.php')) { | |
433 | - echo"<div class='personal-account'>"; | |
434 | - include($_SERVER['DOCUMENT_ROOT'].'/account/'.$path[2].'.php'); | |
435 | - echo"</div>"; | |
436 | - } | |
437 | - } | |
438 | - | |
439 | - {/php} | |
440 | - | |
441 | - | |
442 | - {php} if (!isset($path[1]) || (isset($path[1]) && $path[1]!='account' && $path[1]!='opros')) { {/php} {include file="$tpl"} | |
443 | - | |
444 | -{php} } {/php} | |
445 | - | |
446 | -{php} if ($path[1]=='opros'){ {/php} {include file="opros.tpl"} {php} } {/php} | |
447 | - | |
448 | - | |
449 | -</div> | |
450 | -{if $tpl eq "catalogs_products_hits.tpl"} | |
451 | -<div class="box_facebook" align="center"> | |
452 | -<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fextremstyle.ua&width=1000&height=260&show_faces=true&colorscheme=light&stream=false&border_color=%f5f5f5&header=true&appId=540829772597713" | |
453 | -scrolling="no" frameborder="0" style="border:none; overflow:hidden; | |
454 | -width:1000px; height:260px;" allowTransparency="true"></iframe> | |
455 | -</div> | |
456 | -{/if} | |
457 | - <div class="fotter_bg" style="position:relative;z-index:887;margin:0px;"> | |
458 | - <div class="fotter"> | |
459 | - <div class="fr txtr"> | |
460 | - <a href="http://artweb.ua/"><img src="{$smarty.const.URL}img/artweb.jpg" width="51" height="17" border="0" /></a><br /> | |
461 | - <a href="http://artweb.ua/" class="link3">Ñîçäàíèå ñàéòîâ</a> | |
462 | - </div> | |
463 | - <div class="fl"> | |
464 | - Extrimstyle, {$smarty.now|date_format:"%Y"}<br /> | |
465 | - Âñå ïðàâà çàùèùåíû. | |
466 | -{literal} | |
467 | -<!--bigmir)net TOP 100--> | |
468 | -<script type="text/javascript" language="javascript"><!-- | |
469 | -function BM_Draw(oBM_STAT){ | |
470 | -document.write('<table cellpadding="0" cellspacing="0" border="0" style="display:inline;margin-right:4px;"><tr><td><div style="font-family:Tahoma;font-size:10px;padding:0px;margin:0px;"><div style="width:7px;float:left;background:url(\'http://i.bigmir.net/cnt/samples/default/b53_left.gif\');height:17px;padding-top:2px;background-repeat:no-repeat;"></div><div style="float:left;background:url(\'http://i.bigmir.net/cnt/samples/default/b53_center.gif\');text-align:left;height:17px;padding-top:2px;background-repeat:repeat-x;"><a href="http://www.bigmir.net/" target="_blank" style="color:#0000ab;text-decoration:none;">bigmir<span style="color:#ff0000;">)</span>net</a> <span style="color:#969696;">õèòû</span> <span style="color:#003596;font:10px Tahoma;">'+oBM_STAT.hits+'</span> <span style="color:#969696;">õîñòû</span> <span style="color:#003596;font:10px Tahoma;">'+oBM_STAT.hosts+'</span></div><div style="width:7px;float: left;background:url(\'http://i.bigmir.net/cnt/samples/default/b53_right.gif\');height:17px;padding-top:2px;background-repeat:no-repeat;"></div></div></td></tr></table>'); | |
471 | -} | |
472 | -//--> | |
473 | -</script> | |
474 | -<script type="text/javascript" language="javascript"><!-- | |
475 | -bmN=navigator,bmD=document,bmD.cookie='b=b',i=0,bs=[],bm={o:1,v:16840834,s:16840834,t:0,c:bmD.cookie?1:0,n:Math.round((Math.random()* 1000000)),w:0}; | |
476 | -for(var f=self;f!=f.parent;f=f.parent)bm.w++; | |
477 | -try{if(bmN.plugins&&bmN.mimeTypes.length&&(x=bmN.plugins['Shockwave Flash']))bm.m=parseInt(x.description.replace(/([a-zA-Z]|\s)+/,'')); | |
478 | -else for(var f=3;f<20;f++)if(eval('new ActiveXObject("ShockwaveFlash.ShockwaveFlash.'+f+'")'))bm.m=f}catch(e){;} | |
479 | -try{bm.y=bmN.javaEnabled()?1:0}catch(e){;} | |
480 | -try{bmS=screen;bm.v^=bm.d=bmS.colorDepth||bmS.pixelDepth;bm.v^=bm.r=bmS.width}catch(e){;} | |
481 | -r=bmD.referrer.slice(7);if(r&&r.split('/')[0]!=window.location.host){bm.f=escape(r);bm.v^=r.length} | |
482 | -bm.v^=window.location.href.length;for(var x in bm) if(/^[ovstcnwmydrf]$/.test(x)) bs[i++]=x+bm[x]; | |
483 | -bmD.write('<sc'+'ript type="text/javascript" language="javascript" src="http://c.bigmir.net/?'+bs.join('&')+'"></sc'+'ript>'); | |
484 | -//--> | |
485 | -</script> | |
486 | -<div id="aaaacccc"> </div> | |
487 | -<noscript> | |
488 | -<a href="http://www.bigmir.net/" target="_blank"><img src="http://c.bigmir.net/?v16840834&s16840834&t2" width="88" height="31" alt="bigmir)net TOP 100" title="bigmir)net TOP 100" border="0" /></a> | |
489 | -</noscript> | |
490 | -<!--bigmir)net TOP 100--> | |
491 | - | |
492 | -<script type="text/javascript"> | |
493 | -/* <![CDATA[ */ | |
494 | -var google_conversion_id = 1038520540; | |
495 | -var google_custom_params = window.google_tag_params; | |
496 | -var google_remarketing_only = true; | |
497 | -/* ]]> */ | |
498 | -</script> | |
499 | -<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> | |
500 | -</script> | |
501 | -<noscript> | |
502 | -<div style="display:inline;"> | |
503 | -<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1038520540/?value=0&guid=ON&script=0"/> | |
504 | -</div> | |
505 | -</noscript> | |
506 | -{/literal} | |
507 | - | |
508 | - </div> | |
509 | - <div class="txtc"> | |
510 | - <ul> | |
511 | - <li><a href="{$smarty.const.URL}{$lang_prefix}catalogs/">{$smarty.const.MENU_2}</a></li> | |
512 | - {*<li><a href="{$smarty.const.URL}{$lang_prefix}akcya/">Àêöèè</a></li>*} | |
513 | - <li><a href="{$smarty.const.URL}{$lang_prefix}payment/">{$smarty.const.MENU_4}</a></li> | |
514 | - <li><a href="{$smarty.const.URL}{$lang_prefix}catalogs/brends/">{$smarty.const.MENU_5}</a></li> | |
515 | - <li><a href="{$smarty.const.URL}{$lang_prefix}shops/">{$smarty.const.MENU_6}</a></li> | |
516 | - <li><a href="{$smarty.const.URL}{$lang_prefix}services/">{$smarty.const.MENU_7}</a></li> | |
517 | - <li><a href="{$smarty.const.URL}{$lang_prefix}vacancy/">{$smarty.const.MENU_8}</a></li> | |
518 | - <li><a href="{$smarty.const.URL}{$lang_prefix}training/">{$smarty.const.MENU_9}</a></li> | |
519 | - <li><a href="{$smarty.const.URL}{$lang_prefix}sitemap/">Êàðòà ñàéòà</a></li> | |
520 | - </ul> | |
521 | -<br/> | |
522 | -{*<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>*} | |
523 | -{* | |
524 | -<br/><br/> | |
525 | -<a href="http://www.extremstyle.ua/" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;"> | |
526 | -ÅêñòðåìÑòàéë | |
527 | -</a> | |
528 | -{if $rubric.id} | |
529 | -<span typeof="v:Breadcrumb"> | |
530 | ->> <a href="http://www.extremstyle.ua/{$rubric.translit}-catalogs/" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;"> | |
531 | -{$rubric.name} ❶ â Óêðàèíå | |
532 | -</a> | |
533 | -</span> | |
534 | -{/if} | |
535 | -{if $product.id} | |
536 | -<span typeof="v:Breadcrumb"> | |
537 | ->> <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"> | |
538 | -{$product.name} | |
539 | -</a> | |
540 | -</span> | |
541 | -{/if} | |
542 | -*} | |
543 | - </div> | |
544 | - <div class="both"></div> | |
545 | - </div> | |
546 | - </div> | |
547 | - | |
548 | -<div id="compare"><a href="{$smarty.const.URL}catalogs/compare/"><span>Ñðàâíèòü</span></a></div> | |
549 | - | |
550 | -<!-- Back Pay --> | |
551 | - | |
552 | -{include file="box/pay.tpl"} | |
553 | - | |
554 | -<!-- Back Pay --> | |
555 | - | |
556 | -</div></div> | |
557 | - | |
558 | -{literal} | |
559 | -<script> | |
560 | -(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
561 | -(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
562 | -m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
563 | -})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | |
564 | - | |
565 | -ga('create', 'UA-15799063-3', 'auto'); | |
566 | -ga('require', 'displayfeatures'); | |
567 | -ga('send', 'pageview'); | |
568 | - | |
569 | -{/literal} | |
570 | -{if count($smarty.get.product)>0} | |
571 | - | |
572 | -ga('require', 'ecommerce', 'ecommerce.js'); | |
573 | - | |
574 | -ga('ecommerce:addTransaction', {literal}{{/literal} | |
575 | -'id': '{$smarty.get.orderID}', // Óíèêàëüíûé ID òðàíçàêöèè (ïàðàìåòð îáÿçàòåëüíî äîëæåí áûòü óíèêàëüíûì) | |
576 | -'affiliation': 'ExtremStyle.ua', | |
577 | -'revenue': '{$smarty.get.total}', // îáùàÿ ñóììà çàêàçà | |
578 | -'shipping': '', | |
579 | -'tax': '', | |
580 | -'currency': 'UAH' // local currency code. | |
581 | -{literal}}{/literal}); | |
582 | - | |
583 | - | |
584 | -// Òîâàð (âûâîäèòü äëÿ êàæäîãî òîâàðà èç êàðçèíû) - âûâîäèì äëÿ êàæäîãî òîâàðà â çàêàçå îòäåëüíî ýòîò îáúåêò | |
585 | -{section name=i loop=$smarty.get.product} | |
586 | -ga('ecommerce:addItem', {literal}{{/literal} | |
587 | -'id': '{$smarty.get.orderID}', // Óíèêàëüíûé ID òðàíçàêöèè (ïàðàìåòð îáÿçàòåëüíî äîëæåí áûòü óíèêàëüíûì äëÿ âñåãî çàêàçà îäèí è òîò æå) | |
588 | -'name': '{$smarty.get.product[i]|exp:0|product:"name"|escape:"html"}', // íàçâàíèå òîâàðà | |
589 | -'sku': '{$smarty.get.product[i]|exp:0}', // ID òîâàðà | |
590 | -'category': '{$smarty.get.product[i]|exp:0|product:"rubric_id"|rubric|escape:"html"}', //Êàòåãîðèÿ òîâàðîâ | Áðåíä | |
591 | -'price': '{$smarty.get.product[i]|exp:2}', //Öåíà òîâàðà | |
592 | -'quantity': '{$smarty.get.product[i]|exp:1}', //Êîëè÷åñòâî òîâàðà öèôðîé | |
593 | -'currency': 'UAH' // local currency code. | |
594 | -{literal}}{/literal}); | |
595 | -{/section} | |
596 | -// Îòïðàâêà äàííûõ | |
597 | -ga('ecommerce:send'); | |
598 | - | |
599 | - | |
600 | -{/if} | |
601 | - | |
602 | - | |
603 | - | |
604 | -</script> | |
605 | - | |
606 | - | |
607 | - | |
608 | -{* | |
609 | -<script type="text/javascript"> | |
610 | -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | |
611 | -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | |
612 | -</script> | |
613 | -<script type="text/javascript"> | |
614 | -try { | |
615 | -var pageTracker = _gat._getTracker("UA-15799063-3"); | |
616 | -pageTracker._trackPageview(); | |
617 | -} catch(err) {}</script> | |
618 | -*} | |
619 | - | |
620 | - | |
621 | -{literal} | |
622 | -<!-- seo24.net.ua --> | |
623 | -<a href="http://new.seo24.net.ua/?r=1297" target="_blank"> | |
624 | -<script language="javascript" type="text/javascript"><!-- | |
625 | -id=1297; | |
626 | -d=document;rn="&rn="+Math.random();rf="&rf="+escape(d.referrer); | |
627 | -lc="&lc="+escape(window.location.href); | |
628 | -d.write("<img src='http://new.seo24.net.ua/c/?id="+id+rf+lc+ | |
629 | -"' border='0' width='1' height='1'/>"); | |
630 | -//--></script></a> | |
631 | -<!-- / seo24.net.ua --> | |
632 | - | |
633 | -<script type="text/javascript">(window.Image ? (new Image()) : document.createElement('img')).src = location.protocol + '//vk.com/rtrg?r=Wz43bRZ5dPuj1lGa9yybu/BadjzTyaVGr0lv2J0XrunGjb01nkc1bAxvA1GsiEYYwR74WqkZYpOLaP5mR3Xj2Z16XVizyj3TqkCNXC4tPDJEAi8G4QgW3Fu3oQnufOem3Tg4gkFKw7sIqvonHm0PbdZcFoK9*TeNEnj4OtT9cBg-';</script> | |
634 | - | |
635 | -<script>(function() { | |
636 | - var _fbq = window._fbq || (window._fbq = []); | |
637 | - if (!_fbq.loaded) { | |
638 | - var fbds = document.createElement('script'); | |
639 | - fbds.async = true; | |
640 | - fbds.src = '//connect.facebook.net/en_US/fbds.js'; | |
641 | - var s = document.getElementsByTagName('script')[0]; | |
642 | - s.parentNode.insertBefore(fbds, s); | |
643 | - _fbq.loaded = true; | |
644 | - } | |
645 | - _fbq.push(['addPixelId', '1463465747264236']); | |
646 | -})(); | |
647 | -window._fbq = window._fbq || []; | |
648 | -window._fbq.push(['track', 'PixelInitialized', {}]); | |
649 | -</script> | |
650 | -<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=1463465747264236&ev=PixelInitialized" /></noscript> | |
651 | - | |
652 | - | |
653 | - | |
654 | -<!-- AdRiver code START: êîä äëÿ áàííåðà; AD: 503744 "*PIXEL_Extremstyle_Remarketing"; ñöåíàðèé ID 1838615 "pixel_remarketing" áàííåð ID 3679774; counter(zeropixel) --> | |
655 | -<script type="text/javascript"> | |
656 | -var RndNum4NoCash = Math.round(Math.random() * 1000000000); | |
657 | -var ar_Tail='unknown'; if (document.referrer) ar_Tail = escape(document.referrer); | |
658 | -document.write('<img src="' + ('https:' == document.location.protocol ? 'https:' : 'http:') + '//ad.adriver.ru/cgi-bin/rle.cgi?' + 'sid=1&ad=503744&bt=21&pid=1838615&bid=3679774&bn=3679774&rnd=' + RndNum4NoCash + '&tail256=' + ar_Tail + '" border=0 width=1 height=1>') | |
659 | -</script> | |
660 | -<noscript><img src="//ad.adriver.ru/cgi-bin/rle.cgi?sid=1&ad=503744&bt=21&pid=1838615&bid=3679774&bn=3679774&rnd=546849406" border=0 width=1 height=1></noscript> | |
661 | -<!-- AdRiver code END --> | |
662 | - | |
663 | -{/literal} | |
664 | - | |
665 | -</body> | |
666 | -</html> | |
667 | 0 | \ No newline at end of file |
templates/index_15-04.tpl deleted
1 | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 | -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" > | |
3 | -<head> | |
4 | - <title>{$meta.title|default:'Âåëîñèïåäû, ëûæè, ñíîóáîðäû, êîíüêè, ïàëàòêè, ðþêçàêè, ñêåéòû, ðîëèêè (ðîëèêîâûå êîíüêè), âèíäñåðôèíã'}</title> | |
5 | - <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> | |
6 | - <meta http-equiv="content-language" content="ru" /> | |
7 | - <meta name="author" content="ArtWeb Studio"> | |
8 | - <meta name="description" content="{$meta.description|default:'ExtrimStyle'}" /> | |
9 | - <meta name="keywords" content="{$meta.keywords|default:'ExtrimStyle'}" /> | |
10 | - {if $smarty.get.page>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)} | |
11 | - <meta name="robots" content="noindex, follow" /> | |
12 | - {/if} | |
13 | - {if count($productsData.data)>0} | |
14 | - {if $productsData.page_numbers.current>1}<link rel="prev" href="{$smarty.const.URL}{$rubric.translit}-catalogs/page_{$productsData.page_numbers.current-1}.html/">{/if} | |
15 | - {if $productsData.page_numbers.current<$productsData.page_numbers.total}<link rel="next" href="{$smarty.const.URL}{$rubric.translit}-catalogs/page_{$productsData.page_numbers.current+1}.html/">{/if} | |
16 | - {/if} | |
17 | - | |
18 | - {if $smarty.request.sort ne NULL or $smarty.request.perPage>0 or count($brends_fl)>1 or count($sex_fl)>1 or count($filters_fl.s)>1 or count($filters_fl.f)>1 or count($filters_fl.y)>1 or count($filters_fl.g)>1} | |
19 | - {if $rubric.id>0}<link rel="canonical" href="{$smarty.const.URL}{$rubric.translit}-catalogs/">{else}<link rel="canonical" href="{$smarty.const.URL}catalogs/">{/if} | |
20 | - {/if} | |
21 | - {*<meta property="og:image" content="{$smarty.const.URL}img/logo.jpg" />*} | |
22 | - <link href="{$smarty.const.URL}css/style.css" rel="stylesheet" type="text/css" /> | |
23 | - <link rel="shortcut icon" href="{$smarty.const.URL}img/favicon.ico" type="image/x-icon" /> | |
24 | - <link href="{$smarty.const.URL}css/global.css" rel="stylesheet" type="text/css" /> | |
25 | - <script src="{$smarty.const.URL}js/jquery-1.5.min.js"></script> | |
26 | - <link rel="stylesheet" type="text/css" href="{$smarty.const.URL}js/autocomplete/css/style.css" /> | |
27 | - <script type="text/javascript" src="{$smarty.const.URL}js/autocomplete/js/script.js"></script> | |
28 | - <script type="text/javascript" src="{$smarty.const.URL}js/cabinet.js"></script> | |
29 | - <script type="text/javascript" src="{$smarty.const.URL}js/basket.js"></script> | |
30 | - <script type="text/javascript" src="{$smarty.const.URL}js/alert.js"></script> | |
31 | - <script type="text/javascript" src="{$smarty.const.URL}js/jquery.cookie.js"></script> | |
32 | - <script type="text/javascript" src="{$smarty.const.URL}js/jquery.wookmark.js"></script> | |
33 | - {literal}<script type="text/javascript"> | |
34 | - | |
35 | - // initialise plugins | |
36 | - jQuery(function(){ | |
37 | - $('#basket').basket(); | |
38 | - }); | |
39 | - | |
40 | - jQuery(function(){ | |
41 | - $('#cabinet').cabinet(); | |
42 | - }); | |
43 | - | |
44 | - jQuery(function(){ | |
45 | - var options = { | |
46 | - autoResize: true, // This will auto-update the layout when the browser window is resized. | |
47 | - container: $('#etab1,.menup'), // Optional, used for some extra CSS styling | |
48 | - offset: 2, // Optional, the distance between grid items | |
49 | - itemWidth: 230 // Optional, the width of a grid item | |
50 | - }; | |
51 | - var handler = $('.row'); | |
52 | - handler.wookmark(options); | |
53 | - }); | |
54 | - | |
55 | -jQuery(function(){ | |
56 | -$(".menup").css({opacity: 0}); | |
57 | -$(".first").hover( | |
58 | - function () { | |
59 | - $(".menup").animate({ opacity: 1.0 },450); | |
60 | - }, | |
61 | - function () { | |
62 | - $(".menup").animate({ opacity: 0 },450); | |
63 | - } | |
64 | -); | |
65 | -}); | |
66 | - | |
67 | -function doRate(a,c){ | |
68 | -$.ajax({ | |
69 | - url: '/rating.php?go_rate='+a+'&pid='+c, | |
70 | - success: function(data) { | |
71 | - $('#ratig-layer-' + c).html(data); | |
72 | - } | |
73 | -}); | |
74 | -} | |
75 | - | |
76 | - </script>{/literal} | |
77 | - | |
78 | - | |
79 | - {php} global $path; if (!isset($path[1]) || (isset($path[1]) && $path[1]!='account')) { {/php} | |
80 | - {if $tpl eq "catalogs_products_hits.tpl"} | |
81 | - <script src="{$smarty.const.URL}js/slides.min.jquery.js"></script> | |
82 | - {literal}<script> | |
83 | - $(function(){ | |
84 | - $('#slides').slides({ | |
85 | - preload: true, | |
86 | - play: 5000, | |
87 | - pause: 2500, | |
88 | - hoverPause: true | |
89 | - }); | |
90 | - }); | |
91 | - </script> | |
92 | - | |
93 | - | |
94 | -<script type="text/javascript"> | |
95 | -$(document).ready(function(){ | |
96 | - var i = 0; | |
97 | - $('.view-source').toggle( | |
98 | - function(){i = 0; | |
99 | - $('#tab_container').animate({ height:"200px" }); | |
100 | - $(this).html('ðàçâåðíóòü'); | |
101 | - }, | |
102 | - function(){i = 1; | |
103 | - if($('#tab1').hasClass('active')){var h = $("#etab1").height();} | |
104 | - if($('#tab2').hasClass('active')){var h = $("#etab2").height();} | |
105 | - if($('#tab3').hasClass('active')){var h = $("#etab3").height();} | |
106 | - $('#tab_container').animate({ height:h }); | |
107 | - $(this).html('ñâåðíóòü'); | |
108 | - } | |
109 | - | |
110 | - ); | |
111 | - | |
112 | - //Default Action | |
113 | - $(".tab_content").hide(); //Hide all content | |
114 | - $("ul#list1 li:first").addClass("active").show(); //Activate first tab | |
115 | - $(".tab_content:first").show(); //Show first tab content | |
116 | - | |
117 | - //On Click Event | |
118 | - $("ul#list1 li").click(function() { | |
119 | - $("ul#list1 li").removeClass("active"); //Remove any "active" class | |
120 | - $(this).addClass("active"); //Add "active" class to selected tab | |
121 | - $(".tab_content").hide(); //Hide all tab content | |
122 | - var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content | |
123 | - $(activeTab).fadeIn(); //Fade in the active content | |
124 | - if(i==1){ | |
125 | - if($('#tab1').hasClass('active')){var h = $("#etab1").height();} | |
126 | - if($('#tab2').hasClass('active')){var h = $("#etab2").height();} | |
127 | - if($('#tab3').hasClass('active')){var h = $("#etab3").height();} | |
128 | - $('#tab_container').animate({ height:h }); | |
129 | - $('.view-source').html('ñâåðíóòü'); | |
130 | - } | |
131 | - return false; | |
132 | - }); | |
133 | - | |
134 | - | |
135 | - $("#tab2").click(function() { | |
136 | - $.get("/ajax/brends.php", | |
137 | - function(data){ | |
138 | - $("#etab2").html(data); | |
139 | - }); | |
140 | - }); | |
141 | - | |
142 | - $("#tab3").click(function() { | |
143 | - $.get("/ajax/akcii.php", | |
144 | - function(data){ | |
145 | - $("#etab3").html(data); | |
146 | - }); | |
147 | - }); | |
148 | - | |
149 | - }); | |
150 | -</script>{/literal} | |
151 | - | |
152 | - | |
153 | -<script type="text/javascript" src="{$smarty.const.URL}js/jsor-jcarousel-7bb2e0a/lib/jquery.jcarousel.min.js"></script> | |
154 | -<link rel="stylesheet" type="text/css" href="{$smarty.const.URL}js/jsor-jcarousel-7bb2e0a/skins/tango/skin.css" /> | |
155 | -{literal} | |
156 | -<script type="text/javascript"> | |
157 | - | |
158 | -jQuery(document).ready(function() { | |
159 | - jQuery('#mycarousel5,#mycarousel3').jcarousel(); | |
160 | -}); | |
161 | - | |
162 | -</script>{/literal} | |
163 | - | |
164 | -<script type="text/javascript" src="{$smarty.const.URL}js/tabs.js"></script> | |
165 | -{/if} | |
166 | -{php} } {/php} | |
167 | - | |
168 | - | |
169 | -{if $tpl ne "catalogs_products_hits.tpl" && $smarty.get.m eq 1} | |
170 | -<script type="text/javascript" src="{$smarty.const.URL}js/menuscroll.js"></script> | |
171 | -{/if} | |
172 | - | |
173 | -{if $smarty.get.send eq "ok"} | |
174 | -<script type="text/javascript" src="{$smarty.const.URL}js/send_ok.js"></script> | |
175 | -{/if} | |
176 | - | |
177 | - | |
178 | -{if $tpl eq "catalogs_basket.tpl"} | |
179 | -<script type="text/javascript" src="{$smarty.const.URL}js/tabs_basket.js"></script> | |
180 | -<script type="text/javascript" src="{$smarty.const.URL}js/rule.js"></script> | |
181 | -{/if} | |
182 | - | |
183 | - <script type="text/javascript" src="{$smarty.const.URL}js/shadowbox.js"></script> | |
184 | - <script type="text/javascript" src="{$smarty.const.URL}js/jquery.custom.modal.js"></script> | |
185 | -<script type="text/javascript" src="{$smarty.const.URL}js/jquery.maskedinput.js"></script> | |
186 | -{literal} | |
187 | -<script type="text/javascript"> | |
188 | -jQuery(document).ready(function(){ | |
189 | - | |
190 | -jQuery("#phone").mask("(999) 999-9999"); | |
191 | - | |
192 | -jQuery(".sbcModal_a").sbcModal(); | |
193 | -}); | |
194 | -</script> | |
195 | -{/literal} | |
196 | - | |
197 | - | |
198 | -{if $tpl eq "catalogs_brend.tpl" or $tpl eq "statics2.tpl" or $tpl eq "vacancy.tpl"} | |
199 | -<script type="text/javascript" src="{$smarty.const.URL}js/tabs_basket.js"></script> | |
200 | -{/if} | |
201 | -{if $tpl eq "catalogs_products.tpl"} | |
202 | -<script type="text/javascript"> | |
203 | -{literal} | |
204 | -$(document).ready(function() { | |
205 | - | |
206 | - $('.sale').mouseover(function() { | |
207 | - $( this ).append( "<div class='msg'>Ïðèñóòñòâóåò òîâàð<br />ñî ñêèäêîé</div>" ); | |
208 | - $('.msg').css({ | |
209 | - 'position':"absolute", | |
210 | - 'width':"120px", | |
211 | - 'z-index':"99999", | |
212 | - 'font-size':"12px", | |
213 | - 'top':"30px", | |
214 | - 'left':"-80px", | |
215 | - 'padding':"10px", | |
216 | - 'border-radius':"5px", | |
217 | - 'background-color':"#f6f6f6", | |
218 | - 'border':"1px solid #dbdcdc", | |
219 | - 'font-weight':"normal", | |
220 | - 'color':"red" | |
221 | - }); | |
222 | - }).mouseout(function() { | |
223 | - $('.msg').remove(); | |
224 | - }); | |
225 | - | |
226 | -{/literal} | |
227 | -{if $smarty.get.topall eq 1} | |
228 | -{literal} | |
229 | -$.cookie('product_tab_id_{/literal}{$rubric.id}{literal}', "tab33", { path: '/'}); | |
230 | -{/literal} | |
231 | -{/if} | |
232 | -{literal} | |
233 | - //Default Action | |
234 | - $(".tab_content").hide(); //Hide all content | |
235 | - var products_tab_id = $.cookie('product_tab_id_{/literal}{$rubric.id}{literal}'); | |
236 | - if(products_tab_id){ | |
237 | - $('#'+products_tab_id).addClass("active").show(); | |
238 | - $('#e'+products_tab_id).show(); | |
239 | - }else{ | |
240 | - $("ul#list1 li:first").addClass("active").show(); //Activate first tab | |
241 | - $(".tab_content:first").show(); //Show first tab content | |
242 | - } | |
243 | - | |
244 | - | |
245 | - //On Click Event | |
246 | - $("ul#list1 li").click(function() { | |
247 | - $("ul#list1 li").removeClass("active"); //Remove any "active" class | |
248 | - $(this).addClass("active"); //Add "active" class to selected tab | |
249 | - var id = $(this).attr('id'); //alert(id); | |
250 | - $.cookie('product_tab_id_{/literal}{$rubric.id}{literal}', id, { path: '/'}); | |
251 | - //alert($.cookie('product_tab_id')); | |
252 | - $(".tab_content").hide(); //Hide all tab content | |
253 | - var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content | |
254 | - $(activeTab).fadeIn(); //Fade in the active content | |
255 | - return false; | |
256 | - }); | |
257 | - | |
258 | -}); | |
259 | -{/literal} | |
260 | -</script> | |
261 | -{/if} | |
262 | - | |
263 | -{if $tpl eq "catalogs_product.tpl" or $tpl eq "catalogs_basket.tpl"} | |
264 | -<link rel="stylesheet" type="text/css" href="{$smarty.const.URL}js/shadowbox-3.0.3/shadowbox.css"> | |
265 | -<script type="text/javascript" src="{$smarty.const.URL}js/shadowbox-3.0.3/shadowbox.js" charset="windows-1251"></script> | |
266 | -{literal}<script type="text/javascript"> | |
267 | -Shadowbox.init({ | |
268 | - | |
269 | -}); | |
270 | -</script>{/literal} | |
271 | -{/if} | |
272 | - | |
273 | -{if $tpl eq "catalogs_product.tpl" or $tpl eq "catalogs_product2.tpl"} | |
274 | - <!-- | |
275 | - jCarousel library | |
276 | ---> | |
277 | -<script type="text/javascript" src="{$smarty.const.URL}js/jsor-jcarousel-7bb2e0a/lib/jquery.jcarousel.min.js"></script> | |
278 | -<!-- | |
279 | - jCarousel skin stylesheet | |
280 | ---> | |
281 | -<link rel="stylesheet" type="text/css" href="{$smarty.const.URL}js/jsor-jcarousel-7bb2e0a/skins/tango/skin4.css" /> | |
282 | -{literal} | |
283 | -<script type="text/javascript"> | |
284 | - | |
285 | -jQuery(document).ready(function() { | |
286 | - jQuery('#mycarousel5,#mycarousel4').jcarousel(); | |
287 | -}); | |
288 | - | |
289 | -</script>{/literal} | |
290 | -<script type="text/javascript" src="{$smarty.const.URL}js/tabs_product.js"></script> | |
291 | -{/if} | |
292 | - | |
293 | -{$no_capcha} | |
294 | -</head> | |
295 | -<body> | |
296 | - | |
297 | -{php} global $path; if (!isset($path[1]) || (isset($path[1]) && $path[1]!='account')) { {/php} | |
298 | -{if $tpl eq "catalogs_products_hits.tpl"} | |
299 | -<a {fonl}></a> | |
300 | -{/if} | |
301 | -{php} } {/php} | |
302 | - | |
303 | -{php} include_once($_SERVER['DOCUMENT_ROOT']."/account/signup.php"); {/php} | |
304 | - | |
305 | -<div class="bg2"><div class="bg"> | |
306 | -<div style="position:relative;z-index:999;" class="top"> | |
307 | - <div class="basket_top"> | |
308 | - {if $smarty.session.user.name} | |
309 | - <a href="{$smarty.const.URL}account/panel/">{$smarty.session.user.name}</a> | |
310 | - {else} | |
311 | - <a href="#" class="link_p" id="cabinet"><span>Ëè÷íûé êàáèíåò</span></a><div class="both"></div> | |
312 | - {/if} | |
313 | - | |
314 | - | |
315 | - <div id="basket">...</div> | |
316 | - | |
317 | - <a class="sbcModal_a" href="#qv_view-all_1"><span>Ñîîáùèòü îá îïëàòå</span></a> | |
318 | - <a class="status" href="{$smarty.const.URL}account/status/"><span>Ñòàòóñ çàêàçà</span></a> | |
319 | - <a class="credit" href="{$smarty.const.URL}news/teper_tyi_mojesh_bolshe-319/"><span>Êóïèòü â êðåäèò</span></a> | |
320 | - | |
321 | - </div> | |
322 | - <div class="logo"> | |
323 | - <h1><a href="{$smarty.const.URL}" title="Åêñòðèì ñòàéë"><span>Åêñòðèì ñòàéë</span></a></h1> | |
324 | - </div> | |
325 | - <div class="search_top"> | |
326 | - <div class="tel">{* Èíòåðíåò-ìàãàçèí: *}{*<span class="b">(044)</span> <span>303-90-10;</span>*} <span class="b">(044)</span> <span>303-90-10;</span> <span class="b">(044)</span> <span>428-65-38;</span> <span class="b">(050)</span> <span>382-03-00</span> <img src="{$smarty.const.URL}img/skype.png" align="middle" /> <span>www.extremstyle.ua</span></div> | |
327 | - {* | |
328 | - <div class="hotline">Òåëåôîí ãîðÿ÷åé ëèíèè: <span>0-800-50-09-10;</span> zhaloba@eltrade.com.ua</div> | |
329 | - *} | |
330 | - <div class="hotline">Çàäàòü âîïðîñ: <span>{mailto address="vopros@eltrade.com.ua" encode="javascript_charcode"}</span></div> | |
331 | - <div class="search_form"><form method="get" action="{$smarty.const.URL}catalogs/"> | |
332 | - <div class="inp_l"></div><input type="text" name="search_str" id="inputString" onkeyup="lookup(this.value);" autocomplete="off" value="{$smarty.get.search_str|stripslashes|escape:"html"}" /><input type="submit" value="íàéòè" /><div id="suggestions"></div><div class="both"></div> | |
333 | - </form></div> | |
334 | - <div class="slogan">Íàéá³ëüøèé âèá³ð íàéêðàùîãî ñïîðÿäæåííÿ</div> | |
335 | - </div> | |
336 | -</div><div class="both"></div> | |
337 | -<div style="position:relative;z-index:888;" class="menu"><div class="wrp"> | |
338 | - <a href="{$smarty.const.URL}" class="link_home" title="Ãëàâíàÿ"><span>Ãëàâíàÿ</span></a> | |
339 | - <ul> | |
340 | - <li class="first"><span class="l"></span><a href="{$smarty.const.URL}{if $menup != 1}catalogs/{else}#list1{/if}">Êàòàëîã</a><span class="r"></span> | |
341 | - {if $menup != 1} | |
342 | - <div class="menup"> | |
343 | - {*<div class="rowlbar">*} | |
344 | - {section name=i loop=$catalogs_rubrics_begin} | |
345 | - <div class="row"> | |
346 | - <div class="title2"><a href="{$smarty.const.URL}{$catalogs_rubrics_begin[i].parents[0].translit}-catalogs/">{$catalogs_rubrics_begin[i].name}</a></div> | |
347 | - <div class="box2"> | |
348 | - <img src="{$smarty.const.URL}uploaded/pic/catalogs/rubrics/{$catalogs_rubrics_begin[i].pic}" align="right" /> {section name=j loop=$catalogs_rubrics_begin[i].parents}{php}$i++;if($i==30)$b=1;{/php}<a href="{$smarty.const.URL}{$catalogs_rubrics_begin[i].parents[j].translit}-catalogs/">{$catalogs_rubrics_begin[i].parents[j].name}</a>{/section} | |
349 | - </div> | |
350 | - </div>{*{if not ($smarty.section.i.rownum mod 4)}</div><div class="fl">{/if}*} | |
351 | - {* | |
352 | - {php} | |
353 | - if($b==1){ | |
354 | - $l++; | |
355 | - print '</div><div class="rowlbar '.(($l==3)?'n':'').'">'; | |
356 | - $b=0;$i=0; | |
357 | - } | |
358 | - {/php} | |
359 | - *} | |
360 | - {/section}{*</div>*} | |
361 | - <div class="both"></div> | |
362 | - | |
363 | - </div> | |
364 | - {/if} | |
365 | - </li> | |
366 | - {*<li {if $rules_info_one.action eq "akcya"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}akcya/">Àêöèè</a><span class="r"></span></li>*} | |
367 | - <li {if $rules_info_one.action eq "payment"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}payment/">Äîñòàâêà è îïëàòà</a><span class="r"></span></li> | |
368 | - <li {if $smarty.get.modAction eq "brends"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}catalogs/brends/">Áðåíäû</a><span class="r"></span></li> | |
369 | - <li {if $rules_info_one.action eq "shops"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}shops/">Ìàãàçèíû</a><span class="r"></span></li> | |
370 | - <li {if $rules_info_one.action eq "services"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}services/">Ñåðâèñ</a><span class="r"></span></li> | |
371 | - <li {if $rules_info_one.action eq "vacancy"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}vacancy/">Âàêàíñèè</a><span class="r"></span></li> | |
372 | - <li {if $rules_info_one.action eq "training"}class="active"{/if}><span class="l"></span><a href="{$smarty.const.URL}training/">Îáó÷åíèå</a><span class="r"></span></li> | |
373 | - <li {if $rules_info_one.action eq "line"}class="active"{/if}><span class="l"></span><a style="padding-top:5px;text-align:center;" href="{$smarty.const.URL}line/">Ãîðÿ÷àÿ ëèíèÿ<br /><span style="padding:5px 0px 0px 0px;font-size:10px;color:#ffffff;">zhaloba@eltrade.com.ua</span></a><span class="r"></span></li> | |
374 | - </ul><div class="both"></div> | |
375 | -</div></div> | |
376 | - | |
377 | -{php} global $path; if (!isset($path[1]) || (isset($path[1]) && $path[1]!='account')) { {/php} | |
378 | -{if $tpl eq "catalogs_products_hits.tpl"} | |
379 | - <div id="slides"> | |
380 | - <div class="slides_container"> | |
381 | - {section name=i loop=$banners_list} | |
382 | - <div class="slide"> | |
383 | - {include file="box/banner.tpl" banner=$banners_list[i]} | |
384 | - </div> | |
385 | - {/section} | |
386 | - </div> | |
387 | - <a href="#" class="prev"><img src="{$smarty.const.URL}img/arrow-prev.png" width="17" height="26" border="0" alt="Arrow Prev"></a> | |
388 | - <a href="#" class="next"><img src="{$smarty.const.URL}img/arrow-next.png" width="17" height="26" border="0" alt="Arrow Next"></a> | |
389 | - </div> | |
390 | -{/if} | |
391 | -{php} } {/php} | |
392 | - | |
393 | -<div class="site" style="position:relative;z-index:887;{if $tpl eq 'catalogs_products_hits.tpl'}min-height:1700px;{/if}"> | |
394 | -{php} global $path; if (!isset($path[1]) || (isset($path[1]) && $path[1]!='account')) { {/php} | |
395 | - {php} } else { | |
396 | - | |
397 | - // Ïîäêëþ÷àåì ôàéëû | |
398 | - if(is_file($_SERVER['DOCUMENT_ROOT'].'/account/'.$path[2].'.php')) { | |
399 | - echo"<div class='personal-account'>"; | |
400 | - include($_SERVER['DOCUMENT_ROOT'].'/account/'.$path[2].'.php'); | |
401 | - echo"</div>"; | |
402 | - } | |
403 | - } | |
404 | - | |
405 | - {/php} | |
406 | - | |
407 | - | |
408 | - {php} if (!isset($path[1]) || (isset($path[1]) && $path[1]!='account' && $path[1]!='opros')) { {/php} {include file="$tpl"} | |
409 | - | |
410 | -{php} } {/php} | |
411 | - | |
412 | -{php} if ($path[1]=='opros'){ {/php} {include file="opros.tpl"} {php} } {/php} | |
413 | - | |
414 | - | |
415 | -</div> | |
416 | - | |
417 | -<div class="box_facebook" align="center"> | |
418 | -<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fextremstyle.ua&width=1000&height=260&show_faces=true&colorscheme=light&stream=false&border_color=%f5f5f5&header=true&appId=540829772597713" | |
419 | -scrolling="no" frameborder="0" style="border:none; overflow:hidden; | |
420 | -width:1000px; height:260px;" allowTransparency="true"></iframe> | |
421 | -</div> | |
422 | - | |
423 | - <div class="fotter_bg" style="position:relative;z-index:887;margin:0px;"> | |
424 | - <div class="fotter"> | |
425 | - <div class="fr txtr"> | |
426 | - <a href="http://artweb.ua/"><img src="{$smarty.const.URL}img/artweb.jpg" width="51" height="17" border="0" /></a><br /> | |
427 | - <a href="http://artweb.ua/" class="link3">Ñîçäàíèå ñàéòîâ</a> | |
428 | - </div> | |
429 | - <div class="fl"> | |
430 | - Extrimstyle, 2013<br /> | |
431 | - Âñå ïðàâà çàùèùåíû. | |
432 | -{literal} | |
433 | -<!--bigmir)net TOP 100--> | |
434 | -<script type="text/javascript" language="javascript"><!-- | |
435 | -function BM_Draw(oBM_STAT){ | |
436 | -document.write('<table cellpadding="0" cellspacing="0" border="0" style="display:inline;margin-right:4px;"><tr><td><div style="font-family:Tahoma;font-size:10px;padding:0px;margin:0px;"><div style="width:7px;float:left;background:url(\'http://i.bigmir.net/cnt/samples/default/b53_left.gif\');height:17px;padding-top:2px;background-repeat:no-repeat;"></div><div style="float:left;background:url(\'http://i.bigmir.net/cnt/samples/default/b53_center.gif\');text-align:left;height:17px;padding-top:2px;background-repeat:repeat-x;"><a href="http://www.bigmir.net/" target="_blank" style="color:#0000ab;text-decoration:none;">bigmir<span style="color:#ff0000;">)</span>net</a> <span style="color:#969696;">õèòû</span> <span style="color:#003596;font:10px Tahoma;">'+oBM_STAT.hits+'</span> <span style="color:#969696;">õîñòû</span> <span style="color:#003596;font:10px Tahoma;">'+oBM_STAT.hosts+'</span></div><div style="width:7px;float: left;background:url(\'http://i.bigmir.net/cnt/samples/default/b53_right.gif\');height:17px;padding-top:2px;background-repeat:no-repeat;"></div></div></td></tr></table>'); | |
437 | -} | |
438 | -//--> | |
439 | -</script> | |
440 | -<script type="text/javascript" language="javascript"><!-- | |
441 | -bmN=navigator,bmD=document,bmD.cookie='b=b',i=0,bs=[],bm={o:1,v:16840834,s:16840834,t:0,c:bmD.cookie?1:0,n:Math.round((Math.random()* 1000000)),w:0}; | |
442 | -for(var f=self;f!=f.parent;f=f.parent)bm.w++; | |
443 | -try{if(bmN.plugins&&bmN.mimeTypes.length&&(x=bmN.plugins['Shockwave Flash']))bm.m=parseInt(x.description.replace(/([a-zA-Z]|\s)+/,'')); | |
444 | -else for(var f=3;f<20;f++)if(eval('new ActiveXObject("ShockwaveFlash.ShockwaveFlash.'+f+'")'))bm.m=f}catch(e){;} | |
445 | -try{bm.y=bmN.javaEnabled()?1:0}catch(e){;} | |
446 | -try{bmS=screen;bm.v^=bm.d=bmS.colorDepth||bmS.pixelDepth;bm.v^=bm.r=bmS.width}catch(e){;} | |
447 | -r=bmD.referrer.slice(7);if(r&&r.split('/')[0]!=window.location.host){bm.f=escape(r);bm.v^=r.length} | |
448 | -bm.v^=window.location.href.length;for(var x in bm) if(/^[ovstcnwmydrf]$/.test(x)) bs[i++]=x+bm[x]; | |
449 | -bmD.write('<sc'+'ript type="text/javascript" language="javascript" src="http://c.bigmir.net/?'+bs.join('&')+'"></sc'+'ript>'); | |
450 | -//--> | |
451 | -</script> | |
452 | -<div id="aaaacccc"> </div> | |
453 | -<noscript> | |
454 | -<a href="http://www.bigmir.net/" target="_blank"><img src="http://c.bigmir.net/?v16840834&s16840834&t2" width="88" height="31" alt="bigmir)net TOP 100" title="bigmir)net TOP 100" border="0" /></a> | |
455 | -</noscript> | |
456 | -<!--bigmir)net TOP 100--> | |
457 | - | |
458 | -<script type="text/javascript"> | |
459 | -/* <![CDATA[ */ | |
460 | -var google_conversion_id = 1038520540; | |
461 | -var google_custom_params = window.google_tag_params; | |
462 | -var google_remarketing_only = true; | |
463 | -/* ]]> */ | |
464 | -</script> | |
465 | -<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> | |
466 | -</script> | |
467 | -<noscript> | |
468 | -<div style="display:inline;"> | |
469 | -<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1038520540/?value=0&guid=ON&script=0"/> | |
470 | -</div> | |
471 | -</noscript> | |
472 | -{/literal} | |
473 | - </div> | |
474 | - <div class="txtc"> | |
475 | - <ul> | |
476 | - <li><a href="{$smarty.const.URL}catalogs/">Êàòàëîã</a></li> | |
477 | - {*<li><a href="{$smarty.const.URL}akcya/">Àêöèè</a></li>*} | |
478 | - <li><a href="{$smarty.const.URL}payment/">Äîñòàâêà è îïëàòà</a></li> | |
479 | - <li><a href="{$smarty.const.URL}catalogs/brends/">Áðåíäû</a></li> | |
480 | - <li><a href="{$smarty.const.URL}shops/">Ìàãàçèíû</a></li> | |
481 | - <li><a href="{$smarty.const.URL}services/">Ñåðâèñ</a></li> | |
482 | - <li><a href="{$smarty.const.URL}vacancy/">Âàêàíñèè</a></li> | |
483 | - <li><a href="{$smarty.const.URL}training/">Îáó÷åíèå</a></li> | |
484 | - </ul> | |
485 | -<br/> | |
486 | -{*<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>*} | |
487 | -{* | |
488 | -<br/><br/> | |
489 | -<a href="http://www.extremstyle.ua/" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;"> | |
490 | -ÅêñòðåìÑòàéë | |
491 | -</a> | |
492 | -{if $rubric.id} | |
493 | -<span typeof="v:Breadcrumb"> | |
494 | ->> <a href="http://www.extremstyle.ua/{$rubric.translit}-catalogs/" rel="v:url" property="v:title" style="text-decoration:none;color: #3C3C3C;"> | |
495 | -{$rubric.name} ❶ â Óêðàèíå | |
496 | -</a> | |
497 | -</span> | |
498 | -{/if} | |
499 | -{if $product.id} | |
500 | -<span typeof="v:Breadcrumb"> | |
501 | ->> <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"> | |
502 | -{$product.name} | |
503 | -</a> | |
504 | -</span> | |
505 | -{/if} | |
506 | -*} | |
507 | - </div> | |
508 | - <div class="both"></div> | |
509 | - </div> | |
510 | - </div> | |
511 | - | |
512 | -<div id="compare"><a href="{$smarty.const.URL}catalogs/compare/"><span>Ñðàâíèòü</span></a></div> | |
513 | - | |
514 | -<!-- Back Pay --> | |
515 | - | |
516 | -{include file="box/pay.tpl"} | |
517 | - | |
518 | -<!-- Back Pay --> | |
519 | - | |
520 | -</div></div> | |
521 | - | |
522 | -{literal} | |
523 | -<script type="text/javascript"> | |
524 | -var _gaq = _gaq || []; | |
525 | -_gaq.push(['_setAccount', 'UA-15799063-3']); | |
526 | -_gaq.push(['_trackPageview']); | |
527 | - | |
528 | -{/literal} | |
529 | -{if count($smarty.get.product)>0} | |
530 | - | |
531 | - | |
532 | -// Îïëàòà | |
533 | -_gaq.push(['_addTrans', | |
534 | -'{$smarty.get.orderID}', // íîìåð çàêàçà - ÿ äóìàþ ID åñòü ó êàæäîãî çàêàçà âîò åãî è ñòàâèì | |
535 | -'', // íàçâàíèå ïàðòíåðà èëè ìàãàçèíà - Íàì ýòî íå íóæíî | |
536 | -'{$smarty.get.total}', // èòîãîâàÿ ñóììàðíàÿ ñòîèìîñòü çàêàçà - îáÿçàòåëüíûé ïàðàìåòð | |
537 | -'', // íàëîãè - ìîæíî ïóñòîå ìåñòî | |
538 | -'', // ñòîèìîñòü äîñòàâêè - ìîæíî ïóñòîå ïîëå | |
539 | -'', // ãîðîäà äîñòàâêè - ìîæíî ïóñòîå ïîëå, õîòÿ ýòà èíôîðìàöèÿ ó íàñ åñòü | |
540 | -'', // ðåãèîí äîñòàâêè - ìîæíî ïóñòîå ïîëå, õîòÿ ýòà èíôîðìàöèÿ ó íàñ åñòü | |
541 | -'' // ñòðàíà äîñòàâêè - ìîæíî ïóñòîå ïîëå | |
542 | -]); | |
543 | - | |
544 | -// Òîâàð (âûâîäèòü äëÿ êàæäîãî òîâàðà èç êàðçèíû) - âûâîäèì äëÿ êàæäîãî òîâàðà â çàêàçå îòäåëüíî ýòîò îáúåêò | |
545 | -{section name=i loop=$smarty.get.product} | |
546 | -_gaq.push(['_addItem', | |
547 | -'{$smarty.get.orderID}', // íîìåð çàêàçà - Äóáëèðóåì ñâåðõó | |
548 | -'{$smarty.get.product[i]|exp:0}', // êîä òîâàðà (èëè SKU) - Ñòàâèì ID òîâàðà èç áàçû | |
549 | -'Èíñòðóêöèÿ ¹1', // íàçâàíèå òîâàðà - Òóò âñå ïîíÿòíî | |
550 | -'Èíñòðóêöèè', // êàòåãîðèÿ èëè âåðñèÿ - Òóò âñå ïîíÿòíî | |
551 | -'{$smarty.get.product[i]|exp:2}', // öåíà çà åäèíèöó - Òóò âñå ïîíÿòíî | |
552 | -'{$smarty.get.product[i]|exp:1}' // êîëè÷åñòâî åäèíèö òîâàðà - Òóò âñå ïîíÿòíî | |
553 | -]); | |
554 | -{/section} | |
555 | -// Îòïðàâêà äàííûõ | |
556 | -_gaq.push(['_trackTrans']); | |
557 | - | |
558 | - | |
559 | -{/if} | |
560 | -{literal} | |
561 | - | |
562 | -(function() { | |
563 | -var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
564 | -ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
565 | -var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
566 | -})(); | |
567 | -</script> | |
568 | -{/literal} | |
569 | - | |
570 | - | |
571 | -{* | |
572 | -<script type="text/javascript"> | |
573 | -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | |
574 | -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | |
575 | -</script> | |
576 | -<script type="text/javascript"> | |
577 | -try { | |
578 | -var pageTracker = _gat._getTracker("UA-15799063-3"); | |
579 | -pageTracker._trackPageview(); | |
580 | -} catch(err) {}</script> | |
581 | -*} | |
582 | - | |
583 | - | |
584 | -{literal} | |
585 | -<!-- seo24.net.ua --> | |
586 | -<a href="http://new.seo24.net.ua/?r=1297" target="_blank"> | |
587 | -<script language="javascript" type="text/javascript"><!-- | |
588 | -id=1297; | |
589 | -d=document;rn="&rn="+Math.random();rf="&rf="+escape(d.referrer); | |
590 | -lc="&lc="+escape(window.location.href); | |
591 | -d.write("<img src='http://new.seo24.net.ua/c/?id="+id+rf+lc+ | |
592 | -"' border='0' width='1' height='1'/>"); | |
593 | -//--></script></a> | |
594 | -<!-- / seo24.net.ua --> | |
595 | - | |
596 | -<!-- Yandex.Metrika counter --> | |
597 | -<script type="text/javascript"> | |
598 | -(function (d, w, c) { | |
599 | - (w[c] = w[c] || []).push(function() { | |
600 | - try { | |
601 | - w.yaCounter11051485 = new Ya.Metrika({id:11051485, | |
602 | - clickmap:true, | |
603 | - trackLinks:true, | |
604 | - accurateTrackBounce:true}); | |
605 | - } catch(e) { } | |
606 | - }); | |
607 | - | |
608 | - var n = d.getElementsByTagName("script")[0], | |
609 | - s = d.createElement("script"), | |
610 | - f = function () { n.parentNode.insertBefore(s, n); }; | |
611 | - s.type = "text/javascript"; | |
612 | - s.async = true; | |
613 | - s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js"; | |
614 | - | |
615 | - if (w.opera == "[object Opera]") { | |
616 | - d.addEventListener("DOMContentLoaded", f, false); | |
617 | - } else { f(); } | |
618 | -})(document, window, "yandex_metrika_callbacks"); | |
619 | -</script> | |
620 | -<noscript><div><img src="//mc.yandex.ru/watch/11051485" style="position:absolute; left:-9999px;" alt="" /></div></noscript> | |
621 | -<!-- /Yandex.Metrika counter --> | |
622 | - | |
623 | -{/literal} | |
624 | - | |
625 | -</body> | |
626 | -</html> | |
627 | 0 | \ No newline at end of file |