[OPEN-ILS-GENERAL] ISSN on opac catalog

Kathy Lussier klussier at masslnc.org
Tue Jun 14 10:14:35 EDT 2011


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>
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>
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/8fae4ecb/attachment-0001.htm>


More information about the Open-ils-general mailing list