Lines 1370-1375
Link Here
|
1370 |
<xsl:when test="@ind2=7"> |
1370 |
<xsl:when test="@ind2=7"> |
1371 |
<span class="label">Separated from:</span> |
1371 |
<span class="label">Separated from:</span> |
1372 |
</xsl:when> |
1372 |
</xsl:when> |
|
|
1373 |
<xsl:otherwise> |
1374 |
<span class="label">Preceding entry:</span> |
1375 |
</xsl:otherwise> |
1373 |
</xsl:choose> |
1376 |
</xsl:choose> |
1374 |
<xsl:text> </xsl:text> |
1377 |
<xsl:text> </xsl:text> |
1375 |
|
1378 |
|
Lines 1458-1463
Link Here
|
1458 |
<xsl:when test="@ind2=8"> |
1461 |
<xsl:when test="@ind2=8"> |
1459 |
<span class="label">Changed back to:</span> |
1462 |
<span class="label">Changed back to:</span> |
1460 |
</xsl:when> |
1463 |
</xsl:when> |
|
|
1464 |
<xsl:otherwise> |
1465 |
<span class="label">Succeeding entry:</span> |
1466 |
</xsl:otherwise> |
1461 |
</xsl:choose> |
1467 |
</xsl:choose> |
1462 |
<xsl:text> </xsl:text> |
1468 |
<xsl:text> </xsl:text> |
1463 |
|
1469 |
|
1464 |
- |
|
|