Bug 10930 - Invalid reference to opac on staff NORMARC XSLT
Summary: Invalid reference to opac on staff NORMARC XSLT
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-21 23:46 UTC by Bernardo Gonzalez Kriegel
Modified: 2019-10-14 19:56 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernardo Gonzalez Kriegel 2013-09-21 23:46:43 UTC
On koha-tmpl/intranet-tmpl/prog/en/xslt/
reference to opac-search|details

NORMARCslim2intranetResults.xsl:                
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=rcn: <xsl:value-of select="marc:controlfield[@tag=001]"/>+and+(bib-level:a+or+bib-level:b)</xsl:attribute>
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=Host-item:<xsl:value-of select="translate(marc:datafield[@tag=245]/marc:subfield[@code='a'], '/', '')"/></xsl:attribute>

NORMARCslimUtils.xsl:
<xsl:attribute name="href">/cgi-bin/koha/opac-detail.pl?biblionumber=<xsl:value-of  select="$bibno"/></xsl:attribute>
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=an:<xsl:value-of  select="marc:subfield[@code=9]"/></xsl:attribute>
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=<xsl:value-of  select="$index"/>:<xsl:value-of  select="marc:subfield[@code='a']"/></xsl:attribute>

Also this references that not correspond to existing files
UNIMARC_compact.xsl:
<link href="/koha-tmpl/opac-tmpl/prog/en/css/xsl.css" rel="stylesheet" type="text/css" />

oilsMARC21slim2HTML.xsl:
<link href='/css/opac_marc.css' rel='stylesheet' type='text/css'></link>
Comment 1 Owen Leonard 2018-05-29 16:27:26 UTC
NORMARC bugs can now be considered obsolete. See Bug 18984.