comparison src/main/webapp/imageServer/displayDigi.jsp @ 214:02bdc92bd594

try to update IIIF server URL to Medeniyet.
author casties
date Mon, 10 Jan 2022 18:07:15 +0100
parents 964846688a95
children 93d33f138c9e
comparison
equal deleted inserted replaced
213:38c13c8e9b78 214:02bdc92bd594
154 }); 154 });
155 } 155 }
156 156
157 window.divaInstance = new Diva('diva-wrapper', 157 window.divaInstance = new Diva('diva-wrapper',
158 { 158 {
159 objectData: "https://ismi-imageserver-cc.mpiwg-berlin.mpg.de/iiif/manifests/<%=digiBean.getDigiLabel()%>.json", 159 objectData: "https://ismi.medeniyet.edu.tr/iiif/manifests/<%=digiBean.getDigiLabel()%>.json",
160 plugins: [Diva.SimpleAuthPlugin], 160 plugins: [Diva.SimpleAuthPlugin],
161 simpleAuthTokenUrl: divaGlobal.auth_token_url, 161 simpleAuthTokenUrl: divaGlobal.auth_token_url,
162 simpleAuthLoginUrl: divaGlobal.auth_login_url, 162 simpleAuthLoginUrl: divaGlobal.auth_login_url,
163 enableAutoTitle: false, 163 enableAutoTitle: false,
164 enableGotoPage: false, 164 enableGotoPage: false,