Bug 10930

Summary: Invalid reference to opac on staff NORMARC XSLT
Product: Koha Reporter: Bernardo Gonzalez Kriegel <bgkriegel>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: gmcharlt, katrin.fischer, magnus
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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.