Lines 18-24
Link Here
|
18 |
[% SET CookieConsentPopup = AdditionalContents.get( location => "CookieConsentPopup", lang => lang, library => branchcode || default_branch ) %] |
18 |
[% SET CookieConsentPopup = AdditionalContents.get( location => "CookieConsentPopup", lang => lang, library => branchcode || default_branch ) %] |
19 |
[% SET AllPublicBranches = Branches.all( search_params => { public => 1 }, selected => opac_name ) %] |
19 |
[% SET AllPublicBranches = Branches.all( search_params => { public => 1 }, selected => opac_name ) %] |
20 |
|
20 |
|
|
|
21 |
[% UNLESS ( advsearch ) %] |
22 |
<button id="scrolltosearch">Skip to search</button> |
23 |
[% END %] |
24 |
[% IF ( ( IsPatronPage && loggedinusername ) || opacfacets || IsMenuPage ) %] |
25 |
<button id="scrolltomenu">Skip to menu</button> |
26 |
[% END %] |
21 |
<button id="scrolltocontent">Skip to main content</button> |
27 |
<button id="scrolltocontent">Skip to main content</button> |
|
|
28 |
[% IF ( Koha.Preference('OPACReportProblem') && Koha.Preference('KohaAdminEmailAddress') ) || Koha.Preference( 'CookieConsent' ) || OpacKohaUrl || ( ( OpacLangSelectorMode == 'both' || OpacLangSelectorMode == 'footer') ) %] |
29 |
<button id="scrolltofooter">Skip to footer</button> |
30 |
[% END %] |
22 |
<!-- prettier-ignore-start --> |
31 |
<!-- prettier-ignore-start --> |
23 |
<!-- closed in opac-bottom.inc --> |
32 |
<!-- closed in opac-bottom.inc --> |
24 |
<div id="wrapper"> |
33 |
<div id="wrapper"> |