From 73d7b2bc8097aef7cf8d16db79c4590455c6005d Mon Sep 17 00:00:00 2001 From: john Date: Wed, 27 Nov 2002 15:45:52 +0000 Subject: [PATCH] has a pretty interface --- etc/open/search_results.template | 83 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/etc/open/search_results.template b/etc/open/search_results.template index 59e9f400..11ceccf4 100755 --- a/etc/open/search_results.template +++ b/etc/open/search_results.template @@ -15,6 +15,74 @@ +
+ +

Search for the following in title,content, or description:

+

+ +

all words or any of the words?

+ +all words +any of the words + +all words +any of the words + + +

Search for articles written by:

+

+ +

Search in the following topic only:

+ + +

only return content with images?

+ +Yes +No + +Yes +No + + +

only return content with audio?

+ +Yes +No + +Yes +No + + +

only return content with video?

+ +Yes +No + +Yes +No + + + + +
+ +Previous Lucene Query was: ${data.queryString} +

${lang("search.info")} @@ -22,8 +90,21 @@ ${lang("search.info")} Number of hits = ${data.numberOfHits}
-Title: ${h.title}
+Title: ${h.title} + + + + + + +
Author: ${h.creator}
+Date: ${h.webdb_create}
+Description: ${h.description}
+ + + +
-- 2.11.0