changeset 51:d99b915c6ed0

updated index page.
author casties
date Thu, 27 Sep 2012 17:37:05 +0200
parents 64aa756c60cc
children a52c597075dc
files src/main/webapp/index.html
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/index.html	Thu Sep 27 17:12:08 2012 +0200
+++ b/src/main/webapp/index.html	Thu Sep 27 17:37:05 2012 +0200
@@ -11,17 +11,20 @@
 
 <body>
   <h1>Annotation Server</h1>
-  <h2>View - Annotations without restrictions</h2>
+  <h2>View public Annotations</h2>
   <ul>
     <li><a href="tags">View tags</a></li>
     <li><a href="annotationBrowser">All Annotations</a></li>
   </ul>
-  <h2>View - restricted Annotations with log-in  </h2>
-  <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</li>
+  <h2>View non-public Annotations with log-in  </h2>
+  <ul>
+    <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</a></li>
+  </ul>
   <h2>Admin</h2>
 	<ul>
 		<li><a href="annotations/groups">View and edit groups</a></li>
     <li><a href="annotations/persons">View and edit persons</a></li>
+    <li><a href="annotations/annotations">View and edit annotations</a></li>
 	</ul>
 </body>
 </html>