Mercurial > hg > digilib-old
changeset 1085:53c61e3e64c7
my annotation test file.
author | robcast |
---|---|
date | Thu, 31 May 2012 21:46:48 +0200 |
parents | 1d3e8f853b9c |
children | 782593171adb |
files | webapp/src/main/webapp/jquery/digilib-ann.html |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/digilib-ann.html Thu May 31 19:13:00 2012 +0200 +++ b/webapp/src/main/webapp/jquery/digilib-ann.html Thu May 31 21:46:48 2012 +0200 @@ -33,9 +33,10 @@ interactionMode : 'fullscreen', showRegionNumbers : true, // URL of annotation server - 'annotationServerUrl' : 'http://localhost:18080/AnnotationManager/annotator', + //'annotationServerUrl' : 'http://localhost:18080/AnnotationManager/annotator', + 'annotationServerUrl' : 'http://virtuoso.mpiwg-berlin.mpg.de:8080/AnnotationManager/annotator', // URL of authentication token server - 'annotationTokenUrl' : 'http://localhost:8080/test/annotator/token?user=anonymous', + 'annotationTokenUrl' : 'http://r583-1.mpiwg-berlin.mpg.de:8080/test/annotator/token?user=anonymous', }; var $div = $('div#digilib'); $div.digilib(opts);