-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtagcloud.html
53 lines (52 loc) · 1.78 KB
/
tagcloud.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/annotation.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/jqcloud.css">
<script src="scripts/jquery.js"></script>
<script src="scripts/jquery.awesomeCloud-0.2.js"></script>
<title>
Tag-Cloud
</title>
</head>
<body>
<table width="100%" style="max-height: 200px;">
<tr class="spaceUnder">
<td style="text-align: center;">
<div id ="horizontal_line" style="margin-bottom: 5px"></div>
<div class='container' style="background: white">
<img class='resize_fit_center'
src='images/logo.gif' />
</div>
<div id="horizontal_line" style="margin-top:3px"></div>
</td>
</tr>
</table>
<div>
<h2 style="text-align: center;"><strong>Tag-Cloud</strong><br></h2>
</div>
<div class="container" style="width: 100%;
text-align: center;">
<div id="hey" class="wordcloud">
</div>
</div>
</body>
</html>
<script src="scripts/levenshtein.js"></script>
<script src="scripts/tagcloud.js"></script>
<style>
.wordcloud {
border: 1px solid #036;
height: 7in;
margin: 0.5in auto;
padding: 0;
page-break-after: always;
page-break-inside: avoid;
display: inline-block;
width:7in;
}
</style>