View | Details | Raw Unified | Return to bug 8678
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-1 / +1 lines)
Lines 9-15 Link Here
9
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
9
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
10
  exclude-result-prefixes="marc items">
10
  exclude-result-prefixes="marc items">
11
    <xsl:import href="MARC21slimUtils.xsl"/>
11
    <xsl:import href="MARC21slimUtils.xsl"/>
12
    <xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" />
12
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
13
    <xsl:template match="/">
13
    <xsl:template match="/">
14
            <xsl:apply-templates/>
14
            <xsl:apply-templates/>
15
    </xsl:template>
15
    </xsl:template>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl (-1 / +1 lines)
Lines 7-13 Link Here
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
8
  exclude-result-prefixes="marc items">
8
  exclude-result-prefixes="marc items">
9
    <xsl:import href="MARC21slimUtils.xsl"/>
9
    <xsl:import href="MARC21slimUtils.xsl"/>
10
    <xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" />
10
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
11
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
11
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
12
    <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
12
    <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
13
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl (-1 / +1 lines)
Lines 6-12 Link Here
6
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
7
  exclude-result-prefixes="marc items">
7
  exclude-result-prefixes="marc items">
8
    <xsl:import href="NORMARCslimUtils.xsl"/>
8
    <xsl:import href="NORMARCslimUtils.xsl"/>
9
    <xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" />
9
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
10
    <xsl:template match="/">
10
    <xsl:template match="/">
11
            <xsl:apply-templates/>
11
            <xsl:apply-templates/>
12
    </xsl:template>
12
    </xsl:template>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl (-1 / +1 lines)
Lines 7-13 Link Here
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
8
  exclude-result-prefixes="marc items">
8
  exclude-result-prefixes="marc items">
9
    <xsl:import href="MARC21slimUtils.xsl"/>
9
    <xsl:import href="MARC21slimUtils.xsl"/>
10
    <xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" />
10
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
11
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
11
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
12
    <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
12
    <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
13
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl (-1 / +1 lines)
Lines 9-15 Link Here
9
  exclude-result-prefixes="marc items">
9
  exclude-result-prefixes="marc items">
10
10
11
<xsl:import href="UNIMARCslimUtils.xsl"/>
11
<xsl:import href="UNIMARCslimUtils.xsl"/>
12
<xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" />
12
<xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
13
<xsl:template match="/">
13
<xsl:template match="/">
14
  <xsl:apply-templates/>
14
  <xsl:apply-templates/>
15
</xsl:template>
15
</xsl:template>
(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetResults.xsl (-1 / +1 lines)
Lines 6-12 Link Here
6
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
7
  exclude-result-prefixes="marc items">
7
  exclude-result-prefixes="marc items">
8
<xsl:import href="UNIMARCslimUtils.xsl"/>
8
<xsl:import href="UNIMARCslimUtils.xsl"/>
9
<xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" />
9
<xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
10
<xsl:key name="item-by-status" match="items:item" use="items:status"/>
10
<xsl:key name="item-by-status" match="items:item" use="items:status"/>
11
<xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
11
<xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
12
12
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl (-1 / +1 lines)
Lines 7-13 Link Here
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
8
  exclude-result-prefixes="marc items">
8
  exclude-result-prefixes="marc items">
9
    <xsl:import href="MARC21slimUtils.xsl"/>
9
    <xsl:import href="MARC21slimUtils.xsl"/>
10
    <xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" />
10
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
11
    <xsl:template match="/">
11
    <xsl:template match="/">
12
            <xsl:apply-templates/>
12
            <xsl:apply-templates/>
13
    </xsl:template>
13
    </xsl:template>
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl (-1 / +1 lines)
Lines 7-13 Link Here
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
7
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
8
  exclude-result-prefixes="marc items">
8
  exclude-result-prefixes="marc items">
9
    <xsl:import href="MARC21slimUtils.xsl"/>
9
    <xsl:import href="MARC21slimUtils.xsl"/>
10
    <xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" />
10
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
11
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
11
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
12
    <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
12
    <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
13
13
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl (-1 / +1 lines)
Lines 9-15 Link Here
9
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
9
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
10
  exclude-result-prefixes="marc items">
10
  exclude-result-prefixes="marc items">
11
    <xsl:import href="NORMARCslimUtils.xsl"/>
11
    <xsl:import href="NORMARCslimUtils.xsl"/>
12
    <xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" />
12
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
13
    <xsl:template match="/">
13
    <xsl:template match="/">
14
            <xsl:apply-templates/>
14
            <xsl:apply-templates/>
15
    </xsl:template>
15
    </xsl:template>
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl (-1 / +1 lines)
Lines 9-15 Link Here
9
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
9
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
10
  exclude-result-prefixes="marc items">
10
  exclude-result-prefixes="marc items">
11
    <xsl:import href="NORMARCslimUtils.xsl"/>
11
    <xsl:import href="NORMARCslimUtils.xsl"/>
12
    <xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" />
12
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
13
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
13
    <xsl:key name="item-by-status" match="items:item" use="items:status"/>
14
    <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
14
    <xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
15
15
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl (-1 / +1 lines)
Lines 9-15 Link Here
9
  exclude-result-prefixes="marc items">
9
  exclude-result-prefixes="marc items">
10
10
11
<xsl:import href="UNIMARCslimUtils.xsl"/>
11
<xsl:import href="UNIMARCslimUtils.xsl"/>
12
<xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" />
12
<xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
13
<xsl:template match="/">
13
<xsl:template match="/">
14
  <xsl:apply-templates/>
14
  <xsl:apply-templates/>
15
</xsl:template>
15
</xsl:template>
(-)a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl (-2 / +1 lines)
Lines 9-15 Link Here
9
  exclude-result-prefixes="marc items">
9
  exclude-result-prefixes="marc items">
10
10
11
<xsl:import href="UNIMARCslimUtils.xsl"/>
11
<xsl:import href="UNIMARCslimUtils.xsl"/>
12
<xsl:output method = "xml" indent="yes" omit-xml-declaration = "yes" />
12
<xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" />
13
<xsl:key name="item-by-status" match="items:item" use="items:status"/>
13
<xsl:key name="item-by-status" match="items:item" use="items:status"/>
14
<xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
14
<xsl:key name="item-by-status-and-branch" match="items:item" use="concat(items:status, ' ', items:homebranch)"/>
15
15
16
- 

Return to bug 8678