Lines 974-1009
Link Here
|
974 |
|
974 |
|
975 |
<!-- 780 --> |
975 |
<!-- 780 --> |
976 |
<xsl:if test="marc:datafield[@tag=780]"> |
976 |
<xsl:if test="marc:datafield[@tag=780]"> |
977 |
<xsl:for-each select="marc:datafield[@tag=780]"> |
977 |
<xsl:for-each select="marc:datafield[@tag=780]"> |
978 |
<xsl:if test="@ind1=0"> |
978 |
<xsl:if test="@ind1=0"> |
979 |
<span class="results_summary preceeding_entry"> |
979 |
<span class="results_summary preceeding_entry"> |
980 |
<xsl:choose> |
980 |
<xsl:choose> |
981 |
<xsl:when test="@ind2=0"> |
981 |
<xsl:when test="@ind2=0"> |
982 |
<span class="label">Continues:</span> |
982 |
<span class="label">Continues:</span> |
983 |
</xsl:when> |
983 |
</xsl:when> |
984 |
<xsl:when test="@ind2=1"> |
984 |
<xsl:when test="@ind2=1"> |
985 |
<span class="label">Continues in part:</span> |
985 |
<span class="label">Continues in part:</span> |
986 |
</xsl:when> |
986 |
</xsl:when> |
987 |
<xsl:when test="@ind2=2"> |
987 |
<xsl:when test="@ind2=2"> |
988 |
<span class="label">Supersedes:</span> |
988 |
<span class="label">Supersedes:</span> |
989 |
</xsl:when> |
989 |
</xsl:when> |
990 |
<xsl:when test="@ind2=3"> |
990 |
<xsl:when test="@ind2=3"> |
991 |
<span class="label">Supersedes in part:</span> |
991 |
<span class="label">Supersedes in part:</span> |
992 |
</xsl:when> |
992 |
</xsl:when> |
993 |
<xsl:when test="@ind2=4"> |
993 |
<xsl:when test="@ind2=4"> |
994 |
<span class="label">Formed by the union: ... and: ...</span> |
994 |
<span class="label">Formed by the union: ... and: ...</span> |
995 |
</xsl:when> |
995 |
</xsl:when> |
996 |
<xsl:when test="@ind2=5"> |
996 |
<xsl:when test="@ind2=5"> |
997 |
<span class="label">Absorbed:</span> |
997 |
<span class="label">Absorbed:</span> |
998 |
</xsl:when> |
998 |
</xsl:when> |
999 |
<xsl:when test="@ind2=6"> |
999 |
<xsl:when test="@ind2=6"> |
1000 |
<span class="label">Absorbed in part:</span> |
1000 |
<span class="label">Absorbed in part:</span> |
1001 |
</xsl:when> |
1001 |
</xsl:when> |
1002 |
<xsl:when test="@ind2=7"> |
1002 |
<xsl:when test="@ind2=7"> |
1003 |
<span class="label">Separated from:</span> |
1003 |
<span class="label">Separated from:</span> |
1004 |
</xsl:when> |
1004 |
</xsl:when> |
1005 |
</xsl:choose> |
1005 |
</xsl:choose> |
1006 |
<xsl:text> </xsl:text> |
|
|
1007 |
<xsl:variable name="f780"> |
1006 |
<xsl:variable name="f780"> |
1008 |
<xsl:call-template name="subfieldSelect"> |
1007 |
<xsl:call-template name="subfieldSelect"> |
1009 |
<xsl:with-param name="codes">a_t</xsl:with-param> |
1008 |
<xsl:with-param name="codes">a_t</xsl:with-param> |
Lines 1023-1031
Link Here
|
1023 |
</xsl:choose> |
1022 |
</xsl:choose> |
1024 |
</span> |
1023 |
</span> |
1025 |
|
1024 |
|
|
|
1025 |
<xsl:if test="marc:subfield[@code='i']"> |
1026 |
<span class="results_summary"><xsl:value-of select="marc:subfield[@code='i']"/></span> |
1027 |
</xsl:if> |
1028 |
|
1026 |
<xsl:if test="marc:subfield[@code='n']"> |
1029 |
<xsl:if test="marc:subfield[@code='n']"> |
1027 |
<span class="results_summary"><xsl:value-of select="marc:subfield[@code='n']"/></span> |
1030 |
<span class="results_summary"><xsl:value-of select="marc:subfield[@code='n']"/></span> |
1028 |
</xsl:if> |
1031 |
</xsl:if> |
|
|
1032 |
|
1029 |
|
1033 |
|
1030 |
</xsl:if> |
1034 |
</xsl:if> |
1031 |
</xsl:for-each> |
1035 |
</xsl:for-each> |
Lines 1085-1090
Link Here
|
1085 |
</xsl:choose> |
1089 |
</xsl:choose> |
1086 |
|
1090 |
|
1087 |
</span> |
1091 |
</span> |
|
|
1092 |
<xsl:if test="marc:subfield[@code='i']"> |
1093 |
<span class="results_summary"><xsl:value-of select="marc:subfield[@code='i']"/></span> |
1094 |
</xsl:if> |
1095 |
|
1088 |
</xsl:for-each> |
1096 |
</xsl:for-each> |
1089 |
</xsl:if> |
1097 |
</xsl:if> |
1090 |
|
1098 |
|
1091 |
- |
|
|