Mercurial > hg > digilib
changeset 1292:234f696fb809
updated annotator plugin config in html files.
author | robcast |
---|---|
date | Fri, 30 May 2014 11:12:57 +0200 |
parents | bd333826fb7a |
children | 6cff723fc149 |
files | webapp/src/main/webapp/jquery/digilib-ann.html webapp/src/main/webapp/jquery/digilib-mpiwg.html |
diffstat | 2 files changed, 2 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/digilib-ann.html Fri May 23 10:31:31 2014 +0200 +++ b/webapp/src/main/webapp/jquery/digilib-ann.html Fri May 30 11:12:57 2014 +0200 @@ -37,17 +37,12 @@ interactionMode : 'fullscreen', showRegionNumbers : true, // URL of annotation server - //'annotationServerUrl' : 'http://tuxserve03.mpiwg-berlin.mpg.de/AnnotationManager/annotator', 'annotationServerUrl' : 'http://localhost:18080/AnnotationManagerN4J/annotator', // are annotations read-only? 'annotationsReadOnly' : false, // URL of authentication token server - //'annotationTokenUrl' : 'http://libcoll.mpiwg-berlin.mpg.de/libviewa/template/token/getLoginToken', - // URL of safe authentication token server - //'annotationSafeTokenUrl' : 'https://libcoll.mpiwg-berlin.mpg.de/libviewa/template/token/getLoginToken', - 'annotationTokenUrl' : 'http://localhost:8080/test/annotator/token/getLoginToken', + //'annotationTokenUrl' : 'http://localhost:8080/test/annotator/token/getLoginToken', // list of Annotator plugins - //'annotatorPlugins' : ['Auth', 'Permissions', 'Store', 'Markdown', 'DigilibIntegrator'] 'annotatorPlugins' : ['Auth', 'Permissions', 'Markdown'] }; var $div = $('div#digilib');
--- a/webapp/src/main/webapp/jquery/digilib-mpiwg.html Fri May 23 10:31:31 2014 +0200 +++ b/webapp/src/main/webapp/jquery/digilib-mpiwg.html Fri May 30 11:12:57 2014 +0200 @@ -50,7 +50,7 @@ return 'http://echo.mpiwg-berlin.mpg.de/documents'+(fn.charAt(0)==='/'?'':'/')+fn+'?pn='+data.settings.pn; }, // list of Annotator plugins - 'annotatorPlugins' : ['Auth', 'Permissions', 'Store', 'Markdown', 'DigilibIntegrator'] + 'annotatorPlugins' : ['Auth', 'Permissions', 'Markdown'] }; var $div = $('div#digilib'); $div.digilib(opts);