Changeset 7322
- Timestamp:
- 03/02/09 15:35:02 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
head/ambra/webapp/src/main/resources/viewnlm-v2.xsl
r7318 r7322 2011 2011 <xsl:apply-templates select="label"/> 2012 2012 </xsl:element> 2013 < !--xsl:apply-templates select="caption/title"/-->2013 <xsl:apply-templates select="caption/title"/> 2014 2014 </strong> 2015 2015 … … 2865 2865 HTML page, together with any other fn-group. --> 2866 2866 <xsl:template match="title-group" mode="front"> 2867 <xsl:apply-templates select="article-title" mode="front"/>2868 2867 <xsl:apply-templates select="subtitle" mode="front"/> 2869 2868 </xsl:template>
