-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
157 lines (148 loc) · 6.06 KB
/
index.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
<!doctype html>
<html>
<head>
<title>Wayback Machine</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
</head>
<body style="min-width: 200px;max-width: 200px;">
<table width="100%" style="min-width: 120px; ">
<tr class="spaceUnder">
<td>
<div style="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;"></div>
<div class='container'>
<img class='resize_fit_center'
src='images/logo.gif' />
</div>
<div style="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;"></div>
</td>
</tr>
<tr class="spaceUnder" align="center">
<td>
<button type="button" class="btn btn-success" id="save_now" tabindex='-1'>Save Page Now</button>
<BR>
</td>
</tr>
<tr class="spaceUnder" align="center">
<td>
<button type="button" class="btn btn-primary" id="recent_capture" tabindex='-1'>Recent Version</button>
<BR>
</td>
</tr>
<tr class="spaceUnder" align="center">
<td>
<button type="button" class="btn btn-warning" id="first_capture" tabindex='-1'>First Version</button>
</td>
</tr>
<tr class="spaceUnder" align="center">
<td>
<button type="button" class="btn btn-default btn-sm" id="settings_btn" toggle="off">
<span class="glyphicon glyphicon-cog"></span> Settings
</button>
</td>
</tr>
<tr class="spaceUnder" align="center">
<td>
<div id="settings_div">
<form>
<input type="checkbox" id="ts">Timestamp<br>
<input type="checkbox" id="rt">Radial tree<br>
<input type="checkbox" id="book">Books on Wikipedia<br>
<input type="checkbox" id="orcid">ORCID<br>
<input type="checkbox" id="robust">Robust links<br>
<button id="settings_save_btn">Save</button>
</form>
</div>
</td>
</tr>
<tr class="spaceUnder" align="center">
<td>
<button type="button" class="btn btn-sm " id="make_modal" tabindex='-1'>See structure as a radial tree</button>
</td>
</tr>
<tr class="spaceUnder" align="center">
<td>
<button type="button" class="btn btn-warning" id="get_book" tabindex='-1'>Get books</button>
</td>
</tr>
<tr class="spaceUnder" align="center">
<td>
<button type="button" class="btn btn-warning" id="get_robust_link" tabindex='-1'>Get robust link</button>
</td>
</tr>
</table>
<div class="loader"></div>
<div id="disp" class="list-group"></div>
<span id="robust_error"></span>
<div id="robust_question_div">
<span id="robust_question"></span><br>
<div class="container">
<div class="row">
<button id="robust_yes" class="col-xs-6 btn btn-success btn-sm">Yes</button>
<button id="robust_no" class="col-xs-6 btn btn-danger btn-sm">No</button>
</div>
</div>
</div>
<div id="robust_div">
<span>Copy this HTML and paste it wherever you need to provide the robust link. Don't forget to provide the text you want 'clickable'</span><textarea id="robust_link"></textarea><br>
<span>Copy this text and paste inside the 'head' element</span><textarea id="js_and_css_for_robust"></textarea>
</div>
<div style="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;"></div>
</body>
</html>
<script src="scripts/jquery.js"></script>
<script src="scripts/popup.js"></script>
<script src="scripts/bootstrap.js"></script>
<style>
.loader {
width: 50px;
margin: auto;
display:none;
border: 5px solid #f3f3f3;
border-radius: 50%;
border-top: 5px solid #3498db;
width: 50px;
height: 50px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
tr.spaceUnder > td
{
padding-bottom: 1em;
}
.container {
margin: 2px;
width: auto;
height: 45px;
line-height: 45px;
text-align: center;
}
.resize_fit_center {
max-width:100%;
max-height:100%;
vertical-align: middle;
}
#robust_div{
display: none;
font-size: 12px;
}
#robust_link{
width: 100%;
height:80px;
}
#js_and_css_for_robust{
width: 100%;
height:120px;
}
#robust_question_div{
width: 100%;
display: none;
}
</style>