|
Lines 3-9
Link Here
|
| 3 |
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] |
3 |
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] |
| 4 |
catalog › Advanced search |
4 |
catalog › Advanced search |
| 5 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
| 6 |
<script type="text/javascript" language="javascript">//<![CDATA[ |
6 |
<script type="text/javascript">//<![CDATA[ |
| 7 |
$(document).ready(function() { |
7 |
$(document).ready(function() { |
| 8 |
$('#advsearches').tabs(); |
8 |
$('#advsearches').tabs(); |
| 9 |
}); |
9 |
}); |
|
Lines 343-349
Link Here
|
| 343 |
<!-- /SEARCH BUTTONS --></div></div> |
343 |
<!-- /SEARCH BUTTONS --></div></div> |
| 344 |
</form> |
344 |
</form> |
| 345 |
</div> |
345 |
</div> |
| 346 |
<script type="text/javascript" language="javascript"> |
346 |
<script type="text/javascript"> |
| 347 |
/* This function allows to display a new field to search. |
347 |
/* This function allows to display a new field to search. |
| 348 |
*/ |
348 |
*/ |
| 349 |
$(document).on("click", '.ButtonPlus', function(e) { |
349 |
$(document).on("click", '.ButtonPlus', function(e) { |