Tweak HV1 help styling and image elements.
This commit is contained in:
parent
cf8ec8967e
commit
5dba028aa5
3 changed files with 14 additions and 18 deletions
|
@ -53,7 +53,7 @@
|
|||
</xsl:call-template>
|
||||
</xsl:variable>
|
||||
|
||||
<book name="{$book.id}">
|
||||
<book id="{$book.id}">
|
||||
<title>
|
||||
<xsl:value-of select="$book.title"/>
|
||||
</title>
|
||||
|
@ -747,22 +747,16 @@
|
|||
</xsl:template>
|
||||
|
||||
<xsl:template match="image">
|
||||
<figure>
|
||||
<title>
|
||||
<xsl:value-of select="."/>
|
||||
</title>
|
||||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata>
|
||||
<xsl:attribute name="fileref">
|
||||
<xsl:text>images/</xsl:text>
|
||||
<xsl:value-of select="@name"/>
|
||||
</xsl:attribute>
|
||||
</imagedata>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata>
|
||||
<xsl:attribute name="fileref">
|
||||
<xsl:text>images/</xsl:text>
|
||||
<xsl:value-of select="@name"/>
|
||||
</xsl:attribute>
|
||||
</imagedata>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="detaileddescription">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue