source: trunk/comments_db.xsl @ 8

Last change on this file since 8 was 2, checked in by smasson, 17 years ago

initial import

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