comparison src/main/webapp/index.html @ 51:d99b915c6ed0

updated index page.
author casties
date Thu, 27 Sep 2012 17:37:05 +0200
parents 34b9d044d0bf
children a8b9b2391ef3
comparison
equal deleted inserted replaced
50:64aa756c60cc 51:d99b915c6ed0
9 9
10 </head> 10 </head>
11 11
12 <body> 12 <body>
13 <h1>Annotation Server</h1> 13 <h1>Annotation Server</h1>
14 <h2>View - Annotations without restrictions</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 - restricted Annotations with log-in </h2> 19 <h2>View non-public Annotations with log-in </h2>
20 <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</li> 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 <h2>Admin</h2> 23 <h2>Admin</h2>
22 <ul> 24 <ul>
23 <li><a href="annotations/groups">View and edit groups</a></li> 25 <li><a href="annotations/groups">View and edit groups</a></li>
24 <li><a href="annotations/persons">View and edit persons</a></li> 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 </ul> 28 </ul>
26 </body> 29 </body>
27 </html> 30 </html>