/[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 19 - (show annotations)
Fri May 7 20:52:34 2004 UTC (19 years, 11 months ago) by dpavlin
File MIME type: text/html
File size: 479 byte(s)
added From, To, Cc lists with unique feature: it will count same names
in different order as, well, same name :-) It will also remove accented
characters when counting names, to detect false duplicates (using
Text::Unaccent)

1 Found [% total_hits %] matches, showing first <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 %]
12
13 [% IF total_hits - results.size > 0 %]
14 <hr>
15 There are [% total_hits - results.size %] more hits.
16 [% END %]

  ViewVC Help
Powered by ViewVC 1.1.26