Lines 1-18
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
3 |
[% USE Koha %] |
3 |
[% USE Koha %] |
|
|
4 |
[% PROCESS 'i18n.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
|
|
6 |
<title>[% FILTER collapse %] |
5 |
[% IF ( caller == 'hold-transfer' ) %] |
7 |
[% IF ( caller == 'hold-transfer' ) %] |
6 |
<title>Hold transfer print receipt › Circulation › Koha</title> |
8 |
[% t("Hold transfer print receipt") | html %] › |
|
|
9 |
[% t("Circulation") | html %] › |
7 |
[% ELSIF ( caller == 'transfer' ) %] |
10 |
[% ELSIF ( caller == 'transfer' ) %] |
8 |
<title>Transfers print receipt › Circulation › Koha</title> |
11 |
[% t("Transfers print receipt") | html %] › |
|
|
12 |
[% t("Circulation") | html %] › |
9 |
[% ELSIF ( caller == 'members' ) %] |
13 |
[% ELSIF ( caller == 'members' ) %] |
10 |
<title>Print receipt for [% borrowernumber | html %] › Patrons › Koha</title> |
14 |
[% tx("Print receipt for {borrowernumber}", { borrowernumber = borrowernumber }) | html %] › |
|
|
15 |
[% t("Patrons") | html %] › |
11 |
[% ELSIF ( caller == 'recall' ) %] |
16 |
[% ELSIF ( caller == 'recall' ) %] |
12 |
<title>Recall print receipt › Circulation &rsqaquo; Koha</title> |
17 |
[% t("Recall print receipt") | html %] › |
|
|
18 |
[% t("Circulation") | html %] &rsqaquo; |
13 |
[% ELSIF ( title ) %][%# FIXME title is never defined %] |
19 |
[% ELSIF ( title ) %][%# FIXME title is never defined %] |
14 |
<title>[% title | html %] › Patrons › Koha</title> |
20 |
[% title | html %] › |
|
|
21 |
[% t("Patrons") | html %] › |
15 |
[% END %] |
22 |
[% END %] |
|
|
23 |
[% t("Koha") | html %] |
24 |
[% END %]</title> |
16 |
[% INCLUDE 'doc-head-close.inc' %] |
25 |
[% INCLUDE 'doc-head-close.inc' %] |
17 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
26 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
18 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" /> |
27 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" /> |