--- Webpacus/root/search.tt 2005/11/24 16:30:11 133 +++ Webpacus/root/search.tt 2005/12/17 03:43:42 277 @@ -1,13 +1,16 @@ [% INCLUDE header.tt %] -[% c.prototype.auto_complete_stylesheet %] [% url = base _ 'search/suggest/' %] [% c.prototype.form_remote_tag( - url => base _ 'results', + url => base _ 'search/results', update => 'results', loading => 'show_searching();', loaded => 'hide_searching();', + html_options => { + id => 'results_form', + name => 'results_form', + } ) %] @@ -20,12 +23,12 @@ -
[% c.prototype.auto_complete_field( 'sve_input', { url => url _ 'TitleProper', - indicator => 'sve_input_loading' + indicator => 'sve_input_loading', + frequency => 0.8, } ) %] @@ -40,12 +43,12 @@ -
[% c.prototype.auto_complete_field( 'naslov_input', { url => url _ 'TitleProper', - indicator => 'naslov_input_loading' + indicator => 'naslov_input_loading', + frequency => 0.8, } ) %] @@ -54,34 +57,56 @@
Autor: - + -
[% c.prototype.auto_complete_field( 'autor_input', { - url => url _ 'PersonalName', - indicator => 'autor_input_loading' + url => url _ 'Names', + indicator => 'autor_input_loading', + frequency => 0.8, } ) %]
- + + + + + +
+Select databases + +
+ +
+ + +
+
-no results yet +[% IF results ; results ; ELSE %] +No results yet. +[% END %]
[% INCLUDE footer.tt %]