diff options
author | Emilien Klein <emilien@klein.st> | 2014-11-08 17:32:12 +0100 |
---|---|---|
committer | Emilien Klein <emilien@klein.st> | 2014-11-08 17:32:12 +0100 |
commit | 19920acc179f95a88b5c26c2e6aeebcebdda19c6 (patch) | |
tree | 3a826d9a4761ebb5a31d52f8cf4247a1fffd0e4d /tpl | |
parent | 36b226ca1bdc856ec3b8c0655852289e52b8d777 (diff) | |
parent | b113dc8e6bba052883297ab575dd36fd3073805e (diff) | |
download | Shaarli-19920acc179f95a88b5c26c2e6aeebcebdda19c6.tar.gz Shaarli-19920acc179f95a88b5c26c2e6aeebcebdda19c6.tar.zst Shaarli-19920acc179f95a88b5c26c2e6aeebcebdda19c6.zip |
Merge pull request #43 from nodiscc/archiveorg-integration
Add Archive.org integration
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/linklist.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/linklist.html b/tpl/linklist.html index ddc38cb0..b7cf096f 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html | |||
@@ -48,6 +48,7 @@ | |||
48 | {else} | 48 | {else} |
49 | <span class="linkdate" title="Short link here"><a href="?{$value.linkdate|smallHash}">permalink</a> - </span> | 49 | <span class="linkdate" title="Short link here"><a href="?{$value.linkdate|smallHash}">permalink</a> - </span> |
50 | {/if} | 50 | {/if} |
51 | <span class="linkarchive"><a href="https://web.archive.org/web/{$value.url|htmlspecialchars}">archive</a> - </span> | ||
51 | <div style="position:relative;display:inline;"><a href="http://qrfree.kaywa.com/?l=1&s=8&d={$scripturl|urlencode}%3F{$value.linkdate|smallHash}" | 52 | <div style="position:relative;display:inline;"><a href="http://qrfree.kaywa.com/?l=1&s=8&d={$scripturl|urlencode}%3F{$value.linkdate|smallHash}" |
52 | onclick="showQrCode(this); return false;" class="qrcode" data-permalink="{$scripturl}?{$value.linkdate|smallHash}"><img src="images/qrcode.png#" width="13" height="13" title="QR-Code"></a></div> - | 53 | onclick="showQrCode(this); return false;" class="qrcode" data-permalink="{$scripturl}?{$value.linkdate|smallHash}"><img src="images/qrcode.png#" width="13" height="13" title="QR-Code"></a></div> - |
53 | <span class="linkurl" title="Short link">{$value.url|htmlspecialchars}</span><br> | 54 | <span class="linkurl" title="Short link">{$value.url|htmlspecialchars}</span><br> |