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

(-)a/koha-tmpl/opac-tmpl/xslt/OAI.xslt (-3 / +3 lines)
Lines 26-33 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.js" type="text/javascript" />
29
                <script src="/opac-tmpl/bootstrap/lib/jquery/jquery-3.4.1.min.js"></script>
30
                <script src="/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.min.js" type="text/javascript" />
30
                <script src="/opac-tmpl/bootstrap/lib/jquery/jquery-migrate-3.1.0.min.js"></script>
31
                <script src="/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.min.js"></script>
31
                <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" />
32
                <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" />
33
            </head>
34
            </head>
34
- 

Return to bug 25793