/[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 14 by dpavlin, Thu May 6 19:46:58 2004 UTC revision 19 by dpavlin, Fri May 7 20:52:34 2004 UTC
# Line 1  Line 1 
1  Found <b>[% results.size %]</b> results for query <tt>[% param.search %]</tt>.  Found [% total_hits %] matches, showing first <b>[% results.size %]</b> results for query <tt>[% param.search %]</tt>.
2    
3  [% FOR msg = results %]  [% FOR msg = results %]
4   <hr>   <hr>
# Line 9  Found <b>[% results.size %]</b> results Line 9  Found <b>[% results.size %]</b> results
9  <br>[% to(msg) %]  <br>[% to(msg) %]
10  <pre>[% FILTER html %][% FILTER body5 ; msg.body ; END %][% END %]</pre>  <pre>[% FILTER html %][% FILTER body5 ; msg.body ; END %][% END %]</pre>
11  [% END %]  [% END %]
12    
13    [% IF total_hits - results.size > 0 %]
14    <hr>
15    There are [% total_hits - results.size %] more hits.
16    [% END %]

Legend:
Removed from v.14  
changed lines
  Added in v.19

  ViewVC Help
Powered by ViewVC 1.1.26