Lines 1-15
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' %] |
5 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] › Self checkout help</title> |
6 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] › Self checkout help</title> |
6 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
7 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
7 |
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats --> |
8 |
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats --> |
8 |
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" /> |
9 |
<link rel="shortcut icon" href="[% IF ( Koha.Preference('OpacFavicon') ) %][% Koha.Preference('OpacFavicon') | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" /> |
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 |
- |
|
|