summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index e25396b0..25220af4 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -143,10 +143,16 @@
<div id="product">
<div class="scroll">
- <span class="left"></span>
- <span class="right"></span>
- <div class="gallery">
- <img src="">
+ <div id="gallery">
+ <span class="left"></span>
+ <span class="right"></span>
+ <div class="slider">
+ <script type="text/html" class="template">
+ <div class="item">
+ <img src="{{image}}">
+ </div>
+ </script>
+ </div>
</div>
<div class="content">
<h2><b class="num"></b><span class="title"></h2>
@@ -360,6 +366,7 @@
<script src="js/lib/products/CollectionView.js"></script>
<script src="js/lib/products/ProductView.js"></script>
+<script src="js/lib/products/GalleryView.js"></script>
<script src="js/lib/products/Selector.js"></script>
<script src="js/lib/blogs/BlogView.js"></script>