/[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 97 - (show 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
2
3 <pre>[%
4 USE dumper;
5 dumper.dump( param )
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 results %]
19 [% r.html %]
20 <hr/>
21 [% END %]
22
23 </form>
24
25 <br/><tt>End of results.</tt>

  ViewVC Help
Powered by ViewVC 1.1.26