forked from awinkler/musdb-md-xm-xsls
Compare commits
5 Commits
73e749160c
...
master
Author | SHA1 | Date | |
---|---|---|---|
93e1523f3f | |||
a3973c5c62 | |||
93f6de4537 | |||
b75f43cbe3 | |||
5dcd88b6e1
|
@@ -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>
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"show_sammlungen": true,
|
||||
"show_serien": true,
|
||||
"show_acquisitions": false,
|
||||
"show_exhibitions": false,
|
||||
"show_loans": false,
|
||||
"show_ereignisse": true,
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"show_sammlungen": true,
|
||||
"show_serien": true,
|
||||
"show_acquisitions": false,
|
||||
"show_exhibitions": false,
|
||||
"show_loans": false,
|
||||
"show_ereignisse": true,
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"show_sammlungen": true,
|
||||
"show_serien": true,
|
||||
"show_acquisitions": false,
|
||||
"show_exhibitions": false,
|
||||
"show_loans": false,
|
||||
"show_ereignisse": true,
|
||||
|
Reference in New Issue
Block a user