[Ejtools-cvs] CVS: website website.xweb,1.1,1.2
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-21 20:10:24
|
Update of /cvsroot/ejtools/website In directory usw-pr-cvs1:/tmp/cvs-serv29138 Modified Files: website.xweb Log Message: Change website layout Index: website.xweb =================================================================== RCS file: /cvsroot/ejtools/website/website.xweb,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** website.xweb 18 Apr 2002 21:02:38 -0000 1.1 --- website.xweb 21 May 2002 20:10:17 -0000 1.2 *************** *** 1,162 **** ! <?xml version="1.0" encoding="UTF-8"?> ! <website version="1.0RC2" baseURL="http://ejtools.sourceforge.net/" sourceDir="content" targetDir="output" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> ! <structure> ! <!-- Overview section --> ! <!-- **************** --> ! <section name="Overview" title="Overview" sourceDir="overview" targetDir="overview" type="website"> ! <entry name="Home" sourceFile="index.xhtml" targetFile="../index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! <entry name="Download" sourceFile="download.xhtml" targetFile="download.html" type="XHTML"/> ! </section> ! <!-- JNDI Browser Project section --> ! <!-- **************** --> ! <section name="JNDI Browser" title="JNDI Browser" sourceDir="projects/jndi.browser" targetDir="projects/jndi.browser" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! <entry name="FAQ" sourceFile="faq.xml" targetFile="faq.html" type="FAQ"/> ! <entry name="To Do" sourceFile="index.xhtml" targetFile="todo/index.html" type="XHTML"/> ! <entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/> ! </section> ! <!-- JMX Browser Project section --> ! <!-- **************** --> ! <section name="JMX Browser" title="JMX Browser" sourceDir="projects/jmx.browser" targetDir="projects/jmx.browser" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! <entry name="FAQ" sourceFile="faq.xml" targetFile="faq.html" type="FAQ"/> ! <entry name="To Do" sourceFile="index.xhtml" targetFile="todo/index.html" type="XHTML"/> ! <entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/> ! </section> ! <!-- Management Project section --> ! <!-- **************** --> ! <section name="Management" title="Management Console" sourceDir="projects/management" targetDir="projects/management" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! <entry name="FAQ" sourceFile="faq.xml" targetFile="faq.html" type="FAQ"/> ! <entry name="To Do" sourceFile="index.xhtml" targetFile="todo/index.html" type="XHTML"/> ! <entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/> ! </section> ! <!-- Deployment Project section --> ! <!-- **************** --> ! <!-- ! <section name="Deployment" title="Deployment Console" sourceDir="projects/deployment" targetDir="projects/deployment" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! <entry name="FAQ" sourceFile="faq.xml" targetFile="faq.html" type="FAQ"/> ! <entry name="To Do" sourceFile="index.xhtml" targetFile="todo/index.html" type="XHTML"/> ! <entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/> ! </section> ! --> ! <!-- ADWT Library section --> ! <!-- **************** --> ! <section name="ADWT" title="ADvanced Windows Tools" sourceDir="libraries/adwt" targetDir="libraries/adwt" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! <entry name="FAQ" sourceFile="faq.xml" targetFile="faq.html" type="FAQ"/> ! <entry name="To Do" sourceFile="index.xhtml" targetFile="todo/index.html" type="XHTML"/> ! <entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/> ! </section> ! <!-- J2EE Icons Library section --> ! <!-- **************** --> ! <section name="J2EE Icons" title="J2EE Icons" sourceDir="libraries/j2ee.icons" targetDir="libraries/j2ee.icons" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! </section> ! ! <!-- Developers section --> ! <!-- ****************** --> ! <section name="Developers" title="For Developers" sourceDir="developers" targetDir="dev" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Source" sourceFile="source.xhtml" targetFile="source.html" type="XHTML"/> ! </section> ! <!-- Links section --> ! <!-- ************* --> ! <section name="Links" title="Links Collection" sourceDir="links" targetDir="links" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Libraries" sourceFile="libraries.xml" targetFile="libraries.html" type="LINKS"/> ! <entry name="Related" sourceFile="related.xml" targetFile="related.html" type="LINKS"/> ! <entry name="Tools" sourceFile="tools.xml" targetFile="tools.html" type="LINKS"/> ! </section> ! ! <!-- Common files --> ! <!-- ************ --> ! <file sourceFile="../images/white.png" targetFile="images/white.png" type="copy" id="spacer"/> ! <file sourceFile="../images/ejtools50.png" targetFile="images/ejtools_logo.png" type="copy" id="logo"/> ! </structure> ! ! <layout> ! <!-- Style for all sections are the same --> ! <sectionStyle type="website"> ! <image type="normalSection"/> ! <image type="activeSection"/> ! <image type="banner"/> ! </sectionStyle> ! <!-- Copy style --> ! <documentStyle type="copy"> ! <copy/> ! </documentStyle> ! <!-- Layout style for the website --> ! <documentStyle type="XHTML"> ! <xsl stylesheet="stylesheets/layout.xsl" navigationElement="html"/> ! <imageGroup name="pageButtons"/> ! </documentStyle> ! <!-- Layout style for the FAQ --> ! <documentStyle type="FAQ"> ! <xsl stylesheet="stylesheets/layout.xsl" navigationElement="html"> ! <xsl stylesheet="stylesheets/faq2xhtml.xsl"/> ! </xsl> ! <imageGroup name="pageButtons"/> ! </documentStyle> ! <!-- Layout style for the links --> ! <documentStyle type="LINKS"> ! <xsl stylesheet="stylesheets/layout.xsl" navigationElement="html"> ! <xsl stylesheet="stylesheets/links2xhtml.xsl"/> ! </xsl> ! <imageGroup name="pageButtons"/> ! </documentStyle> ! <!-- Group of image-buttons --> ! <imageGroup name="pageButtons"> ! <image type="normal"/> ! <image type="active"/> ! </imageGroup> ! <!-- normal page image --> ! <imageStyle width="100" height="20" fileNamePattern="button_%n.png" type="normal"> ! <svg xwebid="xweb"> ! <text font-family="Arial" font-size="13" fill-opacity="1" fill="rgb(90,90,90)" x="10" y="14" id="xweb">oopsala</text> ! </svg> ! </imageStyle> ! <!-- active page image --> ! <imageStyle width="100" height="20" fileNamePattern="button_%n_act.png" type="active"> ! <svg xwebid="xweb"> ! <polygon points="1,3 7,9 1,15" style="fill:rgb(0,0,144)"/> ! <text font-family="Arial" font-size="13" fill-opacity="1" fill="rgb(0,0,144)" x="10" y="14" id="xweb">oopsala</text> ! </svg> ! </imageStyle> ! <!-- normal section image --> ! <imageStyle width="100" height="25" fileNamePattern="button_%n.png" type="normalSection"> ! <svg xwebid="xweb"> ! <rect fill="rgb(90,90,90)" x="1" y="1" width="98" height="23"/> ! <text font-family="Arial" font-size="13" fill-opacity="1" fill="rgb(255,255,255)" x="50" y="17" text-anchor="middle" id="xweb">oopsala</text> ! </svg> ! </imageStyle> ! <!-- active section image --> ! <imageStyle width="100" height="25" fileNamePattern="button_%n_act.png" type="activeSection"> ! <svg xwebid="xweb"> ! <rect fill="rgb(144,0,0)" x="1" y="1" width="98" height="23"/> ! <text font-family="Arial" font-size="13" fill-opacity="1" fill="rgb(255,255,255)" x="50" y="17" text-anchor="middle" id="xweb">oopsala</text> ! </svg> ! </imageStyle> ! <!-- section banner image --> ! <imageStyle width="500" height="50" render="title" fileNamePattern="banner_%n.png" type="banner"> ! <svg xwebid="xweb"> ! <filter id="dropShadow" filterUnits="userSpaceOnUse" x="-10" y="-10" width="650" height="100"> ! <feFlood result="grey" flood-color="rgb(90,90,90)" flood-opacity="1"/> ! <feOffset in="SourceAlpha" result="offset" dx="2" dy="1"/> ! <feComposite operator="in" in="grey" in2="offset" result="shadow"/> ! <feComposite in="SourceGraphic" in2="shadow" operator="over"/> ! </filter> ! <rect fill="rgb(255,255,255)" x="0" y="0" width="500" height="50"/> ! <text font-family="Arial" font-weight="bold" font-size="32" fill-opacity="1" fill="rgb(0,0,144)" stroke-opacity="1" stroke-width="3" color="rgb(0,0,144)" text-anchor="middle" x="250" y="35" filter="url(#dropShadow)" id="xweb">oopsala</text> ! </svg> ! </imageStyle> ! </layout> ! </website> --- 1,164 ---- ! <?xml version="1.0" encoding="UTF-8"?> ! <website version="1.0RC2" baseURL="http://ejtools.sourceforge.net" sourceDir="content" targetDir="output" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> ! <structure> ! <!-- Overview section --> ! <!-- **************** --> ! <section name="Overview" title="Overview" sourceDir="overview" targetDir="overview" type="website"> ! <entry name="Home" sourceFile="index.xhtml" targetFile="../index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! <entry name="Download" sourceFile="download.xhtml" targetFile="download.html" type="XHTML"/> ! </section> ! <!-- JNDI Browser Project section --> ! <!-- **************** --> ! <section name="JNDI Browser" title="JNDI Browser" sourceDir="projects/jndi.browser" targetDir="projects/jndi.browser" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! <entry name="FAQ" sourceFile="faq.xml" targetFile="faq.html" type="FAQ"/> ! <entry name="To Do" sourceFile="index.xhtml" targetFile="todo/index.html" type="XHTML"/> ! <entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/> ! </section> ! <!-- JMX Browser Project section --> ! <!-- **************** --> ! <section name="JMX Browser" title="JMX Browser" sourceDir="projects/jmx.browser" targetDir="projects/jmx.browser" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! <entry name="FAQ" sourceFile="faq.xml" targetFile="faq.html" type="FAQ"/> ! <entry name="To Do" sourceFile="index.xhtml" targetFile="todo/index.html" type="XHTML"/> ! <entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/> ! </section> ! <!-- Management Project section --> ! <!-- **************** --> ! <section name="Management" title="Management Console" sourceDir="projects/management" targetDir="projects/management" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! <entry name="FAQ" sourceFile="faq.xml" targetFile="faq.html" type="FAQ"/> ! <entry name="To Do" sourceFile="index.xhtml" targetFile="todo/index.html" type="XHTML"/> ! <entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/> ! </section> ! <!-- Deployment Project section --> ! <!-- **************** --> ! <!-- ! <section name="Deployment" title="Deployment Console" sourceDir="projects/deployment" targetDir="projects/deployment" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! <entry name="FAQ" sourceFile="faq.xml" targetFile="faq.html" type="FAQ"/> ! <entry name="To Do" sourceFile="index.xhtml" targetFile="todo/index.html" type="XHTML"/> ! <entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/> ! </section> ! --> ! <!-- ADWT Library section --> ! <!-- **************** --> ! <!-- ! <section name="ADWT" title="ADvanced Windows Tools" sourceDir="libraries/adwt" targetDir="libraries/adwt" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Details" sourceFile="details.xhtml" targetFile="details.html" type="XHTML"/> ! <entry name="FAQ" sourceFile="faq.xml" targetFile="faq.html" type="FAQ"/> ! <entry name="To Do" sourceFile="index.xhtml" targetFile="todo/index.html" type="XHTML"/> ! <entry name="API" sourceFile="index.xhtml" targetFile="api/index.html" type="XHTML"/> ! </section> ! --> ! <!-- J2EE Icons Library section --> ! <!-- **************** --> ! <!-- ! <section name="J2EE Icons" title="J2EE Icons" sourceDir="libraries/j2ee.icons" targetDir="libraries/j2ee.icons" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! </section> ! --> ! <!-- Developers section --> ! <!-- ****************** --> ! <section name="Developers" title="For Developers" sourceDir="developers" targetDir="dev" type="website"> ! <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 --> ! <!-- ************* --> ! <section name="Links" title="Links Collection" sourceDir="links" targetDir="links" type="website"> ! <entry name="Main" sourceFile="index.xhtml" targetFile="index.html" type="XHTML"/> ! <entry name="Libraries" sourceFile="libraries.xml" targetFile="libraries.html" type="LINKS"/> ! <entry name="Related" sourceFile="related.xml" targetFile="related.html" type="LINKS"/> ! <entry name="Tools" sourceFile="tools.xml" targetFile="tools.html" type="LINKS"/> ! </section> ! <!-- Common files --> ! <!-- ************ --> ! <file sourceFile="../images/white.png" targetFile="images/white.png" type="copy" id="spacer"/> ! <file sourceFile="../images/ejtools50.png" targetFile="images/ejtools_logo.png" type="copy" id="logo"/> ! </structure> ! <layout> ! <!-- Style for all sections are the same --> ! <sectionStyle type="website"> ! <image type="normalSection"/> ! <image type="activeSection"/> ! <image type="banner"/> ! </sectionStyle> ! <!-- Copy style --> ! <documentStyle type="copy"> ! <copy/> ! </documentStyle> ! <!-- Layout style for the website --> ! <documentStyle type="XHTML"> ! <xsl stylesheet="stylesheets/layout.xsl" navigationElement="html"/> ! <imageGroup name="pageButtons"/> ! </documentStyle> ! <!-- Layout style for the FAQ --> ! <documentStyle type="FAQ"> ! <xsl stylesheet="stylesheets/layout.xsl" navigationElement="html"> ! <xsl stylesheet="stylesheets/faq2xhtml.xsl"/> ! </xsl> ! <imageGroup name="pageButtons"/> ! </documentStyle> ! <!-- Layout style for the links --> ! <documentStyle type="LINKS"> ! <xsl stylesheet="stylesheets/layout.xsl" navigationElement="html"> ! <xsl stylesheet="stylesheets/links2xhtml.xsl"/> ! </xsl> ! <imageGroup name="pageButtons"/> ! </documentStyle> ! <!-- Group of image-buttons --> ! <imageGroup name="pageButtons"> ! <image type="normal"/> ! <image type="active"/> ! </imageGroup> ! <!-- normal page image --> ! <imageStyle width="100" height="20" fileNamePattern="button_%n.png" type="normal"> ! <svg xwebid="xweb"> ! <text font-family="Arial" font-size="13" fill-opacity="1" fill="rgb(90,90,90)" x="10" y="14" id="xweb">oopsala</text> ! </svg> ! </imageStyle> ! <!-- active page image --> ! <imageStyle width="100" height="20" fileNamePattern="button_%n_act.png" type="active"> ! <svg xwebid="xweb"> ! <polygon points="1,3 7,9 1,15" style="fill:rgb(0,0,144)"/> ! <text font-family="Arial" font-size="13" fill-opacity="1" fill="rgb(0,0,144)" x="10" y="14" id="xweb">oopsala</text> ! </svg> ! </imageStyle> ! <!-- normal section image --> ! <imageStyle width="100" height="25" fileNamePattern="button_%n.png" type="normalSection"> ! <svg xwebid="xweb"> ! <rect fill="rgb(90,90,90)" x="1" y="1" width="98" height="23"/> ! <text font-family="Arial" font-size="13" fill-opacity="1" fill="rgb(255,255,255)" x="50" y="17" text-anchor="middle" id="xweb">oopsala</text> ! </svg> ! </imageStyle> ! <!-- active section image --> ! <imageStyle width="100" height="25" fileNamePattern="button_%n_act.png" type="activeSection"> ! <svg xwebid="xweb"> ! <rect fill="rgb(144,0,0)" x="1" y="1" width="98" height="23"/> ! <text font-family="Arial" font-size="13" fill-opacity="1" fill="rgb(255,255,255)" x="50" y="17" text-anchor="middle" id="xweb">oopsala</text> ! </svg> ! </imageStyle> ! <!-- section banner image --> ! <imageStyle width="500" height="50" render="title" fileNamePattern="banner_%n.png" type="banner"> ! <svg xwebid="xweb"> ! <filter id="dropShadow" filterUnits="userSpaceOnUse" x="-10" y="-10" width="650" height="100"> ! <feFlood result="grey" flood-color="rgb(90,90,90)" flood-opacity="1"/> ! <feOffset in="SourceAlpha" result="offset" dx="2" dy="1"/> ! <feComposite operator="in" in="grey" in2="offset" result="shadow"/> ! <feComposite in="SourceGraphic" in2="shadow" operator="over"/> ! </filter> ! <rect fill="rgb(255,255,255)" x="0" y="0" width="500" height="50"/> ! <text font-family="Arial" font-weight="bold" font-size="32" fill-opacity="1" fill="rgb(0,0,144)" stroke-opacity="1" stroke-width="3" color="rgb(0,0,144)" text-anchor="middle" x="250" y="35" filter="url(#dropShadow)" id="xweb">oopsala</text> ! </svg> ! </imageStyle> ! </layout> ! </website> |