/[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

Annotation of /trunk/templates/results.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (hide annotations)
Fri May 7 20:52:34 2004 UTC (20 years, 1 month 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 dpavlin 17 Found [% total_hits %] matches, showing first <b>[% results.size %]</b> results for query <tt>[% param.search %]</tt>.
2 dpavlin 4
3 dpavlin 7 [% FOR msg = results %]
4     <hr>
5 dpavlin 13 <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 dpavlin 14 <pre>[% FILTER html %][% FILTER body5 ; msg.body ; END %][% END %]</pre>
11 dpavlin 6 [% END %]
12 dpavlin 19
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