Experimental XSLT-based display of results and details pages To enable, create two...
authorJoshua Ferraro <jmf@liblime.com>
Sat, 22 Mar 2008 02:32:19 +0000 (22:32 -0400)
committerJoshua Ferraro <jmf@liblime.com>
Sat, 22 Mar 2008 02:49:04 +0000 (21:49 -0500)
commit556721e86a31f4e17dd382504bf1f666f151ff42
tree3b31bebc30625cc2af3941720fde5ffa5d5f7cc1
parentb4f39e5c5877e55baff8cfe4dba02c9475a2547e
Experimental XSLT-based display of results and details pages To enable, create two new YesNo sysprefs: XSLTDetailsDisplay and XSLTResultsDisplay, and set them to ON. Feature to be expanded in a future version, this experimental code is for proof of concept only and doesn't introduce any changes if sysprefs are not created.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
18 files changed:
C4/Auth.pm
C4/Search.pm
C4/XSLT.pm [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/famfamfam/BK.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/famfamfam/CF.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/famfamfam/MM.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/famfamfam/MP.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/famfamfam/MU.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/famfamfam/SR.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/famfamfam/VM.png [new file with mode: 0644]
opac/opac-detail.pl