View | Details | Raw Unified | Return to bug 34093
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/xslt/OAI.xslt (-4 / +3 lines)
Lines 26-34 Link Here
26
                <title>Koha OAI-PMH Data Provider</title>
26
                <title>Koha OAI-PMH Data Provider</title>
27
                <meta name="viewport" content="width=device-width, initial-scale=1.0" />
27
                <meta name="viewport" content="width=device-width, initial-scale=1.0" />
28
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
28
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
29
                <script src="/opac-tmpl/bootstrap/lib/jquery/jquery-3.6.0.min.js"></script>
29
                <script src="/opac-tmpl/lib/jquery/jquery-3.6.0.min.js"></script>
30
                <script src="/opac-tmpl/bootstrap/lib/jquery/jquery-migrate-3.3.2.min.js"></script>
30
                <script src="/opac-tmpl/lib/jquery/jquery-migrate-3.3.2.min.js"></script>
31
                <script src="/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.bundle.min.js"></script>
31
                <script src="/opac-tmpl/lib/bootstrap/js/bootstrap.bundle.min.js"></script>
32
                <link rel="stylesheet" href="/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css" type="text/css" />
32
                <link rel="stylesheet" href="/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css" type="text/css" />
33
                <link rel="stylesheet" href="/opac-tmpl/bootstrap/css/oai.css" type="text/css" />
33
                <link rel="stylesheet" href="/opac-tmpl/bootstrap/css/oai.css" type="text/css" />
34
            </head>
34
            </head>
35
- 

Return to bug 34093