/[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 7 - (hide annotations)
Wed May 5 15:38:35 2004 UTC (20 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 372 byte(s)
extracted more methods, support for other formats, misc improvements

1 dpavlin 6 Search results for <tt>[% query %]</tt>
2     produced [% results.size %] results...
3 dpavlin 4
4 dpavlin 7
5     [% FOR msg = results %]
6     <hr>
7     <h1 style="color: #808080"><a href="?show_id=[% msg.id %]">[% msg.subject %]</a></h1>
8 dpavlin 6 <h2>
9 dpavlin 7 [% FOREACH f IN msg.from %]
10 dpavlin 6 [% search('from_phrase',f) %][% IF !loop.last %],[% END %]
11 dpavlin 4 [% END %]
12 dpavlin 6 </h2>
13 dpavlin 7 <pre>[% FILTER body5 %][% msg.body %][% END %]</pre>
14 dpavlin 6 [% END %]

  ViewVC Help
Powered by ViewVC 1.1.26