X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flinklist.html;h=daf870603a6484000adf626d419097d1743e2b0e;hb=dd484b90b1c15989210d7379e51256d545856d95;hp=c8dfd12292e15aee31f851e08a36078ec0bfb5bb;hpb=4e7b1bf6986ed99586d04aa5b7c7154089457d0f;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/linklist.html b/tpl/linklist.html index c8dfd122..daf87060 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -1,12 +1,22 @@ -{include="includes"} + + + {include="includes"} + @@ -23,7 +33,7 @@ {if="$search_type=='tags'"}
{$result_count} results for tags {loop="search_crits"} - {$value|htmlspecialchars} x + {$value} x {/loop}
{/if} {/if} @@ -40,24 +50,24 @@ {/if} - {$value.title|htmlspecialchars} + {$value.title}
{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} {if="$GLOBALS['config']['ARCHIVE_ORG']"} - archive - + archive - {/if}
- QR-Code
- - {$value.url|htmlspecialchars}
+ QR-Code - + {$value.url}
{if="$value.tags"}
- {loop="value.taglist"}{$value|htmlspecialchars} {/loop} + {loop="value.taglist"}{$value} {/loop}
{/if} @@ -129,5 +139,6 @@ function showQrCode(caller,loading) return false; } +