a rudimentary search result template, used by OpenMir
[mir.git] / etc / open / search_results.template
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
3 <html>
4 <head>
5         <title>${lang("search.htmltitle")}</title>
6 </head>
7
8 <body bgcolor="White" text="Black" link="#006600" vlink="#666666" alink="Red">
9
10 <table width="100%" border="0" cellspacing="0" cellpadding="4" bgcolor="#cccccc">
11         <tr>
12                 <td align="center" bgcolor="#666666">
13                 <font color="White">${lang("search.title")}</font></td>
14         </tr>
15         <tr>
16                 <td bgcolor="#eeeeee"><font color="#000000">
17
18
19 <br>
20 ${lang("search.info")}
21 <br>
22 Number of hits = ${data.numberOfHits}
23 <br>
24 <list data.hits as h>
25 Title: <a href='/${lang("langcode")}${h.where}'>${h.title}</a><br >
26 Author: ${h.creator}<br >
27 </list>
28         </font>
29         </td>
30 </tr>
31
32 <tr>
33         <td valign="top" align="center" bgcolor="#666666">
34         <a href="javascript:history.go(-2)"><font color="White"><b>&gt;&gt; ${lang("postingdone.back")}</b></font></a>
35                 </td>
36         </tr>
37 </table>
38 </body>
39 </html>
40