--- Webpacus/root/results.tt 2006/05/01 10:30:03 442 +++ Webpacus/root/results.tt 2006/05/01 13:48:42 443 @@ -1,7 +1,7 @@
-[% USE dumper ; dumper.dump( site_uri_params ) %]
+[% USE dumper ; dumper.dump( site_uri_params( _page => 42 ) ) %]
 
[% hits = html_results.size || 0 %] @@ -20,11 +20,9 @@
-Found [% hints.hit %] result[%- IF hints.hit > 1 ; 's' ; END %] -for '[% phrase %]' -[%- IF page > 1 ; ', this is page ' ; page ; END %] -in [% hints.time %]s. -Showing results [% pager.first %] - [% pager.last %]. +Showing [% pager.first %] - [% pager.last %] of +[% hints.hit %] result[%- IF hints.hit > 1 ; 's' ; END %] +for '[% phrase %]' [% IF attr && attr.size %] [ [% attr.join(", ") %] ] @@ -32,6 +30,13 @@
+
+time: [% hints.time %]s +
+page: [% page %] of [% pager.last_page %] +
+template: [% current_template %] +