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

Contents of /Webpacus/root/results.tt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 100 - (show annotations)
Tue Nov 22 14:45:17 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 431 byte(s)
 r9039@llin:  dpavlin | 2005-11-22 15:46:47 +0100
 added FillInForm, simplify encoding mess by removing C:P:Unicode::Encoding

1
2
3 <pre>[%
4 USE dumper;
5 dumper.dump( params )
6 %]</pre>
7
8 [% 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 [% FOREACH r IN html_results %]
19 [% r %]
20 <hr/>
21 [% END %]
22
23 </form>
24
25 <br/><tt>End of results.</tt>

  ViewVC Help
Powered by ViewVC 1.1.26