Mercurial > hg > AnnotationManagerN4J
comparison src/main/webapp/index.html @ 54:a8b9b2391ef3
starting cleanup of annotationbrowser.
| author | casties |
|---|---|
| date | Mon, 19 Nov 2012 11:29:58 +0100 |
| parents | d99b915c6ed0 |
| children | 3d1a00418b42 f9ee715ee9e9 |
comparison
equal
deleted
inserted
replaced
| 53:fc4c23247bb5 | 54:a8b9b2391ef3 |
|---|---|
| 14 <h2>View public Annotations</h2> | 14 <h2>View public Annotations</h2> |
| 15 <ul> | 15 <ul> |
| 16 <li><a href="tags">View tags</a></li> | 16 <li><a href="tags">View tags</a></li> |
| 17 <li><a href="annotationBrowser">All Annotations</a></li> | 17 <li><a href="annotationBrowser">All Annotations</a></li> |
| 18 </ul> | 18 </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> | |
| 20 <ul> | 21 <ul> |
| 21 <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</a></li> | 22 <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</a></li> |
| 22 </ul> | 23 </ul> |
| 24 --> | |
| 23 <h2>Admin</h2> | 25 <h2>Admin</h2> |
| 24 <ul> | 26 <ul> |
| 25 <li><a href="annotations/groups">View and edit groups</a></li> | 27 <li><a href="annotations/groups">View and edit groups</a></li> |
| 26 <li><a href="annotations/persons">View and edit persons</a></li> | 28 <li><a href="annotations/persons">View and edit persons</a></li> |
| 27 <li><a href="annotations/annotations">View and edit annotations</a></li> | 29 <li><a href="annotations/annotations">View and edit annotations</a></li> |
| 28 </ul> | 30 </ul> |
| 29 </body> | 31 </body> |
| 30 </html> | 32 </html> |
