|
|
@@ -324,6 +324,38 @@
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
|
+ <xsl:template mode="system_cache__dita:IPN21_powiazania.title" match="katalog">
|
|
|
+ <parmname>kat.</parmname>
|
|
|
+ <xsl:choose>
|
|
|
+
|
|
|
+ <xsl:when test="preceding-sibling::katalog_id[text() = '2']">
|
|
|
+ <xsl:text>
|
|
|
+ os. "rozprac."
|
|
|
+ </xsl:text>
|
|
|
+ </xsl:when>
|
|
|
+ <xsl:when test="preceding-sibling::katalog_id[text() = '3']">
|
|
|
+ <xsl:text>
|
|
|
+ os. f. publ.
|
|
|
+ </xsl:text>
|
|
|
+ </xsl:when>
|
|
|
+ <xsl:when test="preceding-sibling::katalog_id[text() = '4']">
|
|
|
+ <xsl:text>
|
|
|
+ os. kier. st. part. i pań-ch PRL
|
|
|
+ </xsl:text>
|
|
|
+ </xsl:when>
|
|
|
+ <xsl:when test="preceding-sibling::katalog_id[text() = '5']">
|
|
|
+ <xsl:text>
|
|
|
+ os. funkcjonariuszy ap. bezp.
|
|
|
+ </xsl:text>
|
|
|
+ </xsl:when>
|
|
|
+ <xsl:otherwise>
|
|
|
+ <ph><xsl:value-of select="text()"/></ph>
|
|
|
+ </xsl:otherwise>
|
|
|
+ </xsl:choose>
|
|
|
+
|
|
|
+ </xsl:template>
|
|
|
+
|
|
|
+
|
|
|
<xsl:template mode="system_cache__dita:IPN21_powiazania.title" match="*"/>
|
|
|
|
|
|
|