Lines 1132-1143
Link Here
|
1132 |
<xsl:choose> |
1132 |
<xsl:choose> |
1133 |
<xsl:when test="@ind2=0"> |
1133 |
<xsl:when test="@ind2=0"> |
1134 |
<xsl:call-template name="subfieldSelectSpan"> |
1134 |
<xsl:call-template name="subfieldSelectSpan"> |
1135 |
<xsl:with-param name="codes">tru</xsl:with-param> |
1135 |
<xsl:with-param name="codes">trug</xsl:with-param> |
1136 |
</xsl:call-template> |
1136 |
</xsl:call-template> |
1137 |
</xsl:when> |
1137 |
</xsl:when> |
1138 |
<xsl:otherwise> |
1138 |
<xsl:otherwise> |
1139 |
<xsl:call-template name="subfieldSelectSpan"> |
1139 |
<xsl:call-template name="subfieldSelectSpan"> |
1140 |
<xsl:with-param name="codes">atru</xsl:with-param> |
1140 |
<xsl:with-param name="codes">atrug</xsl:with-param> |
1141 |
</xsl:call-template> |
1141 |
</xsl:call-template> |
1142 |
</xsl:otherwise> |
1142 |
</xsl:otherwise> |
1143 |
</xsl:choose> |
1143 |
</xsl:choose> |
1144 |
- |
|
|