Hello Koha community! I will be implementing in our library having this in MARC field 937$a the Encoders, the one who entered the biblio records, 937$b Editor and 937$c Approving person (the head cataloger who approves if the bibliographic records are Okay). Although logs can be seen who added, modified, deleted certain records, our Head Cataloger does not have access to this, and she wouldn't mind going through this motions, I do the reporting for this. Now, I want to show this fields in the intranet details view, but I don't want to use the XSLTs, please see the image here: <http://koha.1045719.n5.nabble.com/file/n5796528/for_koha_question.jpg> I have actually only modified the detail.tt in /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/catalogue/detail.tt. I added the following: <li><strong>Encoder: </strong> SELECT ExtractValue(biblioitems.marcxml, '//datafield[@tag="937"]/subfield[@code="a"]') FROM biblioitems WHERE biblioitems.biblionumber=[% biblionumber %] </li> As this gives me the data for the encoder, but I don't know where the mysql query is supposed to be and what variables to call and others. Can somebody lead me on how to do what I wanted to do? We're using Koha Pi in a Debian 6.x server. Thanks and cheers! -- View this message in context: http://koha.1045719.n5.nabble.com/Customizing-the-intranet-tp5796528.html Sent from the Koha-general mailing list archive at Nabble.com.
Thanks! I've already done it in the previous projects. I want to try next level for this one. Cheers! EUGENE JOSE T. ESPINOZA Legislative Staff Officer II House of Representatives Legislative Library Services Congressional Library Bureau On Wednesday, April 30, 2014 9:37 AM, Fridolin SOMERS [via Koha] <ml-node+s1045719n5796579h78@n5.nabble.com> wrote: Le 30/04/2014 11:02, schnydszch a écrit :
I don't want to use the XSLTs
It's the only way. Just look at existing XSL code. Regards, -- Fridolin SOMERS Biblibre - Pôles support et système [hidden email] _______________________________________________ Koha mailing list http://koha-community.org [hidden email] http://lists.katipo.co.nz/mailman/listinfo/koha ________________________________ If you reply to this email, your message will be added to the discussion below:http://koha.1045719.n5.nabble.com/Customizing-the-intranet-view-tp5796528p57... To unsubscribe from Customizing the intranet view, click here. NAML -- View this message in context: http://koha.1045719.n5.nabble.com/Customizing-the-intranet-view-tp5796528p57... Sent from the Koha-general mailing list archive at Nabble.com.
participants (2)
-
Fridolin SOMERS -
schnydszch