--- Webpacus/root/results.tt 2005/11/22 12:57:15 93 +++ Webpacus/root/results.tt 2005/11/24 12:18:00 130 @@ -1,16 +1,71 @@ -

Results should be here

- -they are none, move on... + + + +[% c.prototype.form_remote_tag( + url => base _ 'results', + update => 'results', + 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 %]'. + +[% IF attr %] + +[ +[% attr.join(", ") %] +] + +[% END %] + + + -[% FOREACH r IN results %] -[% r %] + + full + + APA + + ISBD + +
+ +
+ +[% FOREACH r IN html_results %] +[% r %] [% END %] -
_EOF_ +
+ + + +
+End of results. + +