view 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
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Annotation browser</title>
<script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="js/annotation-core.js"></script>
<script type="text/javascript" src="js/annotation.js"></script>
<link rel="stylesheet" type="text/css" href="css/annotation.css"/>
</head>
<body>
<h2>Annotations</h2>
<div id="viewer">
<div id="tagList"></div>
<div id="annotations"></div>
</div>
</body>
</html>