--- Webpacus/root/results.tt 2005/11/22 14:45:17 100 +++ Webpacus/root/results.tt 2005/11/24 12:17:55 129 @@ -1,25 +1,57 @@ + - + [% c.prototype.form_remote_tag( url => base _ 'results', update => 'results', - loading => " Effect.Appear('searching'); ", - loaded => " Effect.Fade('searching'); ", + loading => 'show_searching();', + loaded => 'hide_searching();', + html_options => { + id => 'results_form', + } ) %] + + + + + + + +Found +[%- IF html_results.size == 100 ; -%] +more than +[%- END %] +[% html_results.size %] results for '[% phrase %]'. + + + + + full + + APA + + ISBD + + +
+ [% FOREACH r IN html_results %] [% r %] -
[% END %] -
End of results. +
+End of results. + +