open.tpl
4.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<div class="leftbar">
<div class="txtbig">Êàòàëîã</div>
{$catalog_ul}
</div>
<div class="content">
{if $product.id eq 1309}
{literal}
<div id="GoPro4_SESSION30747010">
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
</div>
<script type="text/javascript" src="/js/panorama/orbitvu12_basic/swfobject.js"></script>
<script type="text/javascript" src="/js/panorama/orbitvu12_basic/orbitvu.js"></script>
<script type="text/javascript">
inject_orbitvu('GoPro4_SESSION30747010', // id of the viewer container element which is defined above
'/js/panorama/orbitvu12_basic/orbitvuer12.swf', // location of viewer swf file
'/js/panorama/orbitvu12_basic/expressInstall.swf', // location of flash installer file
{ovus_folder: "/js/panorama/GoPro4_SESSION/", // location of presentation files (can be absolute or relative url)
content2: "yes",
width: "350" ,
height: "350"
});
</script>
{/literal}
{/if}
{if $product.id eq 1308}
{literal}
<div id="GoPro_heroplus_lcd1560374">
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
</div>
<script type="text/javascript" src="/js/panorama/orbitvu12_basic/swfobject.js"></script>
<script type="text/javascript" src="/js/panorama/orbitvu12_basic/orbitvu.js"></script>
<script type="text/javascript">
inject_orbitvu('GoPro_heroplus_lcd1560374', // id of the viewer container element which is defined above
'/js/panorama/orbitvu12_basic/orbitvuer12.swf', // location of viewer swf file
'/js/panorama/orbitvu12_basic/expressInstall.swf', // location of flash installer file
{ovus_folder: "/js/panorama/GoPro_heroplus_lcd/", // location of presentation files (can be absolute or relative url)
content2: "yes",
width: "350" ,
height: "350"
});
</script>
{/literal}
{/if}
{if count($gallery)>0}
<div id="jcarousel"></div>
<ul id="mycarousel2" class="jcarousel-skin-tango2">
{section name=i loop=$gallery}
<li>
<a href="{$url_lang}/ajax/gallery/{$gallery[i].id}/" class="jcarousel_gall" title="{$gallery[i].name|stripslashes|escape:"html"}"><img src="{$config->url}/pics/catalogs_gallery/{$gallery[i].pic}" border="0" width="64" height="42" />{if $gallery[i].type eq 'video'}<img src="{$config->url}/img/play.png" border="0" width="23" height="23" class="play" />{/if}</a>
</li>
{/section}
</ul>
{/if}
<h1>{$product.name|stripslashes}</h1>
<div class="fr">
<a href="{$url_lang}/shops" class="inbasket"><span>Äå êóïèòè</span></a><br />
{if $product.video_code}<a href="{$url_lang}/ajax/product_video/{$product.id}/" rel="content-863-490" class="pirobox_gall invideo"><span>Ïîäèâèòèñÿ â³äåî</span></a>{/if}
</div>
<div class="code">{$product.code}</div>
{*
<div class="cost"><span>ðåêîìåíäîâàííàÿ<br />öåíà</span> {$product.cost} ãðí</div>
*}
<div class="both"></div>
{if $product.status eq 0}<p class="txtgreen">Â íàÿâíîñò³</p>
{elseif $product.status eq 1}<p class="txtred">Î÷³êóºòüñÿ</p>{/if}
<ul class="list" id="list">
{if $product.text}<li id="tab31"><a href="#etab31">Îïèñ</a></li>{/if} {if $product.features}<li id="tab32"><a href="#etab32">Õàðàêòåðèñòèêè</a></li>{/if} {if $product.video_code}<li><a href="{$url_lang}/ajax/product_video/{$product.id}/" rel="content-863-490" class="pirobox_gall">³äåî</a></li>{/if}</ul>
<div class="tab_container">
<div id="etab31" class="tab_content">{$product.text|stripslashes}</div>
<div id="etab32" class="tab_content">{$product.features|stripslashes}</div>
</div><div class="both"></div>
</div><div class="both"></div>