X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flinklist.html;h=47e67e71effd6e96ac8e93984c5c205ac532bb65;hb=65d62517443b67fc4a180c43b50fe62f11b9e3b6;hp=16fc842d048a87d48c7821af77399a49f034dd6f;hpb=e57e364c7981da56c951143db0fc83ee4783e77b;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/linklist.html b/tpl/linklist.html index 16fc842d..47e67e71 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -1,12 +1,21 @@ -{include="includes"} + + + {include="includes"} + @@ -44,7 +53,7 @@
{if="$value.description"}
{$value.description}
{/if} {if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"} - {$value.localdate|htmlspecialchars} - permalink - + {function="strftime('%c', $value.timestamp)"} - permalink - {else} permalink - {/if} @@ -53,7 +62,7 @@ {/if}
- QR-Code
- + QR-Code - {$value.url|htmlspecialchars}
{if="$value.tags"}
@@ -97,7 +106,7 @@ function showQrCode(caller,loading) if (!loading) // If javascript lib is still loading, do not append script to body. { var element = document.createElement("script"); - element.src = "inc/qr.min.js"; + element.src = "inc/qr-1.1.3.min.js"; document.body.appendChild(element); } setTimeout(function() { showQrCode(caller,true);}, 200); // Retry in 200 milliseconds. @@ -129,5 +138,6 @@ function showQrCode(caller,loading) return false; } +