Lines 1118-1129
Link Here
|
1118 |
<xsl:choose> |
1118 |
<xsl:choose> |
1119 |
<xsl:when test="@ind2=0"> |
1119 |
<xsl:when test="@ind2=0"> |
1120 |
<xsl:call-template name="subfieldSelectSpan"> |
1120 |
<xsl:call-template name="subfieldSelectSpan"> |
1121 |
<xsl:with-param name="codes">tru</xsl:with-param> |
1121 |
<xsl:with-param name="codes">trug</xsl:with-param> |
1122 |
</xsl:call-template> |
1122 |
</xsl:call-template> |
1123 |
</xsl:when> |
1123 |
</xsl:when> |
1124 |
<xsl:otherwise> |
1124 |
<xsl:otherwise> |
1125 |
<xsl:call-template name="subfieldSelectSpan"> |
1125 |
<xsl:call-template name="subfieldSelectSpan"> |
1126 |
<xsl:with-param name="codes">atru</xsl:with-param> |
1126 |
<xsl:with-param name="codes">atrug</xsl:with-param> |
1127 |
</xsl:call-template> |
1127 |
</xsl:call-template> |
1128 |
</xsl:otherwise> |
1128 |
</xsl:otherwise> |
1129 |
</xsl:choose> |
1129 |
</xsl:choose> |
1130 |
- |
|
|