- Timestamp:
- Jan 25, 2009, 9:51:14 AM (16 years ago)
- Branches:
- master
- Children:
- 128e9a4
- Parents:
- 8759158
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/top-index.xsl
r8759158 r220608f 140 140 </xsl:template> 141 141 142 <xsl:template match="authorgroup">143 <h3 class="author">144 <xsl:value-of select="author[1]/firstname"/>145 <xsl:text> </xsl:text>146 <xsl:value-of select="author[1]/surname"/>147 </h3>148 <h3 class="author">149 <xsl:value-of select="author[2]/firstname"/>150 <xsl:text> </xsl:text>151 <xsl:value-of select="author[2]/surname"/>152 </h3>153 <h3 class="author">154 <xsl:value-of select="author[3]/firstname"/>155 <xsl:text> </xsl:text>156 <xsl:value-of select="author[3]/surname"/>157 </h3>158 </xsl:template>159 160 142 <xsl:template match="copyright"> 161 143 <p class="copyright">
Note:
See TracChangeset
for help on using the changeset viewer.