Changeset 76 for trunk/user_db.xsl


Ignore:
Timestamp:
09/18/08 12:14:27 (16 years ago)
Author:
pinsard
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user_db.xsl

    r64 r76  
    66xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    77 
    8 <!-- 
    9 module : 
     8<!--rst 
     9 
     10NAME 
     11==== 
     12 
    1013creation des élements de formulaire (sans saisie) d'après les info user 
    1114 
    12 update : 
     15EVOLUTIONS 
     16========== 
     17 
    1318$Id$ 
    14 fplod 2008-04-30T13:55:17Z aedon.locean-ipsl.upmc.fr (Darwin) 
    15 language inherited  from biblio.xml 
    16 fplod 2008-04-29T10:23:26Z aedon.locean-ipsl.upmc.fr (Darwin) 
    17 chgt for dbk5 
    18 fplod 2007-06-06T10:20:22Z aedon.locean-ipsl.upmc.fr (Darwin) 
    19 add middle name 
    20 fplod 2007-05-04T10:26:02Z aedon.locean-ipsl.upmc.fr (Darwin) 
    21 hohmogéneisation sur bibnemo pr auteur et par année 
    22 fplod 2007-04-20T15:31:20Z aedon.locean-ipsl.upmc.fr (Darwin) 
    23 creation 
     19 
     20- fplod 2008-09-17T09:49:51Z aedon.locean-ipsl.upmc.fr (Darwin) 
     21 
     22  * project name from main.xml file instead of a fixed one 
     23 
     24- fplod 2008-04-30T13:55:17Z aedon.locean-ipsl.upmc.fr (Darwin) 
     25 
     26  * language inherited from biblio.xml 
     27 
     28- fplod 2008-04-29T10:23:26Z aedon.locean-ipsl.upmc.fr (Darwin) 
     29 
     30  * chgt for dbk5 
     31 
     32- fplod 2007-06-06T10:20:22Z aedon.locean-ipsl.upmc.fr (Darwin) 
     33 
     34  * add middle name 
     35 
     36- fplod 2007-05-04T10:26:02Z aedon.locean-ipsl.upmc.fr (Darwin) 
     37 
     38  * homogéneisation sur bibnemo pr auteur et par année 
     39 
     40- fplod 2007-04-20T15:31:20Z aedon.locean-ipsl.upmc.fr (Darwin) 
     41 
     42  * creation 
     43 
    2444--> 
    2545 
     
    3858<xsl:template match="users"> 
    3959 
     60<xsl:variable name="project"> 
     61 <xsl:value-of select="document('main.xml')//d:keyword[@xml:id='project']"/> 
     62</xsl:variable> 
     63 
    4064<xsl:element name="article"> 
    4165<xsl:attribute name="version">5.0</xsl:attribute> 
     
    4569 
    4670 
    47  <title>Nemo Users</title> 
     71<title><xsl:value-of select="$project"/> Users</title> 
    4872<info> 
    4973<authorgroup> 
     
    5377</authorgroup> 
    5478<keywordset> 
    55 <keyword>NEMO</keyword> 
     79<keyword><xsl:value-of select="$project"/></keyword> 
    5680</keywordset> 
    5781</info> 
    5882<para xml:id="top"> 
    59 This page intents to provide an exhaustive list of the papers that have used  
    60 NEMO or OPA and/or results from them.  
    61 Obvioulsy many papers are missing. 
     83 
     84This page intents to provide an exhaustive list of authors or users of <xsl:value-of select="$project"/>. 
     85</para> 
     86<para> 
    6287If you find omissions or mistakes please ask some modification via 
    6388<xsl:element name="link"> 
     
    6590  <xsl:value-of select="'./main.php'"/> 
    6691 </xsl:attribute> 
    67  <xsl:text>Nemo Survey main page</xsl:text> 
     92 <xsl:value-of select="document('main.xml')/d:article/d:title"/> 
     93 <xsl:text> main page</xsl:text> 
    6894</xsl:element>. 
    6995</para> 
    7096<para> 
    71 Yoy can also see <quote>NEMO - Publications - Papers</quote> sorted by 
    72 <xsl:text>authors</xsl:text> 
     97Yoy can also see <quote><xsl:value-of select="$project"/> - Publications - Papers</quote> sorted by 
    7398authors in 
    7499<xsl:element name="link"> 
Note: See TracChangeset for help on using the changeset viewer.