-
Notifications
You must be signed in to change notification settings - Fork 0
/
detail.html
76 lines (63 loc) · 1.89 KB
/
detail.html
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
<!-- $title Elion E-pood -->
<!-- $description Responsive e-shop based on TS brandzone grid -->
<!-- @include _header.html -->
<!-- @include _mainnav.html -->
<!-- @include _breadcrumbs.html -->
<!-- @include _detail-upper.html -->
<section class="tsr-section-divider">
<div class="container">
<h6>
Soovid osta järelmaksuga?
</h6>
</div>
</section>
<!-- @include _leasing-info.html -->
<section class="tsr-section-divider">
<div class="container">
<h6>
Rohkem infot?
</h6>
</div>
</section>
<!-- @include _additional-info.html -->
<section class="tsr-section-divider hidden-print">
<div class="container">
<h6>
Pildid ja videod
</h6>
</div>
</section>
<!-- @include _additional-images.html -->
<section class="tsr-section-divider tsr-color-purple">
<div class="container">
<h6>
Sarnased tooted
</h6>
</div>
</section>
<!-- @include _product-slider-detail.html -->
<!-- <div class="ee-accordion hidden-md hidden-large">
<div class="panel">
<div class="panel-heading">
<h6 class="panel-title">
<a href="javascript:void(0)" class="collapsed" data-toggle="collapse" data-target="#similarProducts">Sarnased tooted</a>
</h6>
</div>
</div>
</div>
<div id="similarProducts" class="collapse">
<div class="hidden-md hidden-large">
</div>
</div> -->
<!-- @include _support.html -->
<!-- @include _footer.html -->
<script src="assets/js/handlebars/hbs-product-detail.hbs"></script>
<script src="assets/js/handlebars/hbs-technical-table.hbs"></script>
<script src="assets/js/handlebars/hbs-reviews.hbs"></script>
<script src="assets/js/handlebars/hbs-slider-detail.hbs"></script>
<script src="assets/js/handlebars/hbs-products.hbs"></script>
<script type="text/javascript">
// require(['/assets/js/setup.js'], function (setup) {
// require(['detail']);
// });
</script>