Changeset 77


Ignore:
Timestamp:
09/18/08 17:06:53 (16 years ago)
Author:
pinsard
Message:

final touch for NEMO survey main page

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/main.xml

    r76 r77  
    3939 
    4040$Id$ 
     41 
     42- fplod 2008-09-18T15:00:16Z aedon.locean-ipsl.upmc.fr (Darwin) 
     43 
     44  * final modification of outlines for NEMO 
    4145 
    4246- fplod 2008-09-17T13:52:14Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    8286  </info> 
    8387 
    84 <sect1 xml:id="publications"> 
    85 <title>Nemo Bibliography</title> 
    86 <sect2 xml:id="addpublication"> 
    87 <title>Add your publication(s)</title> 
    88 <para> 
    89 The goal of this survey is to collect and keep up-to-date information   
    90 related to the use of NEMO: informations on users and list of   
    91 publications involving NEMO. 
    92 </para> 
    9388<important> 
    9489<!-- 
     
    112107</important> 
    113108 
     109<sect1 xml:id="publications"> 
     110<title>Nemo Bibliography</title> 
     111<sect2 xml:id="addpublication"> 
     112<title>Add your publication(s)</title> 
     113<para> 
     114The goal of this survey is to collect and keep up-to-date information   
     115related to the use of NEMO: informations on users and list of   
     116publications involving NEMO. 
     117</para> 
    114118<para> 
    115119We tried   
     
    125129  <listitem> 
    126130   <para> 
    127    Your author name is already in the list : click on it here:++ 
     131   Your author name is already in the list:  
    128132   </para> 
     133<para> 
     134 You can directly choose one of known author's id (made of the surname and the first name initial).  
     135</para> 
     136<note><para>Jump directly to your Id by typing the first letters of your surname.</para></note> 
     137<html:form> 
     138<html:label> 
     139Id (<emphasis>SURNAME_f</emphasis>) 
     140</html:label> 
     141<xi:include href="&select_id;" 
     142   parse="xml" xmlns:xi="http://www.w3.org/2001/XInclude"> 
     143  <xi:fallback> 
     144   <para><emphasis>manque fichier select_id</emphasis></para> 
     145  </xi:fallback> 
     146 </xi:include> 
     147</html:form> 
    129148  </listitem> 
    130149  <listitem> 
     
    137156</sect2> 
    138157<sect2 xml:id="seepublications"> 
    139  <title>Publications using NEMO Nemo Bibliography</title> 
     158 <title>Publications using NEMO</title> 
    140159 <para> 
    141160  <itemizedlist> 
     
    159178</sect2> 
    160179</sect1> 
    161 <sect1 xml:id="firstform"> 
    162 <title>NEMO survey Contribution</title> 
    163   <itemizedlist> 
    164 <listitem> 
    165 <para> 
    166 You can directly choose one of known author's id (made of the surname and the first name initial).  
    167 </para> 
    168 <note><para>Jump directly to your Id by typing the first letters of your surname.</para></note> 
    169 <html:form> 
    170 <html:label> 
    171 Id (<emphasis>SURNAME_f</emphasis>) 
    172 </html:label> 
    173 <xi:include href="&select_id;" 
    174    parse="xml" xmlns:xi="http://www.w3.org/2001/XInclude"> 
    175   <xi:fallback> 
    176    <para><emphasis>manque fichier select_id</emphasis></para> 
    177   </xi:fallback> 
    178  </xi:include> 
    179 </html:form> 
    180 </listitem> 
    181   <listitem> 
    182    <para> 
    183     You can fill a <link xl:href="./template.php">new form</link>  
    184    </para> 
    185   </listitem> 
    186   </itemizedlist> 
    187 </sect1> 
    188180 
    189181</article> 
  • trunk/makefile

    r76 r77  
    326326        $(DIRTMP)/$(PRODUCT)many02.xml 
    327327        # affreux sed 
    328         for file in $(DIRWWW)/en/many/$(PRODUCT)02/*.php; do \ 
     328        @for file in $(DIRWWW)/en/many/$(PRODUCT)02/*.php; do \ 
    329329         $(DIRSRC)/insertphp.sh -i $${file} -o $${file}_sed \ 
    330330         -s $(DIRSRC)/insertphp_many.sed \ 
  • trunk/superbib01_xml.xsl

    r76 r77  
    173173 </xsl:attribute> 
    174174 <xsl:value-of select="document('main.xml')/d:article/d:title"/> 
    175  <xsl:text>main page</xsl:text> 
     175 <xsl:text> main page</xsl:text> 
    176176</xsl:element>. 
    177177</para> 
  • trunk/superbib02_xml.xsl

    r76 r77  
    9797 </xsl:attribute> 
    9898 <xsl:value-of select="document('main.xml')/d:article/d:title"/> 
    99  <xsl:text>main page</xsl:text> 
     99 <xsl:text> main page</xsl:text> 
    100100</xsl:element>. 
    101101</para> 
  • trunk/superbibmany01_xml.xsl

    r76 r77  
    9292 </xsl:attribute> 
    9393 <xsl:value-of select="document('main.xml')/d:article/d:title"/> 
    94  <xsl:text>main page</xsl:text> 
     94 <xsl:text> main page</xsl:text> 
    9595</xsl:element>. 
    9696</para> 
Note: See TracChangeset for help on using the changeset viewer.