From be924797a3d9a7b6840194227c528a84a2ea90b4 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 6 Aug 2016 16:32:34 +0200 Subject: Search results --- tpl/default/linklist.html | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) (limited to 'tpl/default/linklist.html') diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index 174ab44b..19a0c3c7 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html @@ -21,22 +21,30 @@ {if="count($links)==0"} -
Nothing found.
+
+
+
+
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} +
+
+
+ {$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} + + {/loop} + {/if} +
{/if} -- cgit v1.2.3