Tweak HV1 help styling and image elements.

This commit is contained in:
Dean Camera 2013-04-23 17:54:17 +00:00
parent cf8ec8967e
commit 5dba028aa5
3 changed files with 14 additions and 18 deletions

View file

@ -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">