Update of /cvsroot/ejtools/website
In directory usw-pr-cvs1:/tmp/cvs-serv32303
Modified Files:
website.xweb
Log Message:
Add support for custom tree structure in html page
Index: website.xweb
===================================================================
RCS file: /cvsroot/ejtools/website/website.xweb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** website.xweb 21 May 2002 20:10:17 -0000 1.2
--- website.xweb 24 May 2002 21:22:20 -0000 1.3
***************
*** 18,21 ****
--- 18,23 ----
<entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/>
</section>
+ <!--
+ -->
<!-- JMX Browser Project section -->
<!-- **************** -->
***************
*** 27,30 ****
--- 29,34 ----
<entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/>
</section>
+ <!--
+ -->
<!-- Management Project section -->
<!-- **************** -->
***************
*** 36,39 ****
--- 40,45 ----
<entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/>
</section>
+ <!--
+ -->
<!-- Deployment Project section -->
<!-- **************** -->
***************
*** 70,75 ****
<entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/>
<entry name="Source" sourceFile="source.xhtml" targetFile="source.html" type="XHTML"/>
<entry name="Style" sourceFile="style.xhtml" targetFile="style.html" type="XHTML"/>
! <entry name="Build" sourceFile="build.xhtml" targetFile="build.html" type="XHTML"/>
</section>
<!-- Links section -->
--- 76,82 ----
<entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/>
<entry name="Source" sourceFile="source.xhtml" targetFile="source.html" type="XHTML"/>
+ <entry name="Build" sourceFile="build.xml" targetFile="build.html" type="TREE"/>
<entry name="Style" sourceFile="style.xhtml" targetFile="style.html" type="XHTML"/>
! <!--<entry name="Build" sourceFile="build.xhtml" targetFile="build.html" type="XHTML"/>-->
</section>
<!-- Links section -->
***************
*** 106,109 ****
--- 113,123 ----
<xsl stylesheet="stylesheets/layout.xsl" navigationElement="html">
<xsl stylesheet="stylesheets/faq2xhtml.xsl"/>
+ </xsl>
+ <imageGroup name="pageButtons"/>
+ </documentStyle>
+ <!-- Layout style for the Tree -->
+ <documentStyle type="TREE">
+ <xsl stylesheet="stylesheets/layout.xsl" navigationElement="html">
+ <xsl stylesheet="stylesheets/tree2xhtml.xsl"/>
</xsl>
<imageGroup name="pageButtons"/>
|