Lines 315-321
Link Here
|
315 |
<!-- Publisher Statement: Alternate Graphic Representation (MARC 880) --> |
315 |
<!-- Publisher Statement: Alternate Graphic Representation (MARC 880) --> |
316 |
<xsl:if test="$display880"> |
316 |
<xsl:if test="$display880"> |
317 |
<xsl:call-template name="m880Select"> |
317 |
<xsl:call-template name="m880Select"> |
318 |
<xsl:with-param name="basetags">260</xsl:with-param> |
318 |
<xsl:with-param name="basetags">260,264</xsl:with-param> |
319 |
<xsl:with-param name="codes">abcg</xsl:with-param> |
319 |
<xsl:with-param name="codes">abcg</xsl:with-param> |
320 |
<xsl:with-param name="class">results_summary publisher</xsl:with-param> |
320 |
<xsl:with-param name="class">results_summary publisher</xsl:with-param> |
321 |
<xsl:with-param name="label">Publication details: </xsl:with-param> |
321 |
<xsl:with-param name="label">Publication details: </xsl:with-param> |
322 |
- |
|
|