annotate src/main/webapp/index.html @ 31:9f653697437e

annotationbrowser
author dwinter
date Tue, 25 Sep 2012 21:47:58 +0200
parents b1fb0d117877
children 8427930c5f88
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>
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
13 <h1>Annotation Server</h1>
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
14 <ul>
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
15 <li><a href="groups">View and edit groups</a></li>
31
9f653697437e annotationbrowser
dwinter
parents: 22
diff changeset
16 <li><a href="tags">Browse by Tags</a></li>
9f653697437e annotationbrowser
dwinter
parents: 22
diff changeset
17 <li><a href="annotationBrowser">All Annotations</a></li>
9f653697437e annotationbrowser
dwinter
parents: 22
diff changeset
18
22
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
19 </ul>
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
20 </body>
b1fb0d117877 adding and listing groups via html works now.
casties
parents:
diff changeset
21 </html>