Mercurial > hg > AnnotationManagerN4J
annotate 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 |
| 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> | |
| 13 <h1>Annotation Server</h1> | |
|
32
0731c4549065
UI for editing groups and persons works now. (still no authorisation!)
casties
parents:
22
diff
changeset
|
14 <h2>View</h2> |
|
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> |
|
0731c4549065
UI for editing groups and persons works now. (still no authorisation!)
casties
parents:
22
diff
changeset
|
17 </ul> |
|
0731c4549065
UI for editing groups and persons works now. (still no authorisation!)
casties
parents:
22
diff
changeset
|
18 <h2>Admin</h2> |
| 22 | 19 <ul> |
|
32
0731c4549065
UI for editing groups and persons works now. (still no authorisation!)
casties
parents:
22
diff
changeset
|
20 <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
|
21 <li><a href="annotations/persons">View and edit persons</a></li> |
| 22 | 22 </ul> |
| 23 </body> | |
| 24 </html> |
