/[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 13 - (show annotations)
Thu May 6 16:53:40 2004 UTC (20 years ago) by dpavlin
File MIME type: text/html
File size: 336 byte(s)
partial implementation for dates, more verbose debugging, index should now
return all fields writen in it (this will break Plucene code, so it's
non-function from now on)

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 <br><tt>[% FILTER html %]
11 [% FILTER body5 ; msg.body ; END %]
12 [% END %]
13 </tt>
14 [% END %]

  ViewVC Help
Powered by ViewVC 1.1.26