/[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 14 - (show annotations)
Thu May 6 19:46:58 2004 UTC (19 years, 11 months ago) by dpavlin
File MIME type: text/html
File size: 331 byte(s)
Make mbox2swish universal for all indexer (moving index-specific
thinks in own .pm) -- after MWS_plucene.pm update it should work with it.
Use Text::AutoFormat to re-format messages wider than wrap_margin
(from global.conf). Hard-coded ISO-8859-2 encoding now works correctly,
Subject searches now remove common subject prefixes, template updates.

1 Found <b>[% results.size %]</b> results for query <tt>[% param.search %]</tt>.
2
3 [% FOR msg = results %]
4 <hr>
5 <span class="subject"><a href="?show_id=[% msg.id %]">[% msg.subject %]</a></span>
6 <br>
7 [% from(msg) %]
8 [% date(msg) %]
9 <br>[% to(msg) %]
10 <pre>[% FILTER html %][% FILTER body5 ; msg.body ; END %][% END %]</pre>
11 [% END %]

  ViewVC Help
Powered by ViewVC 1.1.26