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

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

  ViewVC Help
Powered by ViewVC 1.1.26