diff 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
line wrap: on
line diff
--- a/src/main/webapp/index.html	Thu Nov 15 15:05:34 2012 +0100
+++ b/src/main/webapp/index.html	Mon Nov 19 11:29:58 2012 +0100
@@ -16,15 +16,17 @@
     <li><a href="tags">View tags</a></li>
     <li><a href="annotationBrowser">All Annotations</a></li>
   </ul>
-  <h2>View non-public Annotations with log-in  </h2>
+  <!-- TODO: should be configurable
+  <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>
+  <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>
+  </ul>
 </body>
 </html>