X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Flinklist.html;h=0f1a5e8ca9911ed164ee147ef3227bc9c0adf443;hb=75f7adee19f3cced8a2d5eb134e9d6723a69a474;hp=daf870603a6484000adf626d419097d1743e2b0e;hpb=5f85fcd863fe261921953ea3bd1742f3e1b7cf68;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/linklist.html b/tpl/linklist.html index daf87060..0f1a5e8c 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -7,16 +7,39 @@ @@ -24,121 +47,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} 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"} + + -