From 524d23b1ade7ba6d4997d0486d68b1cd9640eec9 Mon Sep 17 00:00:00 2001 From: john Date: Thu, 21 Nov 2002 23:52:15 +0000 Subject: [PATCH] a rudimentary search result template, used by OpenMir --- etc/open/search_results.template | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 etc/open/search_results.template diff --git a/etc/open/search_results.template b/etc/open/search_results.template new file mode 100755 index 00000000..59e9f400 --- /dev/null +++ b/etc/open/search_results.template @@ -0,0 +1,40 @@ + + + + + ${lang("search.htmltitle")} + + + + + + + + + + + + + + + +
+ ${lang("search.title")}
+ + +
+${lang("search.info")} +
+Number of hits = ${data.numberOfHits} +
+ +Title: ${h.title}
+Author: ${h.creator}
+
+
+
+ >> ${lang("postingdone.back")} +
+ + + -- 2.11.0