Changeset 54:a8b9b2391ef3 in AnnotationManagerN4J for src


Ignore:
Timestamp:
Nov 19, 2012, 10:29:58 AM (11 years ago)
Author:
casties
Branch:
default
Message:

starting cleanup of annotationbrowser.

Location:
src/main/webapp
Files:
2 edited

Legend:

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

    r37 r54  
    33<head>
    44<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    5 <title>Annotatons</title>
    6 <script type="text/javascript" src="./js/jquery-1.8.2.min.js"></script>
    7 <script type="text/javascript" src="../annotationBrowser/js/annotation-core.js"></script>
    8 <script type="text/javascript" src="./js/annotation.js"></script>
    9 <link rel="stylesheet" type="text/css" href="./css/annotation.css"/>
     5<title>Annotation browser</title>
     6<script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
     7<script type="text/javascript" src="js/annotation-core.js"></script>
     8<script type="text/javascript" src="js/annotation.js"></script>
     9<link rel="stylesheet" type="text/css" href="css/annotation.css"/>
    1010</head>
    1111<body>
  • src/main/webapp/index.html

    r51 r54  
    1717    <li><a href="annotationBrowser">All Annotations</a></li>
    1818  </ul>
    19   <h2>View non-public Annotations with log-in  </h2>
     19  <!-- TODO: should be configurable
     20  <h2>View non-public Annotations with log-in</h2>
    2021  <ul>
    2122    <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</a></li>
    2223  </ul>
     24-->
    2325  <h2>Admin</h2>
    24         <ul>
    25                 <li><a href="annotations/groups">View and edit groups</a></li>
     26  <ul>
     27    <li><a href="annotations/groups">View and edit groups</a></li>
    2628    <li><a href="annotations/persons">View and edit persons</a></li>
    2729    <li><a href="annotations/annotations">View and edit annotations</a></li>
    28         </ul>
     30  </ul>
    2931</body>
    3032</html>
Note: See TracChangeset for help on using the changeset viewer.