X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flinklist.html;h=ca91699ee81ff1ede7c4015d4803656dbe787cad;hb=ebd8075a896484e43c7c938bbc606b67df102013;hp=16fc842d048a87d48c7821af77399a49f034dd6f;hpb=852613dece4e8216534c32f5b6c58e3d37697084;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/linklist.html b/tpl/linklist.html index 16fc842d..ca91699e 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -1,12 +1,35 @@ -{include="includes"} + + + {include="includes"} + @@ -14,6 +37,12 @@ {include="linklist.paging"} + + {if="count($links)==0"}
Nothing found.
{else} @@ -23,111 +52,77 @@ {if="$search_type=='tags'"}
{$result_count} results for tags {loop="search_crits"} - {$value|htmlspecialchars} x + + {$value} x + {/loop}
{/if} {/if} + + {include="linklist.paging"} {include="page.footer"} + +