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/superbibmany02_xml.xsl

    r29 r31  
    99 
    1010update : 
    11 ++ parametrer le nom du fichier "base utilisateur" usernemo.xml 
     11++ parametrer le nom du fichier "base utilisateur" user.xml 
    1212fplod 2007-10-17T08:06:40Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1313improve sort (diacriticals) 
     
    1717correction pour homonymes partiels 
    1818fplod 2007-05-15T15:07:37Z aedon.locean-ipsl.upmc.fr (Darwin) 
    19 modification to see usernemo/userid="template" information if author_id  
     19modification to see user/userid="template" information if author_id  
    2020doesn't exit in users datafile 
    2121fplod 2007-04-16T08:10:06Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    6868   The mail sent by filling these forms will be used to update 
    6969<ulink url="../../one/bibnemomain.php">Nemo-Puplications-Papers</ulink> 
    70 and <ulink url="../../one/usernemo.html">Nemo Users</ulink>. 
     70and <ulink url="../../one/user.html">Nemo Users</ulink>. 
    7171</xsl:element> 
    7272 
     
    7575</para> 
    7676<para> 
    77 Last update of the usernemo databank : <xsl:value-of select="document('usernemo.xml')/usersnemo/date"/> 
     77Last update of the user databank : <xsl:value-of select="document('user.xml')/users/date"/> 
    7878</para> 
    7979 
     
    149149   The mail sent by filling this form will be used to update 
    150150<ulink url="../../one/bibnemomain.php">Nemo-Puplications-Papers</ulink> 
    151 and <ulink url="../../one/usernemo.html">Nemo Users</ulink>. 
     151and <ulink url="../../one/user.html">Nemo Users</ulink>. 
    152152  </xsl:element> 
    153153 
    154154  <xsl:choose> 
    155    <xsl:when test="document('usernemo.xml')/usersnemo/usernemo[descendant::userid=$author_id]/userid = $author_id"> 
     155   <xsl:when test="document('user.xml')/users/user[descendant::userid=$author_id]/userid = $author_id"> 
    156156    <xsl:call-template name="form_db"> 
    157157     <xsl:with-param name="author_id" select="$author_id"/> 
    158      <xsl:with-param name="usernemo" select="document('usernemo.xml')/usersnemo/usernemo[descendant::userid=$author_id]"/> 
     158     <xsl:with-param name="user" select="document('user.xml')/users/user[descendant::userid=$author_id]"/> 
    159159     <xsl:with-param name="visu_modif" select="'modif'"/> 
    160160     <xsl:with-param name="bibmode" select="'yes'"/> 
     
    164164    <xsl:call-template name="form_db"> 
    165165     <xsl:with-param name="author_id" select="$author_id"/> 
    166      <xsl:with-param name="usernemo" select="document('usernemo.xml')/usersnemo/usernemo[descendant::userid='template']"/> 
     166     <xsl:with-param name="user" select="document('user.xml')/users/user[descendant::userid='template']"/> 
    167167     <xsl:with-param name="visu_modif" select="'modif'"/> 
    168168     <xsl:with-param name="bibmode" select="'yes'"/> 
Note: See TracChangeset for help on using the changeset viewer.