comparison webapp/src/main/webapp/jquery/digilib-ann.html @ 1085:53c61e3e64c7

my annotation test file.
author robcast
date Thu, 31 May 2012 21:46:48 +0200
parents 1d3e8f853b9c
children 34f893492adb
comparison
equal deleted inserted replaced
1084:1d3e8f853b9c 1085:53c61e3e64c7
31 $(document).ready(function(){ 31 $(document).ready(function(){
32 var opts = { 32 var opts = {
33 interactionMode : 'fullscreen', 33 interactionMode : 'fullscreen',
34 showRegionNumbers : true, 34 showRegionNumbers : true,
35 // URL of annotation server 35 // URL of annotation server
36 'annotationServerUrl' : 'http://localhost:18080/AnnotationManager/annotator', 36 //'annotationServerUrl' : 'http://localhost:18080/AnnotationManager/annotator',
37 'annotationServerUrl' : 'http://virtuoso.mpiwg-berlin.mpg.de:8080/AnnotationManager/annotator',
37 // URL of authentication token server 38 // URL of authentication token server
38 'annotationTokenUrl' : 'http://localhost:8080/test/annotator/token?user=anonymous', 39 'annotationTokenUrl' : 'http://r583-1.mpiwg-berlin.mpg.de:8080/test/annotator/token?user=anonymous',
39 }; 40 };
40 var $div = $('div#digilib'); 41 var $div = $('div#digilib');
41 $div.digilib(opts); 42 $div.digilib(opts);
42 }); 43 });
43 44