/[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 100 by dpavlin, Tue Nov 22 14:45:17 2005 UTC revision 120 by dpavlin, Wed Nov 23 21:52:40 2005 UTC
# Line 1  Line 1 
1    <!-- results -->
2    
3    <!--
4  <pre>[%  <pre>[%
5          USE dumper;          USE dumper;
6          dumper.dump( params )          dumper.dump( params )
7  %]</pre>  %]</pre>
8    -->
9    
10  [% c.prototype.form_remote_tag(  [% c.prototype.form_remote_tag(
11          url => base _ 'results',          url => base _ 'results',
12          update => 'results',          update => 'results',
13          loading => " Effect.Appear('searching'); ",          loading => 'show_searching();',
14          loaded => " Effect.Fade('searching'); ",          loaded => 'hide_searching();',
15            html_options => {
16                    id => 'results_form',
17            }
18  ) %]  ) %]
19    
20    <!-- persistant fileds for search -->
21    
22    <input name="all" type="hidden" size="60"/>
23  <input name="TitleProper" type="hidden" size="60"/>  <input name="TitleProper" type="hidden" size="60"/>
24  <input name="PersonalName" type="hidden" size="60"/>  <input name="PersonalName" type="hidden" size="60"/>
25    
26    <input name="_template" type="hidden" id="template_name" />
27    
28    <small>
29    Found
30    [%- IF html_results.size == 100 ; -%]
31    more than
32    [%- END %]
33    [% html_results.size %] results.
34    
35  [% FOREACH r IN html_results %]  [% FOREACH r IN html_results %]
36  [% r %]  [% r %]
 <hr/>  
37  [% END %]  [% END %]
38    
39  </form>  </form>
40    
41  <br/><tt>End of results.</tt>  <br/><tt>End of results.</tt>
42    
43    <!-- end of results -->

Legend:
Removed from v.100  
changed lines
  Added in v.120

  ViewVC Help
Powered by ViewVC 1.1.26