-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
16 lines (16 loc) · 1001 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html lang="en">
<div id="toolbarDiv" class="toolbar" style="width: 100%; height: 5%; position: relative;">
<div id="title" style="display: inline-block; *display: inline; vertical-align: top; width: 33%;text-align: center;">
</div>
<div id="image_number" style="display: inline-block; *display: inline; vertical-align: top; width:33%; text-align: center;">
</div>
<div style="display: inline-block; *display: inline; width:33%" class="btn-group">
<button type="button" onclick="prevImage()" style="height:80%;width:50%;float:left;"> Prev </button>
<button type="button" onclick="nextImage()" style="height:80%;width:50%;float:left;"> Next </button>
</div>
</div>
<div id="seadragon-viewer" style="width: 100%; height: 90%;" ></div>
<script src="//cdn.jsdelivr.net/npm/openseadragon@2.3/build/openseadragon/openseadragon.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src="movie.js"></script>
</html>