1
0
Fork 0
mirror of synced 2024-06-28 11:00:35 +12:00

add classes to make it easier to parse html links index

This commit is contained in:
Nick Sweeting 2019-04-24 11:37:05 -04:00
parent 8f63f24002
commit 327da95928
2 changed files with 2 additions and 2 deletions

View file

@ -196,7 +196,7 @@
</header>
<table id="table-bookmarks">
<thead>
<tr>
<tr class="thead-tr">
<th style="width: 100px;">Bookmarked</th>
<th style="width: 26vw;">Saved Link ($num_links)</th>
<th style="width: 50px">Files</th>

View file

@ -1,7 +1,7 @@
<tr>
<td title="$timestamp">$bookmarked_date</td>
<td class="title-col">
<a href="$archive_path/index.html"><img src="$favicon_url" class="link-favicon" decoding="async"></a>
<a href="$archive_path/index.html" class="link-url"><img src="$favicon_url" class="link-favicon" decoding="async"></a>
<a href="$archive_path/$wget_url" title="$title">
<span data-title-for="$url" data-archived="$is_archived">$title</span>
<small style="float:right">$tags</small>