/[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 403 by dpavlin, Sun Feb 19 18:12:57 2006 UTC revision 410 by dpavlin, Mon Feb 20 17:12:36 2006 UTC
# Line 87  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', 'Sakrij knjižnice!');">Pokaži knjižnice!</a>  <a id="toggle_database_list" 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::WebPAC').list_nodes( site ).sort('label') %]   [% INCLUDE databases.tt %]
    <li><input type="checkbox" name="_database" value="[% db.name %]" onclick="return checkbox_click();"><a href="#" onclick="return checkbox_single('_database','[% db.name %]');">[% db.label %]</a></li>  
   [% END %]  
93   </ul>   </ul>
94  </div>  </div>
95    
# Line 114  Line 112 
112  </form>  </form>
113    
114  <div id="results">  <div id="results">
115  [% IF results ; results ; ELSE %]  [% IF results ; results %]
116    <script type="text/javascript">
117    results_ready( 1 );
118    </script>
119    [% ELSE %]
120  <span class="notice">No results yet.</span>  <span class="notice">No results yet.</span>
121  [% END %]  [% END %]
122  </div>  </div>

Legend:
Removed from v.403  
changed lines
  Added in v.410

  ViewVC Help
Powered by ViewVC 1.1.26