DIR : /home/kozerus/public_html/zm/Assets/ViewInLink/PopUpPage.htm
/home/kozerus/public_html/zm/Assets/ViewInLink
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="../../ZoomifyImageViewer.js"></script>
<style type="text/css"> #myContainer { width: 900px; height: 550px } </style>
<script type="text/javascript" >
var urlString = document.location.href;
var paramIndex = urlString.indexOf("?")+1;
var paramString = urlString.substring(paramIndex,urlString.length);
var imagePathEndIndex = paramString.indexOf("&");
var imagePath = paramString.substring("zImagePath=".length,imagePathEndIndex);
var optionalParams = paramString.substring(imagePathEndIndex+1,paramString.length);
Z.showImage("myContainer", imagePath, optionalParams);
</script>
</head>
<body>
<div align="center"><br>
<table width="100" border=0 align="center" cellpadding=1 cellspacing=0 bgcolor=#000000 >
<tr>
<td>
<table width=100% border=0 align="center" cellpadding=0 cellspacing=0 bgcolor=#ffffff>
<tr>
<td>
<div id="myContainer"></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer