git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@300
270642c3-0616-0410-b53a-bc976706d245
<xsl:apply-templates/>\r
</xsl:copy>\r
</xsl:template>\r
- \r
+\r
<xsl:template name="copy-attributes">\r
<xsl:for-each select="@*">\r
<xsl:attribute name="{name(current())}">\r
</xsl:attribute>\r
</xsl:for-each>\r
</xsl:template>\r
- \r
+\r
+ <!-- Remove the automatically inserted search form (we build our own) -->\r
<xsl:template match="li[form]"> \r
</xsl:template>\r
\r
<xsl:with-param name="class">anchor</xsl:with-param>\r
</xsl:call-template>\r
</xsl:template>\r
+\r
+ <!-- Remove [external] references from the modules page -->\r
+ <xsl:template match="div[@id='content2']/ul/li[a/@class='elRef'][a/@doxygen][code/text()='[external]'][not(ul)]">\r
+ </xsl:template>\r
\r
</xsl:stylesheet>\r