annotate src/main/webapp/annotationBrowser/index.html @ 54:a8b9b2391ef3

starting cleanup of annotationbrowser.
author casties
date Mon, 19 Nov 2012 11:29:58 +0100
parents 34b9d044d0bf
children 30c2e7d4eaf9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
2 <html>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
3 <head>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
54
a8b9b2391ef3 starting cleanup of annotationbrowser.
casties
parents: 37
diff changeset
5 <title>Annotation browser</title>
a8b9b2391ef3 starting cleanup of annotationbrowser.
casties
parents: 37
diff changeset
6 <script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
a8b9b2391ef3 starting cleanup of annotationbrowser.
casties
parents: 37
diff changeset
7 <script type="text/javascript" src="js/annotation-core.js"></script>
a8b9b2391ef3 starting cleanup of annotationbrowser.
casties
parents: 37
diff changeset
8 <script type="text/javascript" src="js/annotation.js"></script>
a8b9b2391ef3 starting cleanup of annotationbrowser.
casties
parents: 37
diff changeset
9 <link rel="stylesheet" type="text/css" href="css/annotation.css"/>
31
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
10 </head>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
11 <body>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
12 <h2>Annotations</h2>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
13 <div id="viewer">
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
14 <div id="tagList"></div>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
15 <div id="annotations"></div>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
16 </div>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
17 </body>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
18 </html>