--- Webpacus/root/search.tt 2005/11/22 20:26:52 109 +++ Webpacus/root/search.tt 2005/12/17 03:20:09 273 @@ -1,61 +1,110 @@ [% 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', + } ) %] + + + + + + + +
+ Sve: + + + + +
+[% c.prototype.auto_complete_field( 'sve_input', { + url => url _ 'TitleProper', + indicator => 'sve_input_loading', + frequency => 0.8, +} ) %] + + +
Naslov: -
[% c.prototype.auto_complete_field( 'naslov_input', { url => url _ 'TitleProper', - indicator => 'naslov_input_loading' + indicator => 'naslov_input_loading', + frequency => 0.8, } ) %]
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, } ) %]
- + + + + + + + + +
+Databases +
+ +
+
+
-no results yet +[% IF results ; results ; ELSE %] +No results yet. +[% END %]
[% INCLUDE footer.tt %]