From c64368f78e7a605b2280f39660fdc3ea0d21e094 Mon Sep 17 00:00:00 2001 From: Robert Soulliere Date: Mon, 1 Nov 2010 15:48:26 -0400 Subject: [PATCH] Add more content for customizing slimpac results display. --- 1.6/development/customize_opac.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/1.6/development/customize_opac.xml b/1.6/development/customize_opac.xml index c5b3f50dab..42771de85c 100644 --- a/1.6/development/customize_opac.xml +++ b/1.6/development/customize_opac.xml @@ -284,6 +284,14 @@ name='Default' csstype='color'/> start.html is the basic search display and advanced.html is the display for the advanced search option. By default, the Slimpac files include the same locale dtd as the regular OPAC (opac.dtd). However, the slimpac files do not use the same CSS files as the regular OPAC which means that if you change the OPAC color scheme, you must also edit the Slimpac files. + + Customizing the Slimpac Results Display + Two files control the display results for the slimpac. Edit the XSL stylesheet (/openils/var/xsl/ATOM2XHTML.xsl) to edit the elements of the + record as pulled from the XML output. + You may also change the style of the page by editing the CSS stylesheet for the results display (/openils/var/web/opac/extras/os.css). To edit the + holdings display which contains the details of the specific record linked from the results display, edit the CSS stylesheet for the holdings/details page + (/openils/var/web/opac/extras/htmlcard.css). You may also control the holdings content by editing MARC21slim2HTMLCard.xsl. + Holdings data may also be controlled by editing MARC21slim2HTMLCard-holdings.xsl.
Integrating a Evergreen Search Form on a Web Page -- 2.43.2