|
Lines 1069-1074
Link Here
|
| 1069 |
</span> |
1069 |
</span> |
| 1070 |
</xsl:if> |
1070 |
</xsl:if> |
| 1071 |
|
1071 |
|
|
|
1072 |
<!-- Content Warning --> |
| 1073 |
<xsl:variable name="ContentWarningField" select="marc:sysprefs/marc:syspref[@name='ContentWarningField']"/> |
| 1074 |
<xsl:if test="marc:datafield[@tag=$ContentWarningField]"> |
| 1075 |
<span class="results_summary content_warning"> |
| 1076 |
<span class="label">Content warning: </span> |
| 1077 |
<xsl:for-each select="marc:datafield[@tag=$ContentWarningField]"> |
| 1078 |
<xsl:choose> |
| 1079 |
<xsl:when test="marc:subfield[@code='z']"> |
| 1080 |
<xsl:value-of select="marc:subfield[@code='z']"/><xsl:text> </xsl:text> |
| 1081 |
</xsl:when> |
| 1082 |
<xsl:otherwise> |
| 1083 |
<xsl:call-template name="subfieldSelect"> |
| 1084 |
<xsl:with-param name="codes">abcdefgijklnou</xsl:with-param> |
| 1085 |
</xsl:call-template> |
| 1086 |
</xsl:otherwise> |
| 1087 |
</xsl:choose> |
| 1088 |
<xsl:if test="position()!=last()"><span class="separator"><xsl:text> | </xsl:text></span></xsl:if> |
| 1089 |
</xsl:for-each> |
| 1090 |
</span> |
| 1091 |
</xsl:if> |
| 1092 |
|
| 1072 |
<!-- 866 textual holdings --> |
1093 |
<!-- 866 textual holdings --> |
| 1073 |
<xsl:if test="marc:datafield[@tag=866]"> |
1094 |
<xsl:if test="marc:datafield[@tag=866]"> |
| 1074 |
<span class="results_summary holdings_note basic_bibliographic_unit"><span class="label">Holdings: </span> |
1095 |
<span class="results_summary holdings_note basic_bibliographic_unit"><span class="label">Holdings: </span> |