/[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 182 by dpavlin, Sun Nov 27 18:32:24 2005 UTC revision 203 by dpavlin, Fri Dec 2 23:01:25 2005 UTC
# Line 27  Line 27 
27   <div class="auto_complete" id="sve_input_auto_complete"></div>   <div class="auto_complete" id="sve_input_auto_complete"></div>
28  [% c.prototype.auto_complete_field( 'sve_input', {  [% c.prototype.auto_complete_field( 'sve_input', {
29          url => url _ 'TitleProper',          url => url _ 'TitleProper',
30          indicator => 'sve_input_loading'          indicator => 'sve_input_loading',
31            frequency => 0.8,
32  } ) %]  } ) %]
33   <!-- operator for individual words -->   <!-- operator for individual words -->
34   <input type="hidden" name="_all" value="AND" />   <input type="hidden" name="_all" value="AND" />
# Line 46  Line 47 
47   <div class="auto_complete" id="naslov_input_auto_complete"></div>   <div class="auto_complete" id="naslov_input_auto_complete"></div>
48  [% c.prototype.auto_complete_field( 'naslov_input', {  [% c.prototype.auto_complete_field( 'naslov_input', {
49          url => url _ 'TitleProper',          url => url _ 'TitleProper',
50          indicator => 'naslov_input_loading'          indicator => 'naslov_input_loading',
51            frequency => 0.8,
52  } ) %]  } ) %]
53  </td>  </td>
54    
# Line 62  Line 64 
64  <div class="auto_complete" id="autor_input_auto_complete"></div>  <div class="auto_complete" id="autor_input_auto_complete"></div>
65  [% c.prototype.auto_complete_field( 'autor_input', {  [% c.prototype.auto_complete_field( 'autor_input', {
66          url => url _ 'PersonalName',          url => url _ 'PersonalName',
67          indicator => 'autor_input_loading'          indicator => 'autor_input_loading',
68            frequency => 0.8,
69  } ) %]  } ) %]
70  </td>  </td>
71    

Legend:
Removed from v.182  
changed lines
  Added in v.203

  ViewVC Help
Powered by ViewVC 1.1.26