From: Wolfgang M. M. <wol...@us...> - 2004-08-15 20:56:12
|
Update of /cvsroot/exist/eXist-1.0/webapp/stylesheets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23196/webapp/stylesheets Modified Files: doc2html-2.xsl db2html.xsl Log Message: Adopted examples to new web site layout. Index: db2html.xsl =================================================================== RCS file: /cvsroot/exist/eXist-1.0/webapp/stylesheets/db2html.xsl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db2html.xsl 22 Jul 2004 19:00:47 -0000 1.6 --- db2html.xsl 15 Aug 2004 20:55:33 -0000 1.7 *************** *** 101,104 **** --- 101,107 ---- <xsl:attribute name="name"><xsl:value-of select="generate-id()"/></xsl:attribute> </a> + <xsl:if test="@id"> + <a name="{@id}"></a> + </xsl:if> <xsl:apply-templates/> </xsl:template> Index: doc2html-2.xsl =================================================================== RCS file: /cvsroot/exist/eXist-1.0/webapp/stylesheets/doc2html-2.xsl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** doc2html-2.xsl 22 Jul 2004 19:00:47 -0000 1.9 --- doc2html-2.xsl 15 Aug 2004 20:55:33 -0000 1.10 *************** *** 56,59 **** --- 56,60 ---- </tr> </table> + <div id="version-info">Site based on <xsl:value-of select="header/version"/></div> </div> <xsl:apply-templates select="sidebar:sidebar"/> *************** *** 98,101 **** --- 99,103 ---- <div id="sidebar"> <xsl:apply-templates select="sidebar:group"/> + <xsl:apply-templates select="sidebar:banner"/> </div> |