-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathimage-annotator.html
More file actions
32 lines (29 loc) · 1.68 KB
/
Copy pathimage-annotator.html
File metadata and controls
32 lines (29 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title itemprop="name">Image Annotator</title>
<link rel="stylesheet" href="/parts/kan01.css" />
<link rel="stylesheet" href="/lib/js/annot/annotorious.css" />
<link rel="stylesheet" href="/lib/js/my/imgannot.css" />
<script src="/parts/std.js"></script>
<script src="/lib/js/osd/openseadragon.min.js"></script>
<script src="/lib/js/annot/annotorious.min.js"></script>
<script src="/lib/js/my/webannotorious.js"></script>
<script src="/lib/js/my/annotext.js"></script>
<script src="/lib/js/my/imgannot.js"></script>
<script src="/lib/js/osd/openseadragon-svg-overlay.js"></script>
</head>
<body>
<div class="main" role="main" id="main">
<h1 id="annotitle">Image Annotator</h1>
<div id="openseadragon"></div>
<script>Mia.setup("https://digi.ub.uni-heidelberg.de/diglit/iiif/cpg330/manifest.json", "", "./works/2018/test/uni-heidelberg-cpg330-0026-annot.json");</script>
</div>
<footer style="margin-top: 3ex;">
<span>This software Image Annotator (see <a href="https://github.com/dfukagaw28/mk-image-annotator">repository</a> for details), as well as <a href="http://www.kanzaki.com/works/2016/pub/image-annotator">its original version</a> (created by <a href="http://www.kanzaki.com/info/who">Masahide Kanzaki</a>), is released under <a href="https://opensource.org/licenses/MIT">the MIT license</a>.</span><br>
<span>Media and annotations follow source license. Image handling by <a href="https://openseadragon.github.io/">OpenSeadragon</a> and annotation by <a href="http://annotorious.github.io/">Annotorious</a>.</span>
</footer>
</body>
</html>