annotate src/main/webapp/tags/index.html @ 82:0554e29069ec

jsontoken 1.1 artefact is public now.
author casties
date Mon, 19 Jan 2015 10:13:20 +0100
parents 30c2e7d4eaf9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
2 <html>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
3 <head>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
31
9f653697437e annotationbrowser
dwinter
parents: 30
diff changeset
5 <title>Browse By Tags</title>
56
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
6 <script type="text/javascript" src="../annotationBrowser/js/jquery.min.js"></script>
37
34b9d044d0bf authorisation added
dwinter
parents: 31
diff changeset
7 <script type="text/javascript" src="../annotationBrowser/js/annotation-core.js"></script>
34b9d044d0bf authorisation added
dwinter
parents: 31
diff changeset
8 <script type="text/javascript" src="../annotationBrowser/js/tag.js"></script>
56
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
9 <link rel="stylesheet" type="text/css" href="../annotationBrowser/css/tag.css" />
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
10 <script type="text/javascript">
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
11 var annotServer = "../annotator/";
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
12 //var viewerAddress = "http://libcoll.mpiwg-berlin.mpg.de/libviewa?url=";
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
13 //var docNamespace = "http://echo.mpiwg-berlin.mpg.de/documents/";
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
14 //var dcDataPath = "http://libcoll.mpiwg-berlin.mpg.de/metadata/getDCDataFromPath?path=";
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
15 //var textPath = "http://digilib.mpiwg-berlin.mpg.de/digitallibrary/servlet/Texter?fn=";
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
16 </script>
30
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
17 </head>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
18 <body>
56
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
19 <h2>Tags</h2>
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
20 <div id="viewer">
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
21 <div id="tagList"></div>
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
22 <div id="annotations"></div>
30c2e7d4eaf9 CLOSED - # 1: AnnotationServer configuration
casties
parents: 37
diff changeset
23 </div>
30
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
24 </body>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
25 </html>