|
Lines 879-884
Link Here
|
| 879 |
</xsl:when> |
879 |
</xsl:when> |
| 880 |
</xsl:choose> |
880 |
</xsl:choose> |
| 881 |
|
881 |
|
|
|
882 |
<!-- Publisher or Distributor Number --> |
| 883 |
<xsl:if test="marc:datafield[@tag=028]"> |
| 884 |
<span class="results_summary publisher_number "> |
| 885 |
<span class="label">Publisher number: </span> |
| 886 |
<xsl:for-each select="marc:datafield[@tag=028]"> |
| 887 |
<xsl:call-template name="subfieldSelect"> |
| 888 |
<xsl:with-param name="codes">abq</xsl:with-param> |
| 889 |
<xsl:with-param name="delimeter"><xsl:text> | </xsl:text></xsl:with-param> |
| 890 |
</xsl:call-template> |
| 891 |
</xsl:for-each> |
| 892 |
</span> |
| 893 |
</xsl:if> |
| 894 |
|
| 882 |
<!-- Dissertation note --> |
895 |
<!-- Dissertation note --> |
| 883 |
<xsl:if test="marc:datafield[@tag=502]"> |
896 |
<xsl:if test="marc:datafield[@tag=502]"> |
| 884 |
<span class="results_summary diss_note"> |
897 |
<span class="results_summary diss_note"> |