a rudimentary search result template, used by OpenMir
authorjohn <john>
Thu, 21 Nov 2002 23:52:15 +0000 (23:52 +0000)
committerjohn <john>
Thu, 21 Nov 2002 23:52:15 +0000 (23:52 +0000)
etc/open/search_results.template [new file with mode: 0755]

diff --git a/etc/open/search_results.template b/etc/open/search_results.template
new file mode 100755 (executable)
index 0000000..59e9f40
--- /dev/null
@@ -0,0 +1,40 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+       <title>${lang("search.htmltitle")}</title>
+</head>
+
+<body bgcolor="White" text="Black" link="#006600" vlink="#666666" alink="Red">
+
+<table width="100%" border="0" cellspacing="0" cellpadding="4" bgcolor="#cccccc">
+       <tr>
+               <td align="center" bgcolor="#666666">
+               <font color="White">${lang("search.title")}</font></td>
+       </tr>
+       <tr>
+               <td bgcolor="#eeeeee"><font color="#000000">
+
+
+<br>
+${lang("search.info")}
+<br>
+Number of hits = ${data.numberOfHits}
+<br>
+<list data.hits as h>
+Title: <a href='/${lang("langcode")}${h.where}'>${h.title}</a><br >
+Author: ${h.creator}<br >
+</list>
+       </font>
+       </td>
+</tr>
+
+<tr>
+       <td valign="top" align="center" bgcolor="#666666">
+       <a href="javascript:history.go(-2)"><font color="White"><b>&gt;&gt; ${lang("postingdone.back")}</b></font></a>
+               </td>
+       </tr>
+</table>
+</body>
+</html>
+