Mercurial > hg > AnnotationManagerN4J
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 53:fc4c23247bb5 | 54:a8b9b2391ef3 |
|---|---|
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 5 <title>Annotatons</title> | 5 <title>Annotation browser</title> |
| 6 <script type="text/javascript" src="./js/jquery-1.8.2.min.js"></script> | 6 <script type="text/javascript" src="js/jquery-1.8.2.min.js"></script> |
| 7 <script type="text/javascript" src="../annotationBrowser/js/annotation-core.js"></script> | 7 <script type="text/javascript" src="js/annotation-core.js"></script> |
| 8 <script type="text/javascript" src="./js/annotation.js"></script> | 8 <script type="text/javascript" src="js/annotation.js"></script> |
| 9 <link rel="stylesheet" type="text/css" href="./css/annotation.css"/> | 9 <link rel="stylesheet" type="text/css" href="css/annotation.css"/> |
| 10 </head> | 10 </head> |
| 11 <body> | 11 <body> |
| 12 <h2>Annotations</h2> | 12 <h2>Annotations</h2> |
| 13 <div id="viewer"> | 13 <div id="viewer"> |
| 14 <div id="tagList"></div> | 14 <div id="tagList"></div> |
