summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-17 21:32:31 -0400
committerJules Laplace <jules@okfoc.us>2015-09-17 21:36:07 -0400
commit04e0bbd20259cef3b72a0f487b6f2be21e8a4070 (patch)
tree2cbee459d9e72181fbf4c22ed0b5968acdbe7513 /StoneIsland/www/index.html
parent5d68db92b37545fb03332a46b01d0f1aad8ce64b (diff)
split gallery into own view
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>