Upload local cover image
[% ELSIF biblio %]Upload local cover image for [% INCLUDE 'biblio-title.inc' %] [% IF ( itemnumber ) %], Item number: [% itemnumber | html %][% END %]
[% ELSIF itemnumber %]Upload local cover image for item number: [% itemnumber | html %]
[% END %] [% IF ( uploadimage ) %]Image upload results :
[% IF ( error ) %]
[% END # /IF uploadimage %]
[% IF ( error == 'UZIPFAIL' ) %]
[% END # /IF error %]
Failed to unzip archive.
Please ensure you are uploading a valid zip file and try again.
Cannot open folder index (idlink.txt or datalink.txt) to read.
Please verify that it exists.
Cannot process file as an image.
Please ensure you only upload GIF, JPEG, PNG, or XPM images.
Unrecognized or missing field delimiter.
Please verify that you are using either a single quote or a tab.
Unable to save image to database.
[% ELSE %]An unknown error has occurred.
Please review the error log for more details.
[% total | html %] images found
-
[% FOREACH result IN results %]
- [% result.title | html %] [% END %]
-
[% UNLESS itemnumber || biblionumber %]
- Select an image file or ZIP file to upload. The tool will accept images in GIF, JPEG, PNG, and XPM formats. [% ELSE %]
- Select an image file to upload. The tool will accept images in GIF, JPEG, PNG, and XPM formats. [% END %]
[% IF ( cover_images ) %]
[% ELSE %]
[% END # /IF images.size %]
[% END %]
[% IF ( cover_images.size ) %]
Existing images
-
[% FOREACH img IN cover_images %]
[% IF img %]
- [% IF ( imagenumber == img.imagenumber ) %] [% ELSE %] [% END %] Delete image [% END # /IF img %] [% END # /FOREACH img %]