Lines 1580-1585
Link Here
|
1580 |
<xsl:when test="@ind2=7"> |
1580 |
<xsl:when test="@ind2=7"> |
1581 |
<span class="label">Separated from:</span> |
1581 |
<span class="label">Separated from:</span> |
1582 |
</xsl:when> |
1582 |
</xsl:when> |
|
|
1583 |
<xsl:otherwise> |
1584 |
<span class="label">Preceding entry:</span> |
1585 |
</xsl:otherwise> |
1583 |
</xsl:choose> |
1586 |
</xsl:choose> |
1584 |
<xsl:text> </xsl:text> |
1587 |
<xsl:text> </xsl:text> |
1585 |
|
1588 |
|
Lines 1668-1673
Link Here
|
1668 |
<xsl:when test="@ind2=8"> |
1671 |
<xsl:when test="@ind2=8"> |
1669 |
<span class="label">Changed back to:</span> |
1672 |
<span class="label">Changed back to:</span> |
1670 |
</xsl:when> |
1673 |
</xsl:when> |
|
|
1674 |
<xsl:otherwise> |
1675 |
<span class="label">Succeeding entry:</span> |
1676 |
</xsl:otherwise> |
1671 |
</xsl:choose> |
1677 |
</xsl:choose> |
1672 |
<xsl:text> </xsl:text> |
1678 |
<xsl:text> </xsl:text> |
1673 |
|
1679 |
|
1674 |
- |
|
|