/[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 7 by dpavlin, Wed May 5 15:38:35 2004 UTC revision 13 by dpavlin, Thu May 6 16:53:40 2004 UTC
# Line 1  Line 1 
1  Search results for <tt>[% query %]</tt>  Found <b>[% results.size %]</b> results for query <tt>[% param.search %]</tt>.
 produced [% results.size %] results...  
   
2    
3  [% FOR msg = results %]  [% FOR msg = results %]
4   <hr>   <hr>
5  <h1 style="color: #808080"><a href="?show_id=[% msg.id %]">[% msg.subject %]</a></h1>  <span class="subject"><a href="?show_id=[% msg.id %]">[% msg.subject %]</a></span>
6  <h2>  <br>
7   [% FOREACH f IN msg.from %]  [% from(msg) %]
8    [% search('from_phrase',f) %][% IF !loop.last %],[% END %]  [% date(msg) %]
9   [% END %]  <br>[% to(msg) %]
10  </h2>  <br><tt>[% FILTER html %]
11  <pre>[% FILTER body5 %][% msg.body %][% END %]</pre>  [% FILTER body5 ; msg.body ; END %]
12    [% END %]
13    </tt>
14  [% END %]  [% END %]

Legend:
Removed from v.7  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.26