|
Lines 22-27
Link Here
|
| 22 |
var Sticky; |
22 |
var Sticky; |
| 23 |
$(document).ready(function() { |
23 |
$(document).ready(function() { |
| 24 |
|
24 |
|
|
|
25 |
//Toggle search box |
| 26 |
$(".search_toggle").click(function(){ |
| 27 |
$(".search_toggle").toggle("slow"); |
| 28 |
}); |
| 29 |
|
| 25 |
[% IF bib_doesnt_exist %] |
30 |
[% IF bib_doesnt_exist %] |
| 26 |
$("#addbibliotabs").hide(); |
31 |
$("#addbibliotabs").hide(); |
| 27 |
$("#toolbar").hide(); |
32 |
$("#toolbar").hide(); |
|
Lines 710-715
function PopupMARCFieldDoc(field) {
Link Here
|
| 710 |
</div> |
715 |
</div> |
| 711 |
|
716 |
|
| 712 |
[% INCLUDE 'header.inc' %] |
717 |
[% INCLUDE 'header.inc' %] |
|
|
718 |
<span class="search_toggle" style="display:none;">[% INCLUDE 'cataloging-search.inc' %]</span> |
| 719 |
<div> |
| 720 |
<a class="search_toggle">Show search box</a> |
| 721 |
<a class="search_toggle" style="display:none;">Hide search box</a> |
| 722 |
</div> |
| 713 |
|
723 |
|
| 714 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
724 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
| 715 |
<ol> |
725 |
<ol> |
| 716 |
- |
|
|