source: AnnotationManagerN4J/src/main/webapp/tags/index.html @ 56:30c2e7d4eaf9

Last change on this file since 56:30c2e7d4eaf9 was 56:30c2e7d4eaf9, checked in by casties, 11 years ago

CLOSED - # 1: AnnotationServer? configuration
https://it-dev.mpiwg-berlin.mpg.de/tracs/Annotations/ticket/1

File size: 1.1 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5<title>Browse By Tags</title>
6<script type="text/javascript" src="../annotationBrowser/js/jquery.min.js"></script>
7<script type="text/javascript" src="../annotationBrowser/js/annotation-core.js"></script>
8<script type="text/javascript" src="../annotationBrowser/js/tag.js"></script>
9<link rel="stylesheet" type="text/css" href="../annotationBrowser/css/tag.css" />
10<script type="text/javascript">
11  var annotServer = "../annotator/";
12  //var viewerAddress = "http://libcoll.mpiwg-berlin.mpg.de/libviewa?url=";
13  //var docNamespace = "http://echo.mpiwg-berlin.mpg.de/documents/";
14  //var dcDataPath = "http://libcoll.mpiwg-berlin.mpg.de/metadata/getDCDataFromPath?path=";
15  //var textPath = "http://digilib.mpiwg-berlin.mpg.de/digitallibrary/servlet/Texter?fn=";
16</script>
17</head>
18<body>
19  <h2>Tags</h2>
20  <div id="viewer">
21    <div id="tagList"></div>
22    <div id="annotations"></div>
23  </div>
24</body>
25</html>
Note: See TracBrowser for help on using the repository browser.