/[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 136 by dpavlin, Thu Nov 24 22:29:34 2005 UTC revision 137 by dpavlin, Thu Nov 24 22:29:39 2005 UTC
# Line 11  Line 11 
11    
12  [% IF hits < 1 %]  [% IF hits < 1 %]
13  <div class="no_results">  <div class="no_results">
14   No results   No results found for '[% phrase %]'.
15  </div>  </div>
16    
17     [% IF attr && attr.size %]
18     <span style="font-size: 80%; color: #a0a0a0;">
19      [ [% attr.join(", ") %] ]
20     </span>
21     [% END %]
22   [% STOP %]   [% STOP %]
23  [% END %]  [% END %]
24    
25    <div>
26    
27  [% c.prototype.form_remote_tag(  [% c.prototype.form_remote_tag(
28          url => base _ 'results',          url => base _ 'results',
29          update => 'results',          update => 'results',
# Line 23  Line 31 
31          loaded => 'hide_searching();',          loaded => 'hide_searching();',
32          html_options => {          html_options => {
33                  id => 'results_form',                  id => 'results_form',
34                    name => 'results_form',
35          }          }
36  ) %]  ) %]
37    
# Line 39  Line 48 
48    
49    
50  Found  Found
51  [%- IF html_results.size == 100 ; -%]  [%- IF hits == 100 ; -%]
52  more than  more than
53  [%- END %]  [%- END %]
54  [% hits %]  [% hits %]
# Line 79  for '[% phrase %]'. Line 88  for '[% phrase %]'.
88    
89  </form>  </form>
90    
91    <div>
92    
93  <div style="font-size: 80%; color: #a0a0a0;">  <div style="font-size: 80%; color: #a0a0a0;">
94  End of results.  End of results.
95  </div>  </div>

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

  ViewVC Help
Powered by ViewVC 1.1.26