comparison 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
comparison
equal deleted inserted replaced
30:05b631a084d0 32:0731c4549065
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</h2>
15 <ul>
16 <li><a href="tags">View tags</a></li>
17 </ul>
18 <h2>Admin</h2>
14 <ul> 19 <ul>
15 <li><a href="groups">View and edit groups</a></li> 20 <li><a href="annotations/groups">View and edit groups</a></li>
21 <li><a href="annotations/persons">View and edit persons</a></li>
16 </ul> 22 </ul>
17 </body> 23 </body>
18 </html> 24 </html>