/[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 37 by dpavlin, Sun May 9 09:48:38 2004 UTC revision 38 by dpavlin, Mon May 10 14:07:04 2004 UTC
# Line 1  Line 1 
1  <span class="results">  <span class="results">
2  [% IF results.size < total_hits %]<abbr title="showing">[% results.size %]</abbr>/[% END %][% total_hits %]  [% IF results.size < total_hits %]<abbr title="showing">[% results.size %]</abbr>/[% END %][% total_hits %]
3  [% IF total_hits > 1 %]messages[% ELSE %]message[% END %]  [% IF total_hits > 1 %]messages[% ELSE %]message[% END %]
4    ([% IF param.full_body %]<a href="[% url_search(param.search) %]&full_body=0">show brief</a>[% ELSE %]<a href="[% url_search(param.search) %]&full_body=1">show full</a>[% END %])
5  [% IF param.search %]  [% IF param.search %]
6  for  for
7   <span class="search_query">   <span class="search_query">
# Line 29  Sort by: [% sort_bar(param,"","&nbsp;|&n Line 30  Sort by: [% sort_bar(param,"","&nbsp;|&n
30  [% date(msg) %]  [% date(msg) %]
31  <br>[% to(msg) %]  <br>[% to(msg) %]
32  </div>  </div>
33  <div class="message"><pre>[% FILTER body5 ; msg.body ; END %]</pre>  <div class="message">
34    [% IF param.full_body %]
35    <pre>[% FILTER body ; msg.body ; END %]</pre>
36    [% ELSE %]
37    <pre>[% FILTER body5 ; msg.body ; END %]</pre>
38    [% END %]
39  </div>  </div>
40  [% END %]  [% END %]
41    

Legend:
Removed from v.37  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26