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

annotationbrowser
author dwinter
date Tue, 25 Sep 2012 21:47:58 +0200
parents 05b631a084d0
children 34b9d044d0bf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
2 <html>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
3 <head>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
31
9f653697437e annotationbrowser
dwinter
parents: 30
diff changeset
5 <title>Browse By Tags</title>
30
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
6 <script type="text/javascript" src="./js/jquery-1.8.2.min.js"></script>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
7 <script type="text/javascript" src="./js/tag.js"></script>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
8 <link rel="stylesheet" type="text/css" href="./css/tag.css"/>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
9 </head>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
10 <body>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
11 <h2>Tags</h2>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
12 <div id="viewer">
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
13 <div id="tagList"></div>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
14 <div id="annotations"></div>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
15 </div>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
16 </body>
05b631a084d0 tag viewer html
dwinter
parents:
diff changeset
17 </html>