Ignore:
Timestamp:
2007-01-24T17:21:45+13:00 (17 years ago)
Author:
lh92
Message:

changed to display the navigation links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl-documentation/manuals/processing/xml-to-one-html.xsl

    r13649 r13785  
    1515      <head>
    1616      <title><xsl:value-of select="Title/Text"/></title>
    17       <link rel="stylesheet" href="../style.css" type="text/css"/>
     17      <link rel="stylesheet" href="../../style.css" type="text/css"/>
    1818      </head>
    1919    <body>
     
    2424            <xsl:apply-templates select="Author"/>
    2525            <xsl:apply-templates select="Affiliation"/>
     26           
     27            <div class="indexlink"><a href="../../index.html"><xsl:value-of select="/Manual/SupplementaryText/Text[@id='top_index']"/></a></div>
     28           
    2629            <xsl:apply-templates select="Text"/>
     30           
    2731            <xsl:apply-templates select="Comment"/>
    2832            <xsl:call-template name="version_and_date"/>       
Note: See TracChangeset for help on using the changeset viewer.