/[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

Annotation of /Webpacus/root/results.tt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 97 - (hide annotations)
Tue Nov 22 12:57:35 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 430 byte(s)
 r9028@llin:  dpavlin | 2005-11-22 13:01:28 +0100
 minor tweaks to have more debugging info in results

1 dpavlin 97
2    
3 dpavlin 93 <pre>[%
4     USE dumper;
5 dpavlin 97 dumper.dump( param )
6 dpavlin 93 %]</pre>
7 dpavlin 83
8 dpavlin 97 [% c.prototype.form_remote_tag(
9     url => base _ 'results',
10     update => 'results',
11     loading => " Effect.Appear('searching'); ",
12     loaded => " Effect.Fade('searching'); ",
13     ) %]
14    
15     <input name="TitleProper" type="hidden" size="60"/>
16     <input name="PersonalName" type="hidden" size="60"/>
17    
18 dpavlin 93 [% FOREACH r IN results %]
19 dpavlin 95 [% r.html %]
20     <hr/>
21 dpavlin 93 [% END %]
22    
23 dpavlin 97 </form>
24    
25     <br/><tt>End of results.</tt>

  ViewVC Help
Powered by ViewVC 1.1.26