source: trunk/comments_db.xsl @ 43

Last change on this file since 43 was 33, checked in by pinsard, 17 years ago

add Id in many headers; replace bibrefnemo.xml by biblio.xml

  • Property svn:keywords set to Id
File size: 847 bytes
Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2
3<!--
4module :
5creation of comments elements for form
6
7update :
8$Id$
9fplod 2007-04-26T11:56:32Z aedon.locean-ipsl.upmc.fr (Darwin)
10creation
11-->
12
13<xsl:stylesheet
14 id="id" version="1.0"
15 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
16
17<xsl:template name="comments">
18 <xsl:text>&#xA;</xsl:text>
19 <xsl:element name="fieldset">
20   <xsl:attribute name="id">field_comments</xsl:attribute>
21   <xsl:text>&#xA;</xsl:text>
22   <xsl:element name="legend">
23     Comments
24   </xsl:element>
25   <xsl:text>&#xA;</xsl:text>
26   <xsl:element name="textarea"> 
27     <xsl:attribute name="name">comments</xsl:attribute>
28     <xsl:attribute name="rows">5</xsl:attribute>
29     <xsl:attribute name="cols">100</xsl:attribute>
30   </xsl:element>
31 </xsl:element> <!-- end of fieldset comments -->
32</xsl:template>
33</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.