icaruseu / mom-ca

Monasterium.net (http://www.monasterium.net/mom) - repository and collaborative archive
https://github.com/icaruseu/mom-ca/wiki
GNU General Public License v3.0
17 stars 11 forks source link

clearer display of cei:app in single charter view #1086

Closed NTsch closed 1 year ago

NTsch commented 1 year ago

Currently, the cei:app element is displayed by simply outputting its text values, so that, for example, the following: `

in perpetuum in pontificatu pontifex maximus ` ... is written as _in perpetuum in pontificatu pontifex maximus_ (see https://www.monasterium.net/mom/Fontenay/Fontenay_170/imported-charter). This does not make it clear that this is an apparatus, and a clearer display has been requested.
GVogeler commented 1 year ago

my suggestion would be a tooltip starting with a xrx:message for "variant readings:" and listing the content of each rdg:

<xsl:for-each select="rdg">
<xsl:apply-templates select="*"/> <span style="font-weight:bold"><xsl:value-of select="@wit"></span>
</xsl:for-each>
NTsch commented 1 year ago

my suggestion would be a tooltip starting with a xrx:message for "variant readings:" and listing the content of each rdg:

<xsl:for-each select="rdg">
<xsl:apply-templates select="*"/> <span style="font-weight:bold"><xsl:value-of select="@wit"></span>
</xsl:for-each>

Yes, this is along the lines of what I currently have: Screenshot from 2022-08-30 10-03-56

NTsch commented 1 year ago

Closed by #1087.