Lines 119-135
Link Here
|
119 |
<!-- Title Statement --> |
119 |
<!-- Title Statement --> |
120 |
<!-- Alternate Graphic Representation (MARC 880) --> |
120 |
<!-- Alternate Graphic Representation (MARC 880) --> |
121 |
<xsl:if test="$display880"> |
121 |
<xsl:if test="$display880"> |
122 |
<h1 class="title" property="alternateName"> |
122 |
<h2 class="title" property="alternateName"> |
123 |
<xsl:call-template name="m880Select"> |
123 |
<xsl:call-template name="m880Select"> |
124 |
<xsl:with-param name="basetags">245</xsl:with-param> |
124 |
<xsl:with-param name="basetags">245</xsl:with-param> |
125 |
<xsl:with-param name="codes">abhfgknps</xsl:with-param> |
125 |
<xsl:with-param name="codes">abhfgknps</xsl:with-param> |
126 |
</xsl:call-template> |
126 |
</xsl:call-template> |
127 |
</h1> |
127 |
</h2> |
128 |
</xsl:if> |
128 |
</xsl:if> |
129 |
|
129 |
|
130 |
<!--Bug 13381 --> |
130 |
<!--Bug 13381 --> |
131 |
<xsl:if test="marc:datafield[@tag=245]"> |
131 |
<xsl:if test="marc:datafield[@tag=245]"> |
132 |
<h1 class="title" property="name"> |
132 |
<h2 class="title" property="name"> |
133 |
<xsl:for-each select="marc:datafield[@tag=245]"> |
133 |
<xsl:for-each select="marc:datafield[@tag=245]"> |
134 |
<xsl:call-template name="subfieldSelect"> |
134 |
<xsl:call-template name="subfieldSelect"> |
135 |
<xsl:with-param name="codes">a</xsl:with-param> |
135 |
<xsl:with-param name="codes">a</xsl:with-param> |
Lines 154-160
Link Here
|
154 |
</xsl:choose> |
154 |
</xsl:choose> |
155 |
</xsl:for-each> |
155 |
</xsl:for-each> |
156 |
</xsl:for-each> |
156 |
</xsl:for-each> |
157 |
</h1> |
157 |
</h2> |
158 |
</xsl:if> |
158 |
</xsl:if> |
159 |
|
159 |
|
160 |
|
160 |
|