view src/main/webapp/tags/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 34b9d044d0bf
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Browse By Tags</title>
<script type="text/javascript" src="../annotationBrowser/js/jquery.min.js"></script>
<script type="text/javascript" src="../annotationBrowser/js/annotation-core.js"></script>
<script type="text/javascript" src="../annotationBrowser/js/tag.js"></script>
<link rel="stylesheet" type="text/css" href="../annotationBrowser/css/tag.css" />
<script type="text/javascript">
  var annotServer = "../annotator/";
  //var viewerAddress = "http://libcoll.mpiwg-berlin.mpg.de/libviewa?url=";
  //var docNamespace = "http://echo.mpiwg-berlin.mpg.de/documents/";
  //var dcDataPath = "http://libcoll.mpiwg-berlin.mpg.de/metadata/getDCDataFromPath?path=";
  //var textPath = "http://digilib.mpiwg-berlin.mpg.de/digitallibrary/servlet/Texter?fn=";
</script>
</head>
<body>
  <h2>Tags</h2>
  <div id="viewer">
    <div id="tagList"></div>
    <div id="annotations"></div>
  </div>
</body>
</html>