Changeset 73b79203 for stylesheets/top-index.xsl
- Timestamp:
- Feb 21, 2006, 1:51:11 AM (19 years ago)
- Children:
- 0e2e5b5
- Parents:
- 73fdcb6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stylesheets/top-index.xsl
r73fdcb6 r73b79203 230 230 <div class="authorgroup"> 231 231 <h3 class="author"> 232 <xsl:value-of select="author /firstname"/>232 <xsl:value-of select="author[1]/firstname"/> 233 233 <xsl:text> </xsl:text> 234 <xsl:value-of select="author/surname"/> 234 <xsl:value-of select="author[1]/surname"/> 235 </h3> 236 <h3 class="author"> 237 <xsl:value-of select="author[2]/firstname"/> 238 <xsl:text> </xsl:text> 239 <xsl:value-of select="author[2]/surname"/> 235 240 </h3> 236 241 </div> … … 254 259 </xsl:template> 255 260 261 <xsl:template match="bibliosource"> 262 <div> 263 <p class="copyright"> 264 <em> 265 <xsl:apply-templates/> 266 </em> 267 </p> 268 </div> 269 </xsl:template> 270 256 271 <xsl:template match="subtitle|author|firstname|surname|legalnotice"/> 257 272
Note:
See TracChangeset
for help on using the changeset viewer.