/[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 407 by dpavlin, Sun Feb 19 20:16:11 2006 UTC revision 408 by dpavlin, Mon Feb 20 15:33:19 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   [% INCLUDE databases.tt %]   [% INCLUDE databases.tt %]
93   </ul>   </ul>
# Line 112  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    DOM.Ready.onIdReady( "html_results", results_ready );
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.407  
changed lines
  Added in v.408

  ViewVC Help
Powered by ViewVC 1.1.26