Hi Kathy: Thanks for your help, it works.
Att. Francisco Javier Guel Mendoza Software Developer Ipicyt A.C. From: [email protected] To: [email protected] 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) [email protected] IM: kmlussier (AOL & Yahoo) Twitter: http://www.twitter.com/kmlussier > -----Original Message----- > From: [email protected] > [mailto:[email protected]] > On Behalf Of Francisco Javier Guel M. > Sent: Monday, June 13, 2011 5:13 PM > To: [email protected] > 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. > >
