-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsingleWindow.html
327 lines (318 loc) · 9.75 KB
/
singleWindow.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!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>
All Context Screen
</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>Alexa, Whois overview of Current URL</strong><br></h2>
</div>
<div class="container" id="container-whole">
<div class="row">
<div class="col-sm-6">
<h4></h4>
<pre id="show_alexa_data" style="font-size: 20px">
</pre>
</div>
<div class="col-sm-6">
<h4></h4>
<pre id="show_whois_data" style="font-size: 20px">
</pre>
</div>
</div>
<div></div>
</div>
<div>
<h2 style="text-align: center;"><strong>Wayback Machine overview of Current URL</strong></h2>
</div>
<BR>
<BR>
<div class="container">
<div class="row">
<div class="col-sm-6">
<strong style="font-family: Bebas Neue;font-size: 30px;">Date of First Archive</strong>
<p>
The URL, where you were was first archived on
<span id="first_archive_date">
</span> at time
<span id="first_archive_time">
</span> . And you can view that
<a id="link_first">HERE</a> .
</p>
</div>
<div class="col-sm-6">
<strong style="font-family: Bebas Neue;font-size: 30px;">Date of Recent Archive</strong>
<p>
The URL, where you were was recently archived on
<span id="recent_archive_date">
</span> at time
<span id="recent_archive_time">
</span> .And you can view that
<a id="link_recent">HERE</a> .
</p>
</div>
</div>
</div>
<br>
<br>
<br>
<div class="container">
<div class="row">
<div class="col-sm-6" >
<strong style="font-family: Bebas Neue;font-size: 30px;">Thumbnail of the Current URL</strong>
<br>
<div id="show_thumbnail" style="text-align: left">
</div>
</div>
<div class="col-sm-6">
<strong style="font-family: Bebas Neue;font-size: 30px;">Total Number of archives</strong>
<div id="message" style="display:none"></div>
<p>
URLs for this domain have been captured <span id="total_archives"></span>
times since <span id="first_archive_date_2"></span>. You can also archive this page now
by clicking on <a id="save_now">HERE</a> .
</p>
</div>
</div>
</div>
<br>
<br>
<div class="container" style="padding-left: 0px;padding-right: 0px">
<div class="col-sm-12 test">
<strong style="font-family: Bebas Neue;font-size: 30px;">Information about the Current URL</strong>
<p>
The URL,where you had been recently is a <strong style="font-style: italic"><span id="details"></span> </strong>
</p>
</div>
</div>
<div>
<h2 style="text-align: center;"><strong>Tweets and Annotations of Current URL</strong></h2>
</div>
<BR>
<BR>
<div class="container">
<div class="row">
<div class="col-sm-6">
<div id="box-twitter" style="height: 500px;">
</div>
</div>
<div class="col-sm-6">
<div id="box-annotation" style="height: 500px;overflow: scroll">
</div>
</div>
</div>
</div>
<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>
<div id="row-twitter" style="background-color: lightblue;">
<img src="" alt="" id="profile-image">
<span id="profile-name"></span>
<br>
<a id="link" href="">
<span id="tweets" ></span>
</a>
<br>
</div>
<div class="" id="row-contain">
<div class="top-div" id="top-div-contain">
<strong>
<span id="userinfo">
</span>
<br>
<span id="date-"></span>
</strong>
</div>
<div class="source" id="source-">
<span class="glyphicon glyphicon-globe" id="public"></span>
<span style="font-weight: 150%;color: #818181">Public on</span>
<span class="title" id="title-contain" style="color: red">
</span>
<span id="source-contain" style="word-wrap: break-word">
</span>
</div>
<div class="target-selector-exact" id="target-selector-exact-contain">
</div>
<div class="text" id="text-contain">
</div>
<div id="links">
</div>
</div>
</body>
</html>
<script src="scripts/sha.js"></script>
<script src="scripts/levenshtein.js"></script>
<script src="scripts/singleWindow.js"></script>
<!-- <script src="scripts/twitter.js"></script> -->
<style>
.color_code
{
color:#22c399;
}
.color_code_whois{
color: #ffcc66;
}
body{
max-height: 100%;
}
@font-face {
font-family: Bebas Neue;
src: url("../fonts/BebasNeue.otf");
}
@font-face {
font-family: Gill Sans Light;
src: url("../fonts/GillSans-Light.ttf");
}
#horizontal_line{
margin: 0px;
padding: 0px;
border: 0px solid rgb(6, 117, 211);
font-size: 19px; font-style: inherit;
font-variant: inherit;
font-weight: inherit;
font-stretch: inherit;
line-height: 1;
font-family: sans-serif;
vertical-align: baseline;
box-sizing: content-box;
overflow: unset;
height: 1px;
position: relative;
width: auto;
display: flex;
background-color: rgb(9, 150, 248); color: rgb(255, 255, 255);
text-align: left;
align-items: center;
border-radius: 3px;
justify-content: center;
text-decoration: none;
}
.resize_fit_center {
max-width:100%;
max-height:100px;
}
h2{
font-family: Bebas Neue;
font-size: 50px;
}
.container{
padding-left: 15px;
padding-right: 15px;
}
p{
font-family:Gill Sans Light;
font-size: 20px;
}
#box-twitter{
margin-bottom: 12px;
padding: 5px 5px 5px 5px;
background-color: #fff;
border-radius: 5px;
overflow: scroll;
box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
border:1px solid black;
}
#box-annotation{
margin-bottom: 12px;
padding: 5px 5px 5px 5px;
background-color: #fff;
border-radius: 5px;
overflow: scroll;
box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
border:1px solid black;
}
@media screen and (min-width: 700px) {
.test {
text-align: center;
}
}
.box-annotation{
margin-bottom: 12px;
flex :0 0 420px;
padding: 5px 5px 5px 5px;
background-color: #fff;
border-radius: 5px;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: center;
box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
border:1px solid black;
}
.target-selector-exact{
word-wrap: break-word;
font-family:'Courier New', Courier, monospace;
}
#link-incontext{
margin-left:40px;
}
#link-html{
margin-left: 70px;
}
#date{
position: absolute;
right: 20px;
}
.source{
padding: 5px;
}
#text-contain{
padding: 5px;
}
#target-selector-exact-contain{
padding: 5px;
border-left: 3px solid #d3d3d3;
color: #7A7A7A;
}
#target-selector-exact-contain:hover{
border-left: 3px solid #58CEF4;
}
#links{
padding: 10px;
}
@media screen and (max-width: 500px) {
#link-incontext {
margin-left: 5px;
}
#link-html{
margin-left: 10px;
}
}
.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>