Commit a85a4ff0 authored by Sebastien Robin's avatar Sebastien Robin

use newly imported images

parent 9f77778a
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
<div class="well"> <div class="well">
<ul class="nav nav-list"> <ul class="nav nav-list">
<li class="nav-header">Images</li> <li class="nav-header">Images</li>
<li autofocus="autofocus"><a href="#image/hs-2007-16-a-full_jpg"><i class="icon-star"></i>hs-2007-16-a-full_jpg</a></li> <li autofocus="autofocus"><a href="#image/openphotonet_imgp0034-1"><i class="icon-star"></i> openphotonet_imgp0034-1</a></li>
<li><a href="#image/copy"><i class="icon-star"></i>copy</a></li> <li><a href="#image/openphotonet_s5000563"><i class="icon-star"></i>openphotonet_s5000563</a></li>
</ul> </ul>
</div> </div>
</div> </div>
......
...@@ -38,12 +38,12 @@ ...@@ -38,12 +38,12 @@
} }
zoomify_url = "image/" + id + "/"; zoomify_url = "image/" + id + "/";
//XXX look at the xml definition inside image folder //XXX look at the xml definition inside image folder
if (id == 'hs-2007-16-a-full_jpg') { if (id == 'openphotonet_imgp0034-1') {
zoomify_width = 29566; zoomify_width = 4672;
zoomify_height = 14321; zoomify_height = 3104;
} else { } else if (id == 'openphotonet_s5000563') {
zoomify_width = 1277; zoomify_width = 2592;
zoomify_height = 754; zoomify_height = 1944;
} }
$(this).form('render', 'image', {'image_id': id}); $(this).form('render', 'image', {'image_id': id});
$(loadOpenLayerZoomedImage); $(loadOpenLayerZoomedImage);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment