Changeset 31 for trunk/processors_db.xsl


Ignore:
Timestamp:
11/15/07 15:31:47 (16 years ago)
Author:
pinsard
Message:

remove nemo in elements names and filenames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/processors_db.xsl

    r2 r31  
    1818 
    1919<xsl:template name="processors"> 
    20  <xsl:param name="usernemo"/> 
     20 <xsl:param name="user"/> 
    2121 <xsl:param name="visu_modif"/> <!-- ++ readonly --> 
    2222 <xsl:text>&#xA;</xsl:text> 
     
    3232     <xsl:attribute name="rows">1</xsl:attribute> 
    3333     <xsl:attribute name="cols">8</xsl:attribute> 
    34      <xsl:value-of select="$usernemo/processors"/> 
     34     <xsl:value-of select="$user/processors"/> 
    3535   </xsl:element> 
    3636 </xsl:element> 
Note: See TracChangeset for help on using the changeset viewer.