/[mws]/trunk/templates/results.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/templates/results.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21 - (show annotations)
Sat May 8 00:54:16 2004 UTC (20 years ago) by dpavlin
File MIME type: text/html
File size: 583 byte(s)
major improvements:
- decoding of Base-64 haders
- search now accepts array of limits and operators
- date searches work as expected (result of above)
- autoformat now reformats ALL parafraphs (oh, bug)
- search is preseved when browsing through calendar

1 Found [% total_hits %] matches, showing first <b>[% results.size %]</b> results for query <tt>[% param.search %]</tt>
2 [% IF date_limit %]
3 , date limit <tt>[% date_limit %]</tt>
4 <a href="/[% url_search %]">off</a>
5 [% END %]
6
7 [% FOR msg = results %]
8 <hr>
9 <span class="subject"><a href="?show_id=[% msg.id %]">[% msg.subject %]</a></span>
10 <br>
11 [% from(msg) %]
12 [% date(msg) %]
13 <br>[% to(msg) %]
14 <pre>[% FILTER html %][% FILTER body5 ; msg.body ; END %][% END %]</pre>
15 [% END %]
16
17 [% IF total_hits - results.size > 0 %]
18 <hr>
19 There are [% total_hits - results.size %] more hits.
20 [% END %]

  ViewVC Help
Powered by ViewVC 1.1.26