Bug 5738 Display 856u As Image
authorDoug Dearden <dearden@sarsf.org>
Thu, 31 Mar 2011 21:22:26 +0000 (15:22 -0600)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 1 Apr 2011 00:38:14 +0000 (13:38 +1300)
commit6c7f964c27937fd1c352bfd8936c047d995382b8
treeb386b7f446e6c9861ca3ae1e0ab4d47f3d2af737
parentc2cee4b445a46dda5b85c65ff742593a5125e73a
Bug 5738 Display 856u As Image

Add an option to the OPAC to display the URI that is stored in the 856u field
as an image instead of a text link.  This would be implemented in the OPAC XSLT
style sheets for the Results and Details pages, and would require that the
corresponding OPAC XSLT option be set.

This enhancement is designed to enable the staff to catalog images, then have
them appear on the resulting pages in the OPAC when searching.  Clicking on the
image would open it full size.  If the image option is in use, then the default
link text would be disabled.  Custom text would still appear if entered in the
"URLLinkText" option.

Add system preference "Display856uAsImage" with options of Results page,
Details page, Both Results and Details pages, Neither Results or Details page.

Notes for documentation manager:
There are two system preferences added for this enhancement:
OPACDisplay856uAsImage and Display856uAsImage.  These appear on the OPAC and
Staff Client screens under the System Preferences.

The preference can be set to one of four options:

Both Details and Results pages
Details page only
Neither Details or Results pages
Results page only

In addition to this option being set, the corresponding XSLT option must be
turned on. Also, the corresponding 856q field must have a valid MIME image
extension (e.g., "jpg") or MIME image type (i.e. starting with "image/"), or the
generic indicator "img" entered in the field.

As of 14 March 2011 the UNIMARC xslt display files also require a "0" in the
second indicator location of the 856u field for the links to be activated.  This
is not true for the MARC21 display files.

When all of the requirements are met, an image file will be displayed instead of
the standard link text. Clicking on the image will open it in the same way as
clicking on the link text.

Rebased and three original patches squashed into one on 30 March 2011 by Jared
Camins-Esakov.

Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com>
Signed-off-by: Doug Dearden <dearden@sarsf.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
18 files changed:
C4/XSLT.pm [changed mode: 0644->0755]
installer/data/mysql/de-DE/mandatory/sysprefs.sql [changed mode: 0644->0755]
installer/data/mysql/en/mandatory/sysprefs.sql [changed mode: 0644->0755]
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql [changed mode: 0644->0755]
installer/data/mysql/it-IT/necessari/sysprefs.sql [changed mode: 0644->0755]
installer/data/mysql/pl-PL/mandatory/sysprefs.sql [changed mode: 0644->0755]
installer/data/mysql/ru-RU/mandatory/system_preferences_full_optimal_for_install_only.sql [changed mode: 0644->0755]
installer/data/mysql/uk-UA/mandatory/system_preferences_full_optimal_for_install_only.sql [changed mode: 0644->0755]
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref [changed mode: 0644->0755]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref [changed mode: 0644->0755]
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl [changed mode: 0644->0755]
koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl [changed mode: 0644->0755]
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl [changed mode: 0644->0755]
koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl [changed mode: 0644->0755]
koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl [changed mode: 0644->0755]
kohaversion.pl