1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00

rearrange header

This commit is contained in:
Nick Sweeting 2017-06-18 04:41:50 -05:00
parent 856db77ab0
commit 3a3a371d95

View file

@ -70,32 +70,6 @@
border-radius: 4px;
}}
</style>
</head>
<body>
<header>
<input type="search" results="5" autosave="searches" name="searches" placeholder="Search..." onSearch="onSearch(event)">
<h1 title="Last modified {}">
<img src="https://nicksweeting.com/images/archive.png" height="36px">
Archived Sites <img src="https://getpocket.com/favicon.ico" height="36px"> <br/>
<small>
Exported with: <a href="https://github.com/pirate/bookmark-archiver">Bookmark Archiver</a>
</small>
</h1>
</header>
<table style="width:100%;height: 90%; overflow-y: scroll;table-layout: fixed">
<thead>
<tr>
<th style="width: 120px;"><img src="https://getpocket.com/favicon.ico" height="12px"> Starred</th>
<th style="width: 45vw;">Saved Article</th>
<th style="width: 50px">Files</th>
<th style="width: 50px">PDF</th>
<th style="width: 60px;font-size:0.8em;">Screenshot</th>
<th style="width: 50px">A.org</th>
<th style="width: 100px;whitespace:nowrap;overflow-x:scroll;display:block">Original URL</th>
</tr>
</thead>
<tbody>{}</tbody>
</table>
<script>
function search_request(pattern, exact, callback) {{
var xmlhttp = new XMLHttpRequest();
@ -158,5 +132,31 @@
}}
}}
</script>
</head>
<body>
<header>
<input type="search" results="5" autosave="searches" name="searches" placeholder="Search..." onsearch="onSearch(event)">
<h1 title="Last modified {}">
<img src="https://nicksweeting.com/images/archive.png" height="36px">
Archived Sites <img src="https://getpocket.com/favicon.ico" height="36px"> <br/>
<small>
Exported with: <a href="https://github.com/pirate/bookmark-archiver">Bookmark Archiver</a>
</small>
</h1>
</header>
<table style="width:100%;height: 90%; overflow-y: scroll;table-layout: fixed">
<thead>
<tr>
<th style="width: 120px;"><img src="https://getpocket.com/favicon.ico" height="12px"> Starred</th>
<th style="width: 45vw;">Saved Article</th>
<th style="width: 50px">Files</th>
<th style="width: 50px">PDF</th>
<th style="width: 60px;font-size:0.8em;">Screenshot</th>
<th style="width: 50px">A.org</th>
<th style="width: 100px;whitespace:nowrap;overflow-x:scroll;display:block">Original URL</th>
</tr>
</thead>
<tbody>{}</tbody>
</table>
</body>
</html>