Changeset 31 for trunk/template_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/template_db.xsl

    • Property svn:keywords set to Id
    r2 r31  
    55creation du prototype de formulaire utilisateur 
    66 
    7 source : 
    8 /usr/home/fplod/incas/bibnemo/src/bibnemomaf/template_db.xsl sur aedon.locean-ipsl.upmc.fr 
    9  
    107update : 
     8$Id$ 
    119creation 
    1210fplod 2007-04-26T09:31:32Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    2725<xsl:include href="form_db.xsl"/> 
    2826 
    29 <xsl:template match="usersnemo"> 
     27<xsl:template match="users"> 
    3028 
    31  <xsl:apply-templates select="usernemo[child::userid='template']"/> 
     29 <xsl:apply-templates select="user[child::userid='template']"/> 
    3230</xsl:template> 
    3331 
    34 <xsl:template match="usernemo[child::userid='template']"> 
     32<xsl:template match="user[child::userid='template']"> 
    3533<article id="template_form" lang="en"> 
    3634 <title>Nemo Survey - Template</title> 
     
    4846 
    4947 <xsl:comment>  
    50   template form from template userid in usernemo.xml. 
    51 Last update of the usernemo databank : <xsl:value-of select="ancestor::usersnemo/child::date"/> 
     48  template form from template userid in user.xml. 
     49Last update of the user databank : <xsl:value-of select="ancestor::users/child::date"/> 
    5250 </xsl:comment> 
    5351 <xsl:text>&#xA;</xsl:text> 
     
    5856   The mail sent by filling this form will be used to update  
    5957<ulink url="bibnemomain.php">Nemo-Puplications-Papers</ulink> 
    60 and <ulink url="usernemo.html">Nemo Users</ulink>. 
     58and <ulink url="user.html">Nemo Users</ulink>. 
    6159  </xsl:element> 
    6260 </xsl:element> 
     
    8280  <xsl:call-template name="form_db"> 
    8381   <xsl:with-param name="author_id" select="userid"/> 
    84    <xsl:with-param name="usernemo" select="."/> 
     82   <xsl:with-param name="user" select="."/> 
    8583   <xsl:with-param name="visu_modif" select="'modif'"/> 
    8684   <xsl:with-param name="bibmode" select="'no'"/> 
Note: See TracChangeset for help on using the changeset viewer.