/[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 135 by dpavlin, Thu Nov 24 16:30:11 2005 UTC revision 136 by dpavlin, Thu Nov 24 22:29:34 2005 UTC
# Line 7  Line 7 
7  %]</pre>  %]</pre>
8  -->  -->
9    
10    [% hits = html_results.size %]
11    
12    [% IF hits < 1 %]
13    <div class="no_results">
14     No results
15    </div>
16     [% STOP %]
17    [% END %]
18    
19  [% c.prototype.form_remote_tag(  [% c.prototype.form_remote_tag(
20          url => base _ 'results',          url => base _ 'results',
21          update => 'results',          update => 'results',
# Line 28  Line 37 
37    
38  <span style="float: left; font-size: 90%; color: #404040;">  <span style="float: left; font-size: 90%; color: #404040;">
39    
 [% hits = html_results.size %]  
40    
41  Found  Found
42  [%- IF html_results.size == 100 ; -%]  [%- IF html_results.size == 100 ; -%]

Legend:
Removed from v.135  
changed lines
  Added in v.136

  ViewVC Help
Powered by ViewVC 1.1.26