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

Last change on this file since 37:34b9d044d0bf was 37:34b9d044d0bf, checked in by dwinter, 12 years ago

authorisation added
js / css aufgeraeumt

File size: 638 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5<title>Annotatons</title>
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>
8<script type="text/javascript" src="./js/annotation.js"></script>
9<link rel="stylesheet" type="text/css" href="./css/annotation.css"/>
10</head>
11<body>
12<h2>Annotations</h2>
13<div id="viewer">
14<div id="tagList"></div>
15<div id="annotations"></div>
16</div>
17</body>
18</html>
Note: See TracBrowser for help on using the repository browser.