diff src/main/webapp/index.html @ 32:0731c4549065

UI for editing groups and persons works now. (still no authorisation!)
author casties
date Tue, 25 Sep 2012 21:59:21 +0200
parents b1fb0d117877
children 8427930c5f88
line wrap: on
line diff
--- a/src/main/webapp/index.html	Tue Sep 25 16:08:11 2012 +0200
+++ b/src/main/webapp/index.html	Tue Sep 25 21:59:21 2012 +0200
@@ -11,8 +11,14 @@
 
 <body>
 	<h1>Annotation Server</h1>
+	<h2>View</h2>
+  <ul>
+    <li><a href="tags">View tags</a></li>
+  </ul>
+  <h2>Admin</h2>
 	<ul>
-		<li><a href="groups">View and edit groups</a></li>
+		<li><a href="annotations/groups">View and edit groups</a></li>
+    <li><a href="annotations/persons">View and edit persons</a></li>
 	</ul>
 </body>
 </html>