--- Webpacus/root/search.tt 2005/11/26 01:54:31 153 +++ Webpacus/root/search.tt 2005/12/25 23:31:59 322 @@ -1,6 +1,5 @@ [% INCLUDE header.tt %] -[% c.prototype.auto_complete_stylesheet %] [% url = base _ 'search/suggest/' %] [% c.prototype.form_remote_tag( @@ -14,7 +13,7 @@ } ) %] - +
@@ -58,15 +57,15 @@ @@ -75,21 +74,38 @@ - + + +
+Select databases + +
- +
+ + +
+
+[% IF results ; results ; ELSE %] No results yet. +[% END %]
[% INCLUDE footer.tt %]
@@ -24,12 +23,12 @@ -
[% c.prototype.auto_complete_field( 'sve_input', { url => url _ 'TitleProper', - indicator => 'sve_input_loading' + indicator => 'sve_input_loading', + frequency => 0.8, } ) %] @@ -44,12 +43,12 @@ -
[% 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, } ) %]