/[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 438 by dpavlin, Sun Apr 9 23:52:13 2006 UTC revision 439 by dpavlin, Sun Apr 30 23:20:03 2006 UTC
# Line 25  Line 25 
25   All:   All:
26  </td><td>  </td><td>
27   <input autocomplete="off" id="sve_input" name="all" type="text" value="" size="60"/>   <input autocomplete="off" id="sve_input" name="all" type="text" value="" size="60"/>
  <span id="sve_input_loading" style="display: none;">  
   <img src="/img/indicator.gif" />  
  </span>  
   
  <div class="auto_complete" id="sve_input_auto_complete"></div>  
 [% c.prototype.auto_complete_field( 'sve_input', {  
         url => url_suggest _  '?search=all&show=TitleProper',  
         indicator => 'sve_input_loading',  
         frequency => 0.8,  
 } ) %]  
28   <!-- operator for individual words -->   <!-- operator for individual words -->
29   <input type="hidden" name="_all" value="AND" />   <input type="hidden" name="_all" value="AND" />
30  </td>  </td>
# Line 45  Line 35 
35   Title:   Title:
36  </td><td>  </td><td>
37   <input autocomplete="off" id="naslov_input" name="TitleProper" type="text" value="" size="60"/>   <input autocomplete="off" id="naslov_input" name="TitleProper" type="text" value="" size="60"/>
  <span id="naslov_input_loading" style="display: none;">  
   <img src="/img/indicator.gif" />  
  </span>  
   
  <div class="auto_complete" id="naslov_input_auto_complete"></div>  
 [% c.prototype.auto_complete_field( 'naslov_input', {  
         url => url_suggest _  '?search=TitleProper&show=TitleProper',  
         indicator => 'naslov_input_loading',  
         frequency => 0.8,  
 } ) %]  
   
38   <input type="hidden" name="_TitleProper" value="AND" />   <input type="hidden" name="_TitleProper" value="AND" />
39    
40  </td>  </td>
# Line 66  Line 45 
45   Author:   Author:
46  </td><td>  </td><td>
47   <input autocomplete="off" id="autor_input" name="Names" type="text" value="" size="60"/>   <input autocomplete="off" id="autor_input" name="Names" type="text" value="" size="60"/>
  <span id="autor_input_loading" style="display: none;">  
   <img src="/img/indicator.gif" />  
  </span>  
 <div class="auto_complete" id="autor_input_auto_complete"></div>  
 [% c.prototype.auto_complete_field( 'autor_input', {  
         url => url_suggest _  '?search=Names&show=Names',  
         indicator => 'autor_input_loading',  
         frequency => 0.8,  
 } ) %]  
   
48   <input type="hidden" name="_Names" value="AND" />   <input type="hidden" name="_Names" value="AND" />
49    
50  </td>  </td>

Legend:
Removed from v.438  
changed lines
  Added in v.439

  ViewVC Help
Powered by ViewVC 1.1.26