/[webpac2]/Webpacus/root/results.tt
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 /Webpacus/root/results.tt

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

revision 442 by dpavlin, Mon May 1 10:30:03 2006 UTC revision 443 by dpavlin, Mon May 1 13:48:42 2006 UTC
# Line 1  Line 1 
1  <!-- results -->  <!-- results -->
2    
3  <pre>  <pre>
4  [% USE dumper ; dumper.dump( site_uri_params ) %]  [% USE dumper ; dumper.dump( site_uri_params( _page => 42 ) ) %]
5  </pre>  </pre>
6    
7  [% hits = html_results.size || 0 %]  [% hits = html_results.size || 0 %]
# Line 20  Line 20 
20    
21  <div class="results">  <div class="results">
22    
23  Found <em>[% hints.hit %] result[%- IF hints.hit > 1 ; 's' ; END %]</em>  Showing [% pager.first %] - [% pager.last %] of
24  for '<em>[% phrase %]</em>'  <strong>[% hints.hit %] result[%- IF hints.hit > 1 ; 's' ; END %]</strong>
25  [%- IF page > 1 ; ', this is page ' ; page ; END %]  for '<strong>[% phrase %]</strong>'
 in [% hints.time %]s.  
 Showing results [% pager.first %] - [% pager.last %].  
26    
27  [% IF attr && attr.size %]  [% IF attr && attr.size %]
28  <span class="attr">[ [% attr.join(", ") %] ]</span>  <span class="attr">[ [% attr.join(", ") %] ]</span>
# Line 32  Showing results [% pager.first %] - [% p Line 30  Showing results [% pager.first %] - [% p
30    
31  </div>  </div>
32    
33    <div style="float:right; font-size: 80%; color: #888; text-align: right;">
34    time: [% hints.time %]s
35    <br/>
36    page: [% page %] of [% pager.last_page %]
37    <br/>
38    template: [% current_template %]
39    </div>
40    
41  <span class="switch_template">  <span class="switch_template">
42        

Legend:
Removed from v.442  
changed lines
  Added in v.443

  ViewVC Help
Powered by ViewVC 1.1.26