|
Lines 1-4
Link Here
|
| 1 |
[% USE raw %] |
1 |
[% USE raw %] |
|
|
2 |
[% USE Koha %] |
| 2 |
[% USE Asset %] |
3 |
[% USE Asset %] |
| 3 |
[% USE KohaDates %] |
4 |
[% USE KohaDates %] |
| 4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
|
Lines 9-15
Link Here
|
| 9 |
[% Asset.css("lib/bootstrap/css/bootstrap.min.css") | $raw %] |
10 |
[% Asset.css("lib/bootstrap/css/bootstrap.min.css") | $raw %] |
| 10 |
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %] |
11 |
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %] |
| 11 |
[% Asset.css("css/sco.css") | $raw %] |
12 |
[% Asset.css("css/sco.css") | $raw %] |
| 12 |
[% IF ( OPACUserCSS ) %]<style>[% OPACUserCSS | $raw %]</style>[% END %] |
13 |
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') | $raw %]</style>[% END %] |
| 13 |
[% IF ( SCOUserCSS ) %]<style>[% SCOUserCSS | $raw %]</style>[% END %] |
14 |
[% IF ( SCOUserCSS ) %]<style>[% SCOUserCSS | $raw %]</style>[% END %] |
| 14 |
<!--[if lt IE 9]> |
15 |
<!--[if lt IE 9]> |
| 15 |
<script src="[% interface | html %]/[% theme | html %]/lib/respond.min.js"></script> |
16 |
<script src="[% interface | html %]/[% theme | html %]/lib/respond.min.js"></script> |
| 16 |
- |
|
|