source: AnnotationManagerN4J/src/main/webapp/tags/index.html @ 30:05b631a084d0

Last change on this file since 30:05b631a084d0 was 30:05b631a084d0, checked in by dwinter, 12 years ago

tag viewer html

File size: 532 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>Browser By Tags</title>
6<script type="text/javascript" src="./js/jquery-1.8.2.min.js"></script>
7<script type="text/javascript" src="./js/tag.js"></script>
8<link rel="stylesheet" type="text/css" href="./css/tag.css"/>
9</head>
10<body>
11<h2>Tags</h2>
12<div id="viewer">
13<div id="tagList"></div>
14<div id="annotations"></div>
15</div>
16</body>
17</html>
Note: See TracBrowser for help on using the repository browser.