# HG changeset patch # User hertzhaft # Date 1298309864 -3600 # Node ID eff74cfaaf97b43495aac0db1421c5b7864dbe2c # Parent 60e8cca7ac8125ec431f9b05a829c74aa2ca5ef6 read regions from HTML (not working yet), show info diff -r 60e8cca7ac81 -r eff74cfaaf97 client/digitallibrary/jquery/jquery-test-full.html --- a/client/digitallibrary/jquery/jquery-test-full.html Mon Feb 21 01:20:22 2011 +0100 +++ b/client/digitallibrary/jquery/jquery-test-full.html Mon Feb 21 18:37:44 2011 +0100 @@ -70,7 +70,8 @@ var opts = { interactionMode : 'fullscreen', scalerBaseUrl : 'http://digilib.biblhertz.it/digilib04/servlet/Scaler', - showRegionNumbers : true + showRegionNumbers : true, + includeRegionContent : true }; var $div = $('div.digilib'); $div.digilib(opts); @@ -83,6 +84,12 @@