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

Diff of /trunk/templates/results.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by dpavlin, Tue May 4 15:47:14 2004 UTC revision 21 by dpavlin, Sat May 8 00:54:16 2004 UTC
# Line 1  Line 1 
1  Search results for [% query %] produced [% results.size %] results...  Found [% total_hits %] matches, showing first <b>[% results.size %]</b> results for query <tt>[% param.search %]</tt>
2    [% IF date_limit %]
3    , date limit <tt>[% date_limit %]</tt>
4    <a href="/[% url_search %]">off</a>
5    [% END %]
6    
7  <hr>  [% FOR msg = results %]
8  [% FOR result = results %]   <hr>
9  <big style="color: #808080">[% result.subject %]</big>  <span class="subject"><a href="?show_id=[% msg.id %]">[% msg.subject %]</a></span>
10  <br>  <br>
11   [% FOR f = result.from %]  [% from(msg) %]
12    <em>[% f %]</em>,  [% date(msg) %]
13   [% END %]  <br>[% to(msg) %]
14    <pre>[% FILTER html %][% FILTER body5 ; msg.body ; END %][% END %]</pre>
15  <br><pre>  [% END %]
 [% result.body %]  
 </pre>  
16    
17    [% IF total_hits - results.size > 0 %]
18    <hr>
19    There are [% total_hits - results.size %] more hits.
20  [% END %]  [% END %]

Legend:
Removed from v.4  
changed lines
  Added in v.21

  ViewVC Help
Powered by ViewVC 1.1.26