source: trunk/newreferences_db.xsl @ 140

Last change on this file since 140 was 76, checked in by pinsard, 16 years ago

no more NEMO reference in XSL files; project information (name and home page are in main.xml

  • Property svn:keywords set to Id
File size: 1.0 KB
RevLine 
[2]1<?xml version="1.0" encoding="iso-8859-1"?>
[76]2<xsl:stylesheet
[55]3version="1.0"
4xmlns:html="http://www.w3.org/1999/xhtml"
5xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
[2]6
[55]7
[2]8<!--
9module :
10creation of newreferences elements for form
11
12update :
[33]13$Id$
[55]14fplod 2008-04-29T09:09:12Z aedon.locean-ipsl.upmc.fr (Darwin)
15chgt for dbk5
[2]16fplod 2007-04-26T11:56:32Z aedon.locean-ipsl.upmc.fr (Darwin)
17creation
18-->
19
20<xsl:template name="newreferences">
[55]21 <xsl:param name="author_id"/>
[2]22 <xsl:text>&#xA;</xsl:text>
[55]23 <xsl:element name="html:fieldset">
24   <xsl:attribute name="xml:id">field_newreferences_<xsl:value-of select="$author_id"/></xsl:attribute>
[2]25   <xsl:text>&#xA;</xsl:text>
[55]26   <xsl:element name="html:legend">
[76]27     New references
[2]28   </xsl:element>
29   <xsl:text>&#xA;</xsl:text>
[76]30   <xsl:element name="html:textarea">
[2]31     <xsl:attribute name="name">newreferences</xsl:attribute>
32     <xsl:attribute name="rows">5</xsl:attribute>
33     <xsl:attribute name="cols">100</xsl:attribute>
34   </xsl:element>
35 </xsl:element>
36</xsl:template>
37</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.