/[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 93 by dpavlin, Tue Nov 22 12:57:15 2005 UTC revision 115 by dpavlin, Wed Nov 23 00:15:01 2005 UTC
# Line 1  Line 1 
1  <h1>Results should be here</h1>  <!-- results -->
   
 <em>they are none, move on...</em>  
2    
3    <!--
4  <pre>[%  <pre>[%
5          USE dumper;          USE dumper;
6          dumper.dump(results)          dumper.dump( params )
7  %]</pre>  %]</pre>
8    -->
9    
10    [% c.prototype.form_remote_tag(
11            url => base _ 'results',
12            update => 'results',
13            loading => 'show_searching();',
14            loaded => 'hide_searching();',
15            html_options => {
16                    id => 'results_form',
17            }
18    ) %]
19    
20    <!-- persistant fileds for search -->
21    
22  [% FOREACH r IN results %]  <input name="TitleProper" type="hidden" size="60"/>
23    <input name="PersonalName" type="hidden" size="60"/>
24    
25  <small>[% r %]</small>  <input name="_template" type="hidden" id="template_name" />
26    
27    [% FOREACH r IN html_results %]
28    [% r %]
29  [% END %]  [% END %]
30    
31  <br/><tt>_EOF_</tt>  </form>
32    
33    <br/><tt>End of results.</tt>
34    
35    <!-- end of results -->

Legend:
Removed from v.93  
changed lines
  Added in v.115

  ViewVC Help
Powered by ViewVC 1.1.26