File tree Expand file tree Collapse file tree
examples/deepzoom/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!doctype html>
22< title > Available Slides</ title >
33
4- < style type =" text/css " >
4+ < style >
55li {
66 list-style-type : none;
77 margin : 0.4em 0 ;
Original file line number Diff line number Diff line change 22< meta charset ="utf-8 ">
33< title > {{ slide_filename }}</ title >
44
5- < style type =" text/css " >
5+ < style >
66html {
77 overflow : hidden;
88}
2222
2323< div id ="view "> </ div >
2424
25- < script type =" text/javascript " src ="{{ url_for('static', filename='jquery.js') }} "> </ script >
26- < script type =" text/javascript " src ="{{ url_for('static', filename='openseadragon.js') }} "> </ script >
27- < script type =" text/javascript " src ="{{ url_for('static', filename='openseadragon-scalebar.js') }} "> </ script >
28- < script type =" text/javascript " >
25+ < script src ="{{ url_for('static', filename='jquery.js') }} "> </ script >
26+ < script src ="{{ url_for('static', filename='openseadragon.js') }} "> </ script >
27+ < script src ="{{ url_for('static', filename='openseadragon-scalebar.js') }} "> </ script >
28+ < script >
2929$ ( function ( ) {
3030 var viewer = new OpenSeadragon ( {
3131 id : "view" ,
Original file line number Diff line number Diff line change 33< title > Slide Viewer</ title >
44< meta name ="viewport " content ="user-scalable=no ">
55
6- < style type =" text/css " >
6+ < style >
77html {
88 overflow : hidden;
99}
@@ -110,10 +110,10 @@ <h1>Slide properties</h1>
110110 {% endif %}
111111</ div >
112112
113- < script type =" text/javascript " src ="static/jquery.js "> </ script >
114- < script type =" text/javascript " src ="static/openseadragon.js "> </ script >
115- < script type =" text/javascript " src ="static/openseadragon-scalebar.js "> </ script >
116- < script type =" text/javascript " >
113+ < script src ="static/jquery.js "> </ script >
114+ < script src ="static/openseadragon.js "> </ script >
115+ < script src ="static/openseadragon-scalebar.js "> </ script >
116+ < script >
117117$ ( function ( ) {
118118 var dzi_data = { { dzi_data | default ( '{}' ) | safe } } ;
119119 var viewer = new OpenSeadragon ( {
You can’t perform that action at this time.
0 commit comments