Lines 48-61
Link Here
|
48 |
<p><strong>An unknown error has occurred.<br />Please review the error log for more details.</strong></p> |
48 |
<p><strong>An unknown error has occurred.<br />Please review the error log for more details.</strong></p> |
49 |
[% END %] |
49 |
[% END %] |
50 |
</div> |
50 |
</div> |
51 |
[% END %] |
51 |
[% END # /IF ( error ) %] |
52 |
<ul> |
52 |
<ul> |
53 |
<li>[% total | html %] images found</li> |
53 |
<li>[% total | html %] images found</li> |
54 |
<li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">View final record</a></li> |
54 |
<li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">View final record</a></li> |
55 |
<li><a href="/cgi-bin/koha/tools/tools-home.pl">Back</a></li> |
55 |
<li><a href="/cgi-bin/koha/tools/tools-home.pl">Back</a></li> |
56 |
</ul> |
56 |
</ul> |
57 |
<hr /> |
57 |
<hr /> |
58 |
[% END %] |
58 |
[% END # /IF ( uploadimage ) %] |
59 |
|
59 |
|
60 |
<p>Select an image file or ZIP file to upload. The tool will accept images in GIF, JPEG, PNG, and XPM formats.</p> |
60 |
<p>Select an image file or ZIP file to upload. The tool will accept images in GIF, JPEG, PNG, and XPM formats.</p> |
61 |
|
61 |
|
Lines 83-89
Link Here
|
83 |
</div> |
83 |
</div> |
84 |
<div id="fileuploadfailed"></div> |
84 |
<div id="fileuploadfailed"></div> |
85 |
</div> |
85 |
</div> |
86 |
</form> |
86 |
</form> <!-- /#uploadfile --> |
87 |
|
87 |
|
88 |
<form method="post" id="processfile" action="/cgi-bin/koha/tools/upload-cover-image.pl" enctype="multipart/form-data"> |
88 |
<form method="post" id="processfile" action="/cgi-bin/koha/tools/upload-cover-image.pl" enctype="multipart/form-data"> |
89 |
<fieldset class="rows"> |
89 |
<fieldset class="rows"> |
Lines 139-145
Link Here
|
139 |
<fieldset class="action"> |
139 |
<fieldset class="action"> |
140 |
<button type="submit" class="btn btn-default btn-sm">Process images</button> |
140 |
<button type="submit" class="btn btn-default btn-sm">Process images</button> |
141 |
</fieldset> |
141 |
</fieldset> |
142 |
</form> |
142 |
</form> <!-- /#processfile --> |
143 |
|
143 |
|
144 |
</main> |
144 |
</main> |
145 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
145 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
146 |
- |
|
|