comparison src/main/webapp/index.html @ 100:f9ee715ee9e9

make relative URLs in static file end in / to prevent redirection.
author casties
date Wed, 11 Feb 2015 20:02:56 +0100
parents a8b9b2391ef3
children
comparison
equal deleted inserted replaced
99:199143c669e4 100:f9ee715ee9e9
11 11
12 <body> 12 <body>
13 <h1>Annotation Server</h1> 13 <h1>Annotation Server</h1>
14 <h2>View public Annotations</h2> 14 <h2>View public Annotations</h2>
15 <ul> 15 <ul>
16 <li><a href="tags">View tags</a></li> 16 <li><a href="tags/">View tags</a></li>
17 <li><a href="annotationBrowser">All Annotations</a></li> 17 <li><a href="annotationBrowser/">All Annotations</a></li>
18 </ul> 18 </ul>
19 <!-- TODO: should be configurable 19 <!-- TODO: should be configurable
20 <h2>View non-public Annotations with log-in</h2> 20 <h2>View non-public Annotations with log-in</h2>
21 <ul> 21 <ul>
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>