annotate src/main/webapp/annotationBrowser/index.html @ 56:30c2e7d4eaf9

CLOSED - # 1: AnnotationServer configuration https://it-dev.mpiwg-berlin.mpg.de/tracs/Annotations/ticket/1
author casties
date Tue, 20 Nov 2012 16:54:03 +0100
parents a8b9b2391ef3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
2 <html>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
3 <head>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
54
a8b9b2391ef3 starting cleanup of annotationbrowser.
casties
parents: 37
diff changeset
5 <title>Annotation browser</title>
56
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
6 <script type="text/javascript" src="js/jquery.min.js"></script>
54
a8b9b2391ef3 starting cleanup of annotationbrowser.
casties
parents: 37
diff changeset
7 <script type="text/javascript" src="js/annotation-core.js"></script>
a8b9b2391ef3 starting cleanup of annotationbrowser.
casties
parents: 37
diff changeset
8 <script type="text/javascript" src="js/annotation.js"></script>
56
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
9 <link rel="stylesheet" type="text/css" href="css/annotation.css" />
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
10 <script type="text/javascript">
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
11 var annotServer = "../annotator/";
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
12 //var annotServer = "http://tuxserve03.mpiwg-berlin.mpg.de/AnnotationManager/annotator/";
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
13 //var viewerAddress = "http://libcoll.mpiwg-berlin.mpg.de/libviewa?url=";
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
14 //var docNamespace = "http://echo.mpiwg-berlin.mpg.de/documents/";
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
15 //var dcDataPath = "http://libcoll.mpiwg-berlin.mpg.de/metadata/getDCDataFromPath?path=";
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
16 //var textPath = "http://digilib.mpiwg-berlin.mpg.de/digitallibrary/servlet/Texter?fn=";
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
17 </script>
31
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
18 </head>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
19 <body>
56
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
20 <h2>Annotations</h2>
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
21 <div id="viewer">
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
22 <div id="tagList"></div>
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
23 <div id="annotations"></div>
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 54
diff changeset
24 </div>
31
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
25 </body>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
26 </html>