annotate src/main/webapp/annotationBrowser/index.html @ 37:34b9d044d0bf

authorisation added js / css aufgeraeumt
author dwinter
date Wed, 26 Sep 2012 14:48:41 +0200
parents 9f653697437e
children a8b9b2391ef3
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">
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
5 <title>Annotatons</title>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
6 <script type="text/javascript" src="./js/jquery-1.8.2.min.js"></script>
37
34b9d044d0bf authorisation added
dwinter
parents: 31
diff changeset
7 <script type="text/javascript" src="../annotationBrowser/js/annotation-core.js"></script>
31
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
8 <script type="text/javascript" src="./js/annotation.js"></script>
9f653697437e annotationbrowser
dwinter
parents:
diff changeset
9 <link rel="stylesheet" type="text/css" href="./css/annotation.css"/>
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>