Mercurial > hg > digilib
comparison webapp/src/main/webapp/jquery/jquery-test-embedded.html @ 1237:c3f4f1c02b11
digilib reads configuration from digilib.properties file in classpath (if digilib-config.xml is not found).
author | robcast |
---|---|
date | Tue, 14 Jan 2014 09:44:22 +0100 |
parents | c745a9e6d579 |
children | db95aa93ce7a |
comparison
equal
deleted
inserted
replaced
1236:e8862382a8f2 | 1237:c3f4f1c02b11 |
---|---|
65 | 65 |
66 <script type="text/javascript"> | 66 <script type="text/javascript"> |
67 $(document).ready(function(){ | 67 $(document).ready(function(){ |
68 var opts = { | 68 var opts = { |
69 interactionMode : 'embedded', | 69 interactionMode : 'embedded', |
70 saveStateInCookie : false, | |
70 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', | 71 scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', |
71 showRegionNumbers : false, | 72 showRegionNumbers : false, |
72 autoRegionLinks : true | 73 autoRegionLinks : true |
73 }; | 74 }; |
74 var $div = $('div.digilib'); | 75 var $div = $('div.digilib'); |