|
Lines 1-7
Link Here
|
| 1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
| 2 |
[% IF ( fullpage ) %] |
2 |
[% IF ( fullpage ) %] |
| 3 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
| 4 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Download list [% shelf.shelfname %]</title>[% INCLUDE 'doc-head-close.inc' %] |
4 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Download list [% shelf.shelfname | html %]</title>[% INCLUDE 'doc-head-close.inc' %] |
| 5 |
[% BLOCK cssinclude %][% END %] |
5 |
[% BLOCK cssinclude %][% END %] |
| 6 |
</head> |
6 |
</head> |
| 7 |
[% INCLUDE 'bodytag.inc' bodyid='opac-downloadlist' %] |
7 |
[% INCLUDE 'bodytag.inc' bodyid='opac-downloadlist' %] |
|
Lines 20-26
Link Here
|
| 20 |
[% END %] |
20 |
[% END %] |
| 21 |
<span class="divider">›</span> |
21 |
<span class="divider">›</span> |
| 22 |
</li> |
22 |
</li> |
| 23 |
<li>Download list <i>[% shelf.shelfname %]</i></li> |
23 |
<li>Download list <i>[% shelf.shelfname | html %]</i></li> |
| 24 |
</ul> |
24 |
</ul> |
| 25 |
<div class="container-fluid"> |
25 |
<div class="container-fluid"> |
| 26 |
<div class="row-fluid"> |
26 |
<div class="row-fluid"> |
|
Lines 47-53
Link Here
|
| 47 |
<p>Your download should begin automatically.</p> |
47 |
<p>Your download should begin automatically.</p> |
| 48 |
</div> |
48 |
</div> |
| 49 |
[% ELSE %] |
49 |
[% ELSE %] |
| 50 |
<h1>Download list <i>[% shelf.shelfname %]</i></h1> |
50 |
<h1>Download list <i>[% shelf.shelfname | html %]</i></h1> |
| 51 |
<form method="post" action="/cgi-bin/koha/opac-downloadshelf.pl"> |
51 |
<form method="post" action="/cgi-bin/koha/opac-downloadshelf.pl"> |
| 52 |
<fieldset> |
52 |
<fieldset> |
| 53 |
<select name="format" id="dlformat" required="required"> |
53 |
<select name="format" id="dlformat" required="required"> |