1 Dec 2004 21:18
svn commit: r109375 - /forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl /forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl /forrest/trunk/main/webapp/skins/tigris/xslt/html/site2xhtml.xsl
<rick <at> apache.org>
2004-12-01 20:18:28 GMT
2004-12-01 20:18:28 GMT
Author: rick Date: Wed Dec 1 12:18:26 2004 New Revision: 109375 URL: http://svn.apache.org/viewcvs?view=rev&rev=109375 Log: Added code to handle the text links on the pelt (and common) skins. Corrected a typo on the tigris skin. Modified: forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl forrest/trunk/main/webapp/skins/tigris/xslt/html/site2xhtml.xsl Modified: forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl Url: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl?view=diff&rev=109375&p1=forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl&r1=109374&p2=forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl&r2=109375 ============================================================================== --- forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl (original) +++ forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl Wed Dec 1 12:18:26 2004 <at> <at> -205,6 +205,16 <at> <at> </xsl:if> </xsl:template> + <!-- Generates the TXT link --> + <xsl:template match="div[ <at> id='skinconf-txtlink']"> + <xsl:if test="$disable-txt-link = 'false'"> + <td align="center" width="40" nowrap="nowrap"><a href="{$filename-noext}.txt" class="dida"> + <img class="skin" src="{$skin-img-dir}/txtdoc.png" alt="TXT"/><br/> + TXT</a> + </td>(Continue reading)
RSS Feed