Compare commits
4 Commits
93f6de4537
...
master
Author | SHA1 | Date | |
---|---|---|---|
5e1e3e7baf
|
|||
6f3a780513 | |||
93e1523f3f | |||
a3973c5c62 |
@ -739,7 +739,8 @@
|
||||
<xsl:attribute name="xml:lang">
|
||||
<xsl:value-of select="./@lang"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="."/> (?)
|
||||
<xsl:value-of select="."/>
|
||||
<xsl:text> (?)</xsl:text>
|
||||
</xsl:if>
|
||||
<xsl:if test="string-length(./@lang) = 0"><xsl:value-of select="."/> (?)</xsl:if>
|
||||
</lido:displayDate>
|
||||
@ -784,10 +785,12 @@
|
||||
<xsl:attribute name="xml:lang">
|
||||
<xsl:value-of select="./@lang"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="."/> (?)
|
||||
<xsl:value-of select="."/>
|
||||
<xsl:text> (?)</xsl:text>
|
||||
</xsl:if>
|
||||
<xsl:if test="string-length(./@lang) = 0">
|
||||
<xsl:value-of select="."/> (?)
|
||||
<xsl:value-of select="."/>
|
||||
<xsl:text> (?)</xsl:text>
|
||||
</xsl:if>
|
||||
</lido:displayPlace>
|
||||
</xsl:for-each>
|
||||
@ -1236,10 +1239,12 @@
|
||||
<xsl:attribute name="xml:lang">
|
||||
<xsl:value-of select="./@lang"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="."/> (?)
|
||||
<xsl:value-of select="."/>
|
||||
<xsl:text> (?)</xsl:text>
|
||||
</xsl:if>
|
||||
<xsl:if test="string-length(./@lang) = 0">
|
||||
<xsl:value-of select="."/> (?)
|
||||
<xsl:value-of select="."/>
|
||||
<xsl:text> (?)</xsl:text>
|
||||
</xsl:if>
|
||||
</lido:displayPlace>
|
||||
</xsl:for-each>
|
||||
|
@ -33,21 +33,7 @@
|
||||
"show_incipit": true,
|
||||
"show_explicit": true,
|
||||
"show_valediction": true,
|
||||
"show_mass2_laenge_wert": true,
|
||||
"show_mass2_laenge_einheit": true,
|
||||
"show_mass2_breite_wert": true,
|
||||
"show_mass2_breite_einheit": true,
|
||||
"show_mass2_hoehe_wert": true,
|
||||
"show_mass2_hoehe_einheit": true,
|
||||
"show_mass2_gewicht_wert": true,
|
||||
"show_mass2_gewicht_einheit": true,
|
||||
"show_mass2_durchmesser_wert": true,
|
||||
"show_mass2_durchmesser_einheit": true,
|
||||
"show_wandungsstaerke_wert": true,
|
||||
"show_wandungsstaerke_einheit": true,
|
||||
"show_stueckzahl": true,
|
||||
"show_mass2_seitenzahl": true,
|
||||
"show_mass2_stempelstellung": true,
|
||||
"show_separated_measurements": true,
|
||||
"show_vergleichsobjekte2": true,
|
||||
"show_material2": true,
|
||||
"show_technik2": true,
|
||||
|
@ -33,21 +33,7 @@
|
||||
"show_incipit": true,
|
||||
"show_explicit": true,
|
||||
"show_valediction": true,
|
||||
"show_mass2_laenge_wert": true,
|
||||
"show_mass2_laenge_einheit": true,
|
||||
"show_mass2_breite_wert": true,
|
||||
"show_mass2_breite_einheit": true,
|
||||
"show_mass2_hoehe_wert": true,
|
||||
"show_mass2_hoehe_einheit": true,
|
||||
"show_mass2_gewicht_wert": true,
|
||||
"show_mass2_gewicht_einheit": true,
|
||||
"show_mass2_durchmesser_wert": true,
|
||||
"show_mass2_durchmesser_einheit": true,
|
||||
"show_wandungsstaerke_wert": true,
|
||||
"show_wandungsstaerke_einheit": true,
|
||||
"show_stueckzahl": true,
|
||||
"show_mass2_seitenzahl": true,
|
||||
"show_mass2_stempelstellung": true,
|
||||
"show_separated_measurements": true,
|
||||
"show_vergleichsobjekte2": true,
|
||||
"show_material2": true,
|
||||
"show_technik2": true,
|
||||
|
@ -33,21 +33,7 @@
|
||||
"show_incipit": true,
|
||||
"show_explicit": true,
|
||||
"show_valediction": true,
|
||||
"show_mass2_laenge_wert": true,
|
||||
"show_mass2_laenge_einheit": true,
|
||||
"show_mass2_breite_wert": true,
|
||||
"show_mass2_breite_einheit": true,
|
||||
"show_mass2_hoehe_wert": true,
|
||||
"show_mass2_hoehe_einheit": true,
|
||||
"show_mass2_gewicht_wert": true,
|
||||
"show_mass2_gewicht_einheit": true,
|
||||
"show_mass2_durchmesser_wert": true,
|
||||
"show_mass2_durchmesser_einheit": true,
|
||||
"show_wandungsstaerke_wert": true,
|
||||
"show_wandungsstaerke_einheit": true,
|
||||
"show_stueckzahl": true,
|
||||
"show_mass2_seitenzahl": true,
|
||||
"show_mass2_stempelstellung": true,
|
||||
"show_separated_measurements": true,
|
||||
"show_vergleichsobjekte2": true,
|
||||
"show_material2": true,
|
||||
"show_technik2": true,
|
||||
|
Reference in New Issue
Block a user