annotate src/main/webapp/index.html @ 51:d99b915c6ed0

updated index page.
author casties
date Thu, 27 Sep 2012 17:37:05 +0200
parents 34b9d044d0bf
children a8b9b2391ef3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
3
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
5 <head>
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
7
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
8 <title>Annotation Server</title>
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
9
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
10 </head>
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
11
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
12 <body>
34
8427930c5f88 Merge with 8ad8596a570af38aacfaecdb68b7e06145624181
casties
parents: 32 31
diff changeset
13 <h1>Annotation Server</h1>
51
d99b915c6ed0 updated index page.
casties
parents: 37
diff changeset
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>
0731c4549065 UI for editing groups and persons works now. (still no authorisation!)
casties
parents: 22
diff changeset
16 <li><a href="tags">View tags</a></li>
34
8427930c5f88 Merge with 8ad8596a570af38aacfaecdb68b7e06145624181
casties
parents: 32 31
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>
51
d99b915c6ed0 updated index page.
casties
parents: 37
diff changeset
19 <h2>View non-public Annotations with log-in </h2>
d99b915c6ed0 updated index page.
casties
parents: 37
diff changeset
20 <ul>
d99b915c6ed0 updated index page.
casties
parents: 37
diff changeset
21 <li><a href="http://libcoll.mpiwg-berlin.mpg.de/annotations">http://libcoll.mpiwg-berlin.mpg.de/annotations</a></li>
d99b915c6ed0 updated index page.
casties
parents: 37
diff changeset
22 </ul>
32
0731c4549065 UI for editing groups and persons works now. (still no authorisation!)
casties
parents: 22
diff changeset
23 <h2>Admin</h2>
22
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
24 <ul>
32
0731c4549065 UI for editing groups and persons works now. (still no authorisation!)
casties
parents: 22
diff changeset
25 <li><a href="annotations/groups">View and edit groups</a></li>
0731c4549065 UI for editing groups and persons works now. (still no authorisation!)
casties
parents: 22
diff changeset
26 <li><a href="annotations/persons">View and edit persons</a></li>
51
d99b915c6ed0 updated index page.
casties
parents: 37
diff changeset
27 <li><a href="annotations/annotations">View and edit annotations</a></li>
22
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
28 </ul>
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
29 </body>
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
30 </html>