/[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 7 by dpavlin, Wed May 5 15:38:35 2004 UTC
# Line 1  Line 1 
1  Search results for [% query %] produced [% results.size %] results...  Search results for <tt>[% query %]</tt>
2    produced [% results.size %] results...
3    
 <hr>  
 [% FOR result = results %]  
 <big style="color: #808080">[% result.subject %]</big>  
 <br>  
  [% FOR f = result.from %]  
   <em>[% f %]</em>,  
  [% END %]  
   
 <br><pre>  
 [% result.body %]  
 </pre>  
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 %]  [% END %]

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

  ViewVC Help
Powered by ViewVC 1.1.26