comparison src/main/webapp/index.html @ 93:3d1a00418b42 admin_ui_rel_links

starting web admin ui with relative links. doesn't fully work yet.
author casties
date Mon, 09 Feb 2015 12:55:51 +0100
parents a8b9b2391ef3
children
comparison
equal deleted inserted replaced
92:aadf8760216d 93:3d1a00418b42
22 <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</a></li> 22 <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</a></li>
23 </ul> 23 </ul>
24 --> 24 -->
25 <h2>Admin</h2> 25 <h2>Admin</h2>
26 <ul> 26 <ul>
27 <li><a href="annotations/groups">View and edit groups</a></li> 27 <li><a href="annotations/groups/">View and edit groups</a></li>
28 <li><a href="annotations/persons">View and edit persons</a></li> 28 <li><a href="annotations/persons/">View and edit persons</a></li>
29 <li><a href="annotations/annotations">View and edit annotations</a></li> 29 <li><a href="annotations/annotations/">View and edit annotations</a></li>
30 </ul> 30 </ul>
31 </body> 31 </body>
32 </html> 32 </html>