Mercurial > hg > AnnotationManagerN4J
annotate 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 |
rev | line source |
---|---|
22 | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 | |
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
5 <head> | |
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
7 | |
8 <title>Annotation Server</title> | |
9 | |
10 </head> | |
11 | |
12 <body> | |
34 | 13 <h1>Annotation Server</h1> |
51 | 14 <h2>View public Annotations</h2> |
32
0731c4549065
UI for editing groups and persons works now. (still no authorisation!)
casties
parents:
22
diff
changeset
|
15 <ul> |
100
f9ee715ee9e9
make relative URLs in static file end in / to prevent redirection.
casties
parents:
54
diff
changeset
|
16 <li><a href="tags/">View tags</a></li> |
f9ee715ee9e9
make relative URLs in static file end in / to prevent redirection.
casties
parents:
54
diff
changeset
|
17 <li><a href="annotationBrowser/">All Annotations</a></li> |
32
0731c4549065
UI for editing groups and persons works now. (still no authorisation!)
casties
parents:
22
diff
changeset
|
18 </ul> |
54 | 19 <!-- TODO: should be configurable |
20 <h2>View non-public Annotations with log-in</h2> | |
51 | 21 <ul> |
22 <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</a></li> | |
23 </ul> | |
54 | 24 --> |
32
0731c4549065
UI for editing groups and persons works now. (still no authorisation!)
casties
parents:
22
diff
changeset
|
25 <h2>Admin</h2> |
54 | 26 <ul> |
100
f9ee715ee9e9
make relative URLs in static file end in / to prevent redirection.
casties
parents:
54
diff
changeset
|
27 <li><a href="annotations/groups/">View and edit groups</a></li> |
f9ee715ee9e9
make relative URLs in static file end in / to prevent redirection.
casties
parents:
54
diff
changeset
|
28 <li><a href="annotations/persons/">View and edit persons</a></li> |
f9ee715ee9e9
make relative URLs in static file end in / to prevent redirection.
casties
parents:
54
diff
changeset
|
29 <li><a href="annotations/annotations/">View and edit annotations</a></li> |
54 | 30 </ul> |
22 | 31 </body> |
32 </html> |