Lines 1-11
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>[% title %]</title> |
3 |
<title>Koha -- Circulation: Transfers</title> |
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" /> |
5 |
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" /> |
6 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" /> |
6 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" /> |
7 |
[% IF stylesheet %] |
7 |
[% IF ( Koha.Preference('SlipCSS') ) %] |
8 |
<link rel="stylesheet" type="text/css" href="[% stylesheet %]" /> |
8 |
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') %]" /> |
9 |
[% END %] |
9 |
[% END %] |
10 |
|
10 |
|
11 |
<script type="text/javascript"> |
11 |
<script type="text/javascript"> |
Lines 24-33
Link Here
|
24 |
|
24 |
|
25 |
[% IF plain %] |
25 |
[% IF plain %] |
26 |
<pre> |
26 |
<pre> |
27 |
[% slip %] |
27 |
[% IF ( slip ) %][% slip %][% ELSE %]Reserve not found[% END %] |
28 |
</pre> |
28 |
</pre> |
29 |
[% ELSE %] |
29 |
[% ELSE %] |
30 |
[% slip %] |
30 |
[% IF ( slip ) %][% slip %][% ELSE %]Reserve not found[% END %] |
31 |
[% END %] |
31 |
[% END %] |
32 |
|
32 |
|
33 |
[% INCLUDE 'intranet-bottom.inc' %] |
33 |
[% INCLUDE 'intranet-bottom.inc' %] |
34 |
- |
|
|