From 9de7986636fccebc371e099da7e70da5c158ef60 Mon Sep 17 00:00:00 2001 From: Uriel Date: Mon, 14 Sep 2009 01:37:50 +0000 Subject: [PATCH] Add missing wman search template! Doh. --- apps/wman/search.tpl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 apps/wman/search.tpl diff --git a/apps/wman/search.tpl b/apps/wman/search.tpl new file mode 100644 index 0000000..a6c59e4 --- /dev/null +++ b/apps/wman/search.tpl @@ -0,0 +1,20 @@ +
+
+ + + + +% if(! ~ $"post_arg_wman_search '') { +% if(~ $"wman_search_results '') { + No matches found for '%($post_arg_wman_search%)'. +% } +% if not { +
    +% echo $wman_search_results|awk -F/ '$(NF-1) ~ "^[0-9]+$" {printf "
  • %s(%s)
  • ", $(NF-1),$NF, $NF, $(NF-1)}' +
+% } +% } + +
+
+