Changeset 6575


Ignore:
Timestamp:
2004-01-21T17:21:39+13:00 (20 years ago)
Author:
mdewsnip
Message:

Changed references to gatherer_small.gif and gatherer_medium.gif images so they work when the HTML files are in the language directory.

File:
1 edited

Legend:

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

    r5518 r6575  
    77  <xsl:template match="Anchor">
    88    <p/>
    9     <img height="20" src="gatherer_small.gif" width="20"/>
     9    <img height="20" src="../gatherer_small.gif" width="20"/>
    1010    <a name="{@name}"><xsl:text> </xsl:text><xsl:apply-templates/></a>
    1111    <p style="text-align:justify"/>
     
    102102          <tr>
    103103            <td align="center" width="15%">
    104               <img height="45" src="gatherer_medium.gif" width="45"/>
     104              <img height="45" src="../gatherer_medium.gif" width="45"/>
    105105            </td>
    106106            <td align="center" width="*">
     
    113113            </td>
    114114            <td align="center" width="15%">
    115               <img height="45" src="gatherer_medium.gif" width="45"/>
     115              <img height="45" src="../gatherer_medium.gif" width="45"/>
    116116            </td>
    117117          </tr>
Note: See TracChangeset for help on using the changeset viewer.