[Koha-bugs] [Bug 10930] New: Invalid reference to opac on staff NORMARC XSLT

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 22 01:46:43 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10930

            Bug ID: 10930
           Summary: Invalid reference to opac on staff NORMARC XSLT
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Staff Client
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: bgkriegel at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list