/[webpac2]/Webpacus/root/search.tt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/root/search.tt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 421 by dpavlin, Mon Feb 20 17:12:36 2006 UTC revision 422 by dpavlin, Sun Mar 19 22:57:05 2006 UTC
# Line 1  Line 1 
1  [% INCLUDE header.tt %]  [% INCLUDE header.tt %]
2    
3  [% url = base _ 'search/suggest/' %]  [% url_suggest = base _ site_url _ 'search/suggest/' %]
4    
5    <!-- site: [% site %] base: [% base %] site_url: [% site_url %] -->
6    
7  <!--  <!--
8  [% c.prototype.form_remote_tag(  [% c.prototype.form_remote_tag(
9          url => base _ 'search/results',          url => base _ site_url _ 'search/results',
10          update => 'results',          update => 'results',
11          loading => 'show_searching();',          loading => 'show_searching();',
12          loaded => 'hide_searching();',          loaded => 'hide_searching();',
# Line 14  Line 16 
16          }          }
17  ) %]  ) %]
18  -->  -->
19  <form action="[% base _ 'search/results' %]" method="get" id="results_form" name="results_form">  <form action="[% base _ site_url _ 'search/results' %]" method="get" id="results_form" name="results_form">
20    
21  <table id="search_table" border="0">  <table id="search_table" border="0">
22    
# Line 29  Line 31 
31    
32   <div class="auto_complete" id="sve_input_auto_complete"></div>   <div class="auto_complete" id="sve_input_auto_complete"></div>
33  [% c.prototype.auto_complete_field( 'sve_input', {  [% c.prototype.auto_complete_field( 'sve_input', {
34          url => url _ '?search=all&show=TitleProper',          url => url_suggest _  '?search=all&show=TitleProper',
35          indicator => 'sve_input_loading',          indicator => 'sve_input_loading',
36          frequency => 0.8,          frequency => 0.8,
37  } ) %]  } ) %]
# Line 49  Line 51 
51    
52   <div class="auto_complete" id="naslov_input_auto_complete"></div>   <div class="auto_complete" id="naslov_input_auto_complete"></div>
53  [% c.prototype.auto_complete_field( 'naslov_input', {  [% c.prototype.auto_complete_field( 'naslov_input', {
54          url => url _ '?search=TitleProper&show=TitleProper',          url => url_suggest _  '?search=TitleProper&show=TitleProper',
55          indicator => 'naslov_input_loading',          indicator => 'naslov_input_loading',
56          frequency => 0.8,          frequency => 0.8,
57  } ) %]  } ) %]
# Line 69  Line 71 
71   </span>   </span>
72  <div class="auto_complete" id="autor_input_auto_complete"></div>  <div class="auto_complete" id="autor_input_auto_complete"></div>
73  [% c.prototype.auto_complete_field( 'autor_input', {  [% c.prototype.auto_complete_field( 'autor_input', {
74          url => url _ '?search=Names&show=Names',          url => url_suggest _  '?search=Names&show=Names',
75          indicator => 'autor_input_loading',          indicator => 'autor_input_loading',
76          frequency => 0.8,          frequency => 0.8,
77  } ) %]  } ) %]

Legend:
Removed from v.421  
changed lines
  Added in v.422

  ViewVC Help
Powered by ViewVC 1.1.26