Changeset 5424


Ignore:
Timestamp:
2003-09-02T17:35:04+12:00 (21 years ago)
Author:
mdewsnip
Message:

These are being replaced with shiny new help files.

Location:
trunk/gli/help
Files:
55 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/help/gen-many-html.xsl

    r5422 r5424  
    4646    <tr>
    4747      <td colspan="3">
    48         <a href="#{@linkto}">Instructions</a>
     48        <a href="#{@linkto}">
     49      <xsl:variable name="linkTo" select="@linkto"/>
     50      <xsl:value-of select="parent::Contents/parent::Section/Anchor[@name=$linkTo]"/>
     51    </a>
    4952      </td>
    5053    </tr>
     
    7780
    7881  <xsl:template match="Reference">
    79     <a href="#{@target}"><xsl:apply-templates/></a>
     82    <a href="{@target}.html#{@target}"><xsl:apply-templates/></a>
    8083  </xsl:template>
    8184
Note: See TracChangeset for help on using the changeset viewer.