X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flinklist.html;h=de9586c69199dd4d21145ffbd7f742b80d76991a;hb=01878a75b93b9966f7366ea2937c118bbc3e459e;hp=16fc842d048a87d48c7821af77399a49f034dd6f;hpb=e57e364c7981da56c951143db0fc83ee4783e77b;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/linklist.html b/tpl/linklist.html index 16fc842d..de9586c6 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -1,12 +1,35 @@ -{include="includes"} + + + {include="includes"} + @@ -14,120 +37,105 @@ {include="linklist.paging"} + + {if="count($links)==0"} -
Nothing found.
- {else} - {if="$search_type=='fulltext'"} -
{$result_count} results for {$search_crits}
- {/if} - {if="$search_type=='tags'"} -
{$result_count} results for tags - {loop="search_crits"} - {$value|htmlspecialchars} x - {/loop}
- {/if} +
Nothing found.
+ {elseif="!empty($search_term) or !empty($search_tags)"} +
+ {$result_count} results + {if="!empty($search_term)"} + for {$search_term} + {/if} + {if="!empty($search_tags)"} + {$exploded_tags=explode(' ', $search_tags)} + tagged + {loop="$exploded_tags"} + + {$value} x + + {/loop} + {/if} +
{/if} + + {include="linklist.paging"} {include="page.footer"} + +