Changeset 51:d99b915c6ed0 in AnnotationManagerN4J for src/main/webapp/index.html
- Timestamp:
- Sep 27, 2012, 3:37:05 PM (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/webapp/index.html
r37 r51 12 12 <body> 13 13 <h1>Annotation Server</h1> 14 <h2>View - Annotations without restrictions</h2>14 <h2>View public Annotations</h2> 15 15 <ul> 16 16 <li><a href="tags">View tags</a></li> 17 17 <li><a href="annotationBrowser">All Annotations</a></li> 18 18 </ul> 19 <h2>View - restricted Annotations with log-in </h2> 20 <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</li> 19 <h2>View non-public Annotations with log-in </h2> 20 <ul> 21 <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</a></li> 22 </ul> 21 23 <h2>Admin</h2> 22 24 <ul> 23 25 <li><a href="annotations/groups">View and edit groups</a></li> 24 26 <li><a href="annotations/persons">View and edit persons</a></li> 27 <li><a href="annotations/annotations">View and edit annotations</a></li> 25 28 </ul> 26 29 </body>
Note: See TracChangeset
for help on using the changeset viewer.