Changeset 56:30c2e7d4eaf9 in AnnotationManagerN4J for src/main/webapp/tags/index.html


Ignore:
Timestamp:
Nov 20, 2012, 3:54:03 PM (12 years ago)
Author:
casties
Branch:
default
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/webapp/tags/index.html

    r37 r56  
    44<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    55<title>Browse By Tags</title>
    6 <script type="text/javascript" src="../annotationBrowser/js/jquery-1.8.2.min.js"></script>
     6<script type="text/javascript" src="../annotationBrowser/js/jquery.min.js"></script>
    77<script type="text/javascript" src="../annotationBrowser/js/annotation-core.js"></script>
    88<script type="text/javascript" src="../annotationBrowser/js/tag.js"></script>
    9 <link rel="stylesheet" type="text/css" href="../annotationBrowser/css/tag.css"/>
     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>
    1017</head>
    1118<body>
    12 <h2>Tags</h2>
    13 <div id="viewer">
    14 <div id="tagList"></div>
    15 <div id="annotations"></div>
    16 </div>
     19  <h2>Tags</h2>
     20  <div id="viewer">
     21    <div id="tagList"></div>
     22    <div id="annotations"></div>
     23  </div>
    1724</body>
    1825</html>
Note: See TracChangeset for help on using the changeset viewer.