[OPEN-ILS-GENERAL] ISSN on opac catalog
Francisco Javier Guel M.
xaviers_jordan at hotmail.com
Tue Jun 14 10:47:48 EDT 2011
Hi Kathy:
Thanks for your help, it works.
Att. Francisco Javier Guel
Mendoza
Software Developer
Ipicyt A.C.
From: klussier at masslnc.org
To: open-ils-general at list.georgialibraries.org
Date: Tue, 14 Jun 2011 10:14:35 -0400
Subject: Re: [OPEN-ILS-GENERAL] ISSN on opac catalog
Cuerpo del mensaje
Hi Francisco,
You may want to
take a look at the BibTemplate documentation at http://docs.evergreen-ils.org/2.0/draft/html/BibTemplate.html.
On a 2.x system, I added the following code to
rdetail_summary.xml to display an ISSN for records that have an
ISSN:
<tr class='hide_me'
id='tag022'>
<td nowrap='nowrap'
class='rdetail_desc'>&common.issn.label;</td>
<td class='rdetail_item' type='opac/slot-data'
query='datafield[tag="022"]'>
<script
type='opac/slot-format'><![CDATA[
dojo.query('#tag022').removeClass('hide_me');
return '<span>' +
BT.textContent(item)
'</span><br/>';
]]></script>
</td></tr>
The code may be a little different if you are on a 1.6
system.
Kathy
Lussier
-------------------------------------------------------------
Kathy
Lussier
Project Coordinator
Massachusetts Library Network
Cooperative
(508) 756-0172
(508) 755-3721
(fax)
klussier at masslnc.org
IM: kmlussier (AOL & Yahoo)
Twitter:
http://www.twitter.com/kmlussier
>
-----Original Message-----
> From:
open-ils-general-bounces at list.georgialibraries.org
> [mailto:open-ils-general-bounces at list.georgialibraries.org]
>
On Behalf Of Francisco Javier Guel M.
> Sent: Monday, June 13, 2011 5:13
PM
> To: open-ils-general at list.georgialibraries.org
> Subject:
[OPEN-ILS-GENERAL] ISSN on opac catalog
>
> hello
everybody.
>
> does someone know wich are the steps or the files
that i have
> to modify to could see the issn label on the opac
catalog,
> this is because i want to show the magazine´s
data
>
> Thanks.
>
> Att. Francisco Javier Guel
Mendoza
> Software Developer
> Ipicyt A.C.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20110614/4b27e1b5/attachment.htm>
More information about the Open-ils-general
mailing list