Loading ui/xsl/ead/ead2fo.xsl +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ <xsl:param name="docName"/> <xsl:template match="ead:eadheader"/> <xsl:template match="ead:*[@audience='internal']"/> <xsl:variable name="pretty-name"> <xsl:value-of select="$prettyName"/> Loading ui/xsl/ead/styles/header.xsl +5 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/XSL/Format" xmlns:ead="urn:isbn:1-931666-22-9" xmlns:i18n="http://apache.org/cocoon/i18n/2.1" exclude-result-prefixes="xsl xhtml"> Loading @@ -10,6 +11,7 @@ <!-- Le template de l'en-tête --> <xsl:template name="output-header"> <xsl:param name="pretty-name"/> <xsl:param name="bloc-biblio"/> <!-- Un block-container permet de fixer une hauteur, et donc d'ajuster l'image de fond --> <block-container> <xsl:attribute name="position">relative</xsl:attribute> Loading Loading @@ -41,11 +43,12 @@ <xsl:attribute name="font-size">7pt</xsl:attribute> <xsl:attribute name="font-family">serif</xsl:attribute> <xsl:attribute name="text-align">right</xsl:attribute> <inline> <xsl:apply-templates select="/ead:frontmatter/ead:titlepage/ead:p"/> <!-- <inline> <xsl:attribute name="font-style">italic</xsl:attribute> <xsl:text>Bibliothèque virtuelle du Mont Saint-Michel</xsl:text> </inline> <xsl:text>, Catherine Jacquemard (dir.) et Marie Bisson (coord.), Caen, Centre Michel de Boüard – Pôle Document numérique, 2017.</xsl:text> <xsl:text>, Catherine Jacquemard (dir.) et Marie Bisson (coord.), Caen, Centre Michel de Boüard – Pôle Document numérique, 2017.</xsl:text> --> </block> </xsl:template> Loading ui/xsl/ead/styles/styles-fo.xsl +5 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,11 @@ <xsl:when test=".='italic'"> <xsl:attribute name="font-style">italic</xsl:attribute> </xsl:when> <xsl:when test=".='small-caps'"> <xsl:attribute name="font-variant">small-caps</xsl:attribute> <xsl:when test=".='smcaps'"> <!-- <xsl:attribute name="font-variant">small-caps</xsl:attribute> --> <xsl:attribute name="text-transform">uppercase</xsl:attribute> <!-- <xsl:attribute name="color">red</xsl:attribute> --> <xsl:attribute name="font-size">85%</xsl:attribute> </xsl:when> <xsl:when test=".='super'"> <xsl:attribute name="font-size">7pt</xsl:attribute> Loading Loading
ui/xsl/ead/ead2fo.xsl +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ <xsl:param name="docName"/> <xsl:template match="ead:eadheader"/> <xsl:template match="ead:*[@audience='internal']"/> <xsl:variable name="pretty-name"> <xsl:value-of select="$prettyName"/> Loading
ui/xsl/ead/styles/header.xsl +5 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/XSL/Format" xmlns:ead="urn:isbn:1-931666-22-9" xmlns:i18n="http://apache.org/cocoon/i18n/2.1" exclude-result-prefixes="xsl xhtml"> Loading @@ -10,6 +11,7 @@ <!-- Le template de l'en-tête --> <xsl:template name="output-header"> <xsl:param name="pretty-name"/> <xsl:param name="bloc-biblio"/> <!-- Un block-container permet de fixer une hauteur, et donc d'ajuster l'image de fond --> <block-container> <xsl:attribute name="position">relative</xsl:attribute> Loading Loading @@ -41,11 +43,12 @@ <xsl:attribute name="font-size">7pt</xsl:attribute> <xsl:attribute name="font-family">serif</xsl:attribute> <xsl:attribute name="text-align">right</xsl:attribute> <inline> <xsl:apply-templates select="/ead:frontmatter/ead:titlepage/ead:p"/> <!-- <inline> <xsl:attribute name="font-style">italic</xsl:attribute> <xsl:text>Bibliothèque virtuelle du Mont Saint-Michel</xsl:text> </inline> <xsl:text>, Catherine Jacquemard (dir.) et Marie Bisson (coord.), Caen, Centre Michel de Boüard – Pôle Document numérique, 2017.</xsl:text> <xsl:text>, Catherine Jacquemard (dir.) et Marie Bisson (coord.), Caen, Centre Michel de Boüard – Pôle Document numérique, 2017.</xsl:text> --> </block> </xsl:template> Loading
ui/xsl/ead/styles/styles-fo.xsl +5 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,11 @@ <xsl:when test=".='italic'"> <xsl:attribute name="font-style">italic</xsl:attribute> </xsl:when> <xsl:when test=".='small-caps'"> <xsl:attribute name="font-variant">small-caps</xsl:attribute> <xsl:when test=".='smcaps'"> <!-- <xsl:attribute name="font-variant">small-caps</xsl:attribute> --> <xsl:attribute name="text-transform">uppercase</xsl:attribute> <!-- <xsl:attribute name="color">red</xsl:attribute> --> <xsl:attribute name="font-size">85%</xsl:attribute> </xsl:when> <xsl:when test=".='super'"> <xsl:attribute name="font-size">7pt</xsl:attribute> Loading