--- trunk/templates/results.html 2004/05/08 16:06:58 25 +++ trunk/templates/results.html 2004/05/08 20:34:26 27 @@ -19,17 +19,21 @@ [% FOR msg = results %] -
+
[% search('subject',msg.subject,param.sort_by,'[?]') %] [% msg.subject %]
[% from(msg) %] [% date(msg) %]
[% to(msg) %] +
+
[% FILTER html %][% FILTER body5 ; msg.body ; END %][% END %]
+
[% END %] [% IF total_hits - results.size > 0 %] -
+ There are [% total_hits - results.size %] more hits. + [% END %]