2017-05-05 09:00:30 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
|
|
<title>Archived Sites</title>
|
|
|
|
<style>
|
2017-07-05 09:59:09 +00:00
|
|
|
html, body {
|
2017-05-05 09:00:30 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 200;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
font-family: "Gill Sans", Helvetica, sans-serif;
|
2017-07-05 09:59:09 +00:00
|
|
|
}
|
|
|
|
header {
|
2017-05-05 09:00:30 +00:00
|
|
|
background-color: #aa1e55;
|
|
|
|
color: white;
|
|
|
|
padding: 10px;
|
2017-07-05 09:59:09 +00:00
|
|
|
}
|
|
|
|
header h1 {
|
2017-05-05 09:00:30 +00:00
|
|
|
font-weight: 300;
|
|
|
|
color: black;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 12px;
|
2017-07-05 09:59:09 +00:00
|
|
|
}
|
|
|
|
header h1 small {
|
2017-05-05 09:00:30 +00:00
|
|
|
color: white;
|
|
|
|
font-size:0.5em;
|
2017-07-05 09:59:09 +00:00
|
|
|
}
|
|
|
|
header h1 small a {
|
2017-05-05 09:00:30 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: orange;
|
|
|
|
opacity: 0.6
|
|
|
|
font-weight: 300;
|
2017-07-05 09:59:09 +00:00
|
|
|
}
|
|
|
|
header h1 small a:hover {
|
2017-05-05 09:00:30 +00:00
|
|
|
opacity: 1;
|
2017-07-05 09:59:09 +00:00
|
|
|
}
|
|
|
|
table {
|
2017-05-05 09:00:30 +00:00
|
|
|
padding: 6px;
|
|
|
|
width: 100%;
|
2017-07-05 09:59:09 +00:00
|
|
|
}
|
|
|
|
table thead th {
|
2017-05-05 09:00:30 +00:00
|
|
|
font-weight: 400;
|
2017-07-05 09:59:09 +00:00
|
|
|
}
|
|
|
|
tbody tr:nth-child(odd) {
|
2017-05-05 09:00:30 +00:00
|
|
|
background-color: #ffebeb;
|
2017-07-05 09:59:09 +00:00
|
|
|
}
|
|
|
|
table tr td {
|
2017-05-05 09:00:30 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
padding-bottom: 0.4em;
|
|
|
|
padding-top: 0.4em;
|
|
|
|
padding-left: 2px;
|
2017-07-05 09:59:09 +00:00
|
|
|
}
|
|
|
|
table tr td img {
|
2017-05-05 09:00:30 +00:00
|
|
|
height: 24px;
|
|
|
|
padding: 0px;
|
|
|
|
padding-right: 5px;
|
|
|
|
text-indent: -10000px;
|
2017-07-05 09:59:09 +00:00
|
|
|
}
|
2017-05-05 09:00:30 +00:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
2017-07-05 10:22:11 +00:00
|
|
|
<h1 title="Last modified $time_updated">
|
2017-05-05 09:00:30 +00:00
|
|
|
<img src="https://nicksweeting.com/images/archive.png" height="36px">
|
|
|
|
Archived Sites <img src="https://getpocket.com/favicon.ico" height="36px"> <br/>
|
|
|
|
<small>
|
2017-10-23 09:58:41 +00:00
|
|
|
<a href="https://github.com/pirate/bookmark-archiver">Bookmark Archiver</a>
|
2017-05-05 09:00:30 +00:00
|
|
|
</small>
|
|
|
|
</h1>
|
|
|
|
</header>
|
|
|
|
<table style="width:100%;height: 90%; overflow-y: scroll;table-layout: fixed">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2017-07-05 22:15:17 +00:00
|
|
|
<th style="width: 120px;"><img src="https://getpocket.com/favicon.ico" height="12px"> Bookmarked</th>
|
2017-07-05 10:22:11 +00:00
|
|
|
<th style="width: 45vw;">Saved Articles ($num_links)</th>
|
2017-05-05 09:00:30 +00:00
|
|
|
<th style="width: 50px">Files</th>
|
|
|
|
<th style="width: 50px">PDF</th>
|
2017-05-29 18:00:46 +00:00
|
|
|
<th style="width: 60px;font-size:0.8em;">Screenshot</th>
|
|
|
|
<th style="width: 50px">A.org</th>
|
2017-05-05 09:00:30 +00:00
|
|
|
<th style="width: 100px;whitespace:nowrap;overflow-x:scroll;display:block">Original URL</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
2017-07-05 10:22:11 +00:00
|
|
|
<tbody>$rows</tbody>
|
2017-05-05 09:00:30 +00:00
|
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html>
|