Changeset 25 for trunk


Ignore:
Timestamp:
10/01/07 10:23:51 (17 years ago)
Author:
pinsard
Message:

remove arrow "top" in chunked 03 and 04 outputs

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/before.sh

    r23 r25  
    2424# 
    2525minargcount=9 
    26 echo " narg ${#}" 
     26#echo " narg ${#}" 
    2727if [ ${#} -lt ${minargcount} ] 
    2828then 
  • trunk/bibnemomaf03_xml.xsl

    r2 r25  
    5151<!-- ++ date --> 
    5252</articleinfo> 
    53 <highlights id="top"> 
     53<highlights> 
    5454<para> 
    5555 This page intents to provide an exhaustive list of the papers that have used NEMO or OPA and/or results from them. Obvioulsy many papers are missing. If you find omissions or mistakes please ask some modification via 
     
    139139<xsl:element name="title"> 
    140140<xsl:value-of select="$author_name"/> 
    141 <xsl:element name="ulink"> 
    142 <xsl:attribute name="url"><xsl:text>#top</xsl:text></xsl:attribute> 
    143 <xsl:element name="inlinemediaobject"> 
    144 <xsl:element name="imageobject"> 
    145 <xsl:element name="imagedata"> 
    146 <xsl:attribute name="fileref">../../images/globalicondl11x10_up.gif</xsl:attribute> 
    147141</xsl:element> 
    148      </xsl:element> 
    149      <xsl:element name="textobject"> 
    150       <xsl:element name="phrase"> 
    151        <xsl:text>top</xsl:text> 
    152       </xsl:element> 
    153      </xsl:element> 
    154     </xsl:element> 
    155    </xsl:element> 
    156   </xsl:element> 
    157142  <xsl:element name="orderedlist"> 
    158143  <!-- 
  • trunk/bibnemomaf04_xml.xsl

    r2 r25  
    5555<!-- ++ date --> 
    5656</articleinfo> 
    57 <highlights id="top"> 
     57<highlights> 
    5858 <xsl:element name="para"> 
    5959These pages intent to provide an form for every know user of NEMO with bibliography and information. 
  • trunk/install.sh

    r23 r25  
    2323# 
    2424minargcount=4 
    25 echo " narg ${#}" 
     25#echo " narg ${#}" 
    2626if [ ${#} -lt ${minargcount} ] 
    2727then 
Note: See TracChangeset for help on using the changeset viewer.