Lines 576-582
Link Here
|
576 |
<xsl:when test="@ind1=1"> |
576 |
<xsl:when test="@ind1=1"> |
577 |
<span class="label">Incomplete contents:</span> |
577 |
<span class="label">Incomplete contents:</span> |
578 |
</xsl:when> |
578 |
</xsl:when> |
579 |
<xsl:when test="@ind1=1"> |
579 |
<xsl:when test="@ind1=2"> |
580 |
<span class="label">Partial contents:</span> |
580 |
<span class="label">Partial contents:</span> |
581 |
</xsl:when> |
581 |
</xsl:when> |
582 |
<xsl:otherwise> |
582 |
<xsl:otherwise> |
583 |
- |
|
|