/[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 358 by dpavlin, Sun Jan 8 13:58:19 2006 UTC revision 386 by dpavlin, Sun Jan 22 12:05:56 2006 UTC
# Line 2  Line 2 
2    
3  [% url = base _ 'search/suggest/' %]  [% url = base _ 'search/suggest/' %]
4    
5    <!--
6  [% c.prototype.form_remote_tag(  [% c.prototype.form_remote_tag(
7          url => base _ 'search/results',          url => base _ 'search/results',
8          update => 'results',          update => 'results',
# Line 12  Line 13 
13                  name => 'results_form',                  name => 'results_form',
14          }          }
15  ) %]  ) %]
16    -->
17    <form action="[% base _ 'search/results' %]" method="get" id="results_form" name="results_form">
18    
19  <table id="search_table">  <table id="search_table" border="0">
20    
21  <tr>  <tr>
22  <td>  <td>
# Line 50  Line 53 
53          indicator => 'naslov_input_loading',          indicator => 'naslov_input_loading',
54          frequency => 0.8,          frequency => 0.8,
55  } ) %]  } ) %]
56    
57     <input type="hidden" name="_TitleProper" value="AND" />
58    
59  </td>  </td>
60    
61  </tr><tr>  </tr><tr>
# Line 67  Line 73 
73          indicator => 'autor_input_loading',          indicator => 'autor_input_loading',
74          frequency => 0.8,          frequency => 0.8,
75  } ) %]  } ) %]
76    
77     <input type="hidden" name="_Names" value="AND" />
78    
79  </td>  </td>
80    
81  </tr>  </tr>
# Line 78  Line 87 
87  <input name="_reset" type="hidden" id="_reset" value="sve_input,naslov_input,autor_input"/>  <input name="_reset" type="hidden" id="_reset" value="sve_input,naslov_input,autor_input"/>
88    
89  <div class="databases">  <div class="databases">
90  <a href="#" onclick="return toggleLinkAndElement( this, 'database_list', 'Hide databases');">Select databases</a>  <a href="#" onclick="return toggleLinkAndElement( this, 'database_list', 'Sakrij knjižnice!');">Pokaži knjižnice!</a>
91   <ul id="database_list" style="display: none;">   <ul id="database_list" style="display: none;">
92    [% FOREACH db = c.comp('Model::Databases').list({ require_input => 1 }).sort('name') %]    [% FOREACH db = c.comp('Model::Databases').list({ require_input => 1 }).sort('name') %]
93     <li><input type="checkbox" name="_database" value="[% db.prefix %]" onclick="return checkbox_click();"><a href="#" onclick="return checkbox_single('_database','[% db.prefix %]');">[% db.name %]</a></li>     <li><input type="checkbox" name="_database" value="[% db.prefix %]" onclick="return checkbox_click();"><a href="#" onclick="return checkbox_single('_database','[% db.prefix %]');">[% db.name %]</a></li>
# Line 101  Line 110 
110    
111  </div>  </div>
112    
113    
114  </form>  </form>
115    
116  <div id="results">  <div id="results">

Legend:
Removed from v.358  
changed lines
  Added in v.386

  ViewVC Help
Powered by ViewVC 1.1.26