User: user57  
  Date: 01/11/19 15:00:23

  Modified:    src/docs/developers contrib.jsp cvs.jsp head.jsp main.css
                        navigation.jsp
  Removed:     src/docs/developers buildsystem-faq.jsp buildsystem.jsp
                        guidelines.jsp quickstart.jsp
  Log:
   o found out there was a developers/main.css, copied the styles over
     from /main.css (with the appropriate color changes)
   o moved buildsystem* and quickstart guides to /developers/guide
   o added logging system guide (based on the recent emails from scott)
   o moved the guidelines.jsp to guide/codestyle.jsp
   o changed navigation pages to use a New suffix (in superscript) for
     items marked as new.
   o changed CVS to Source Code on develoeprs nav include
   o added guides link to resources section
   o moved SF Project info to Resources section "@SourceForge"
   * leaving quick start under source code to help new users find it faster
  
  Revision  Changes    Path
  1.4       +9 -6      newsite/src/docs/developers/contrib.jsp
  
  Index: contrib.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/contrib.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- contrib.jsp       2001/11/07 19:55:37     1.3
  +++ contrib.jsp       2001/11/19 23:00:22     1.4
  @@ -87,15 +87,15 @@
       <p class="text">
         When submitting a bug, please include the following information:
         
  -      <ul>
  +      <ul class="text">
           <li>Your Operating System (WindowsNT, Linux, ...) </li>
           <li>JDK Version (1.2.2, 1.3, ...)  </li>
           <li>Server trace from the console (JDK version is at the beginning..) </li>
           <li>Steps to reproduce the bug</li>
         </ul>
         
  +    <p class="text">
         Your bug report will be automatically sent to the developer list.
  -    <p></p>
       
       <p>
         <a class="link" 
href="http://sourceforge.net/tracker/?func=add&group_id=22866&atid=376685";>Submit Bug 
Report</a>
  @@ -113,11 +113,14 @@
         <a class="link" 
href="http://sourceforge.net/tracker/?func=add&group_id=22866&atid=376688";>Submit 
Feature Request</a>
       </p>
       
  -    <p class="head">Style Guides (DEVELOPERS)</p>
  +    <p class="head">GUIDES (DEVELOPERS)</p>
       
       <p class="text">
  -      Please have a look at the <a class="link" 
href="guidelines.jsp">Guidelines</a> to make
  -      JBoss code more readable, thanx.
  +      Please have a look at the various developer
  +      <a class="link" href="/developers/guide/">guides</a>. 
  +      Be sure to understand and follow the 
  +      <a class="link" href="/developers/guide/codestyle.jsp">Style Guide</a>
  +      to help keep JBoss code readable.
       </p>
       
       <p class="head">CHANGE NOTES (DEVELOPERS)</p>
  @@ -129,7 +132,7 @@
         form group to indicate which version your change applies to.
       </p>
       
  -    <p>
  +    <p class="text">
         <a class="link" 
href="http://sourceforge.net/tracker/?func=add&group_id=22866&atid=381174";>Submit 
Change Note</a> (Requires login)
       </p>
       
  
  
  
  1.10      +61 -25    newsite/src/docs/developers/cvs.jsp
  
  Index: cvs.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- cvs.jsp   2001/11/17 04:19:12     1.9
  +++ cvs.jsp   2001/11/19 23:00:22     1.10
  @@ -18,26 +18,51 @@
   
   <!-- end picateam block --></td></tr></table>
   
  +   <p class="head">SOURCE CODE</p>
  +
      <p class="text">
  -      Our CVS repository (amoung other things) is hosted by our friends at
  -      <a class="link" href="http://sourceforge.net";>
  -         <img src="http://sourceforge.net/sflogo.php?group_id=22866"; border="0" 
alt="SourceForge" align="absmiddle"></a>
  -      </ul>
  -   </p>
  +      Source code is available from <a href="#CVS">CVS</a> or 
  +      a nightly updated CVS <a href="#NIGHTLY_SNAPSHOTS">snapshot</a>.
   
  -   <p class="head">SOURCE CODE</p>
  -     
  +   <p class="head">
  +      <a name="NIGHTLY_SNAPSHOTS">NIGHTLY SNAPSHOTS</a>
  +
  +   <p class="text">
  +      Snapshots are only made for the latest development branches, so if you
  +      need a specific branch you will need to use CVS to get at it.
  +
  +   <p class="text">
  +      Browse the available <a class="link" href="/snapshots">snapshots</a>
  +      or select one of the following:
  +   <ul class="text">
  +      <li>jboss-all
  +         [<a class="link" href="/snapshots/jboss-all.zip">zip</a>]
  +         [<a class="link" href="/snapshots/jboss-all.tgz">tgz</a>]
  +      <li>jboss-mq
  +         [<a class="link" href="/snapshots/jboss-mq.zip">zip</a>]
  +         [<a class="link" href="/snapshots/jboss-mq.tgz">tgz</a>]
  +      <li>jboss-plugins
  +         [<a class="link" href="/snapshots/jboss-plugins.zip">zip</a>]
  +         [<a class="link" href="/snapshots/jboss-plugins.tgz">tgz</a>]
  +   </ul>
  +
  +   <p class="head">
  +      <a name="CVS">CVS</a>
  +
      <p class="text">
  -      <a class="link" 
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/";><b>Browse the source 
on-line</b></a>
  +      Our CVS repository (amoung other things) is hosted by our friends at
  +      <a class="link" href="http://sourceforge.net";>
  +         <img src="http://sourceforge.net/sflogo.php?group_id=22866"; border="0" 
alt="SourceForge" align="absmiddle"></a>.
   
      <p class="text">
  -      Download a daily updated snapshot of the current
  -      <a class="link" href="/snapshots">development sources</a>.
  +      This repository is available for online
  +      <a class="link" 
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/";>browsing</a>.
   
  -   <p class="head">CVS ENVIRONMENT</p>
  +   <p class="head">
  +      <a name="CVS_ENVIRONMENT">CVS ENVIRONMENT</a>
   
      <p class="text">
  -      To browse the source tree you <b>will need a CVS client</b>. 
  +      To download the source tree from CVS you will need a CVS client.
         If you don't have one already installed on your machine you can download
         <a class="link" href="http://www.jcvs.org/";>jCVS</a>, the CVS client in
         java. jCVS will work on any platform including Linux. 
  @@ -48,28 +73,39 @@
      <p class="text"><b>Settings for anonymous browsing:</b></p>
   
      <p class="text">
  -      CVSROOT is <br>
  -      <tt>:pserver:[EMAIL PROTECTED]:/cvsroot/jboss</tt>
  -      <br><br>password is blank (press enter)</p>
  +      This provides <b>READ-ONLY</b> access to the repository.
  +      The CVSROOT is
  +      <blockquote>
  +         <tt>:pserver:[EMAIL PROTECTED]:/cvsroot/jboss</tt><br>
  +      </blockquote>
  +   <p class="text">
  +      The password is blank (press enter).</p>
   
      <p class="text">
         <b>Settings for developer access:</b>
  -   <p class="text">You have to use SSH:<br>
  -      <tt>export CVS_RSH=ssh</tt>
   
  -   <p class="text">CVSROOT is <br>
  -      
<tt>:ext:&lt;sourceforge&nbsp;ID&gt;@cvs.jboss.sourceforge.net:/cvsroot/jboss</tt>
  -      
  -   <p class="text">For further explanations see 
  +   <p class="text">
  +      This provides <b>READ-WRITE</b> access to the repository.  You will
  +      need to use SSH, have a SourceForge account and be a valid member
  +      of the <em>jboss</em> project.
  +
  +   <p class="text">
  +      CVSROOT is
  +      <blockquote>
  +         
<tt>:ext:<em>&lt;sourceforge&nbsp;ID&gt;</em>@cvs.jboss.sourceforge.net:/cvsroot/jboss</tt><br>
  +      </blockquote>
  +
  +   <p class="text">
  +      For further explanations see 
         <a class="link" 
href="http://sourceforge.net/cvs/?group_id=22866";>instructions</a> 
         at SourceForge.
        
      <p class="head">CVS MODULES</p>
   
      <p class="text">
  -   Below is a list of the currently supported modules.  These modules are 
  -     created via <tt>CVSROOT/modules</tt>, so look there for more information 
  -     about how they work.
  +      Below is a list of the currently supported modules.  These modules are 
  +      created via <tt>CVSROOT/modules</tt>, so look there for more information 
  +      about how they work.
   
      <blockquote>
      <dl class="text">
  @@ -94,7 +130,7 @@
      </blockquote>
   
      <p class="text">
  -      The following aliases are also available:
  +      The following module aliases are also available:
   
      <blockquote>
      <dl class="text">
  
  
  
  1.5       +11 -13    newsite/src/docs/developers/head.jsp
  
  Index: head.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/head.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- head.jsp  2001/11/13 18:05:01     1.4
  +++ head.jsp  2001/11/19 23:00:22     1.5
  @@ -3,12 +3,12 @@
   <html>
   <head>
     <title>JBoss - WORLD CLASS J2EE TECHNOLOGIES IN OPEN SOURCE</title>
  -     <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  +   <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
      <meta name="author" content="JBoss Team">
      <meta name="description" content="JBoss/Server is an Open Source, 
standards-compliant, Enterprise JavaBeans application server implemented in 100% Pure 
Java, as is our full product suite. The JBoss community of over 500 developers world 
wide is working to deliver the full range of J2EE tools as the premier Enterprise Java 
application server for the Java 2 Enterprise Edition platform. JBoss/Server and other 
JBoss products are delivered under a public license. With 1500 downloads per day on 
average, JBoss/Server is the fastest growing J2EE based server.">
      <meta name="keywords" content="bean-managed persistence, BMP, Connector 
architecture, JCA, container-managed persistence, CMP, deployment descriptor, EJB, 
Enterprise Java Beans, EJB container, EJB server, J2EE server, Java Naming and 
Directory Interface, JNDI, Java Transaction API, JTA, Java Transaction Service, JTS, 
JSP container, RMI, RMI-IIOP, servlet container, session bean, entity bean, Web 
container, JBoss/Server, JBossTX, JBossMQ, JBossSX, JBossMail, JBossCX, JBossNS, 
JBossCMP, Pet Store, Java Pet Store">
      <meta name="title" content="JBoss - WORLD CLASS J2EE TECHNOLOGIES IN OPEN 
SOURCE">
  -   <link rel="stylesheet" type="text/css" href="main.css" >
  +   <link rel="stylesheet" type="text/css" href="/developers/main.css" >
   </head>
   
   <body bgcolor="#ffffff" marginwidth="0" marginheight="0" leftmargin="0" 
topmargin="0">
  @@ -16,18 +16,16 @@
   <!-- HEAD -->
    
   <table cellspacing="0" cellpadding="0" border="0" width="100%">
  - <tr>
  -     <td bgcolor="#000000" align=center>
  -     <a class=link  href = "/jbossgroup/training.jsp">
  -     <img src="/pictures/banner-x.gif" border = 0></a></td>
  - </tr>
  +   <tr>
  +   <td bgcolor="#000000" align=center>
  +      <a class=link  href = "/jbossgroup/training.jsp">
  +         <img src="/pictures/banner-x.gif" border = 0></a></td>
  +   </tr>
   </table>
   
  -
   <table cellspacing="0" cellpadding="0" border="0" width="100%">
  - <tr>
  -     <td bgcolor="#2c922f"><img src="/pictures/blue_head.gif" width="760" 
height="165"></td>
  -     <td width="100%" background="/pictures/bheadfill.gif"><img 
src="/pictures/t.gif" width="6" height="1"></td>
  - </tr>
  +   <tr>
  +   <td bgcolor="#2c922f"><img src="/pictures/blue_head.gif" width="760" 
height="165"></td>
  +   <td width="100%" background="/pictures/bheadfill.gif"><img src="/pictures/t.gif" 
width="6" height="1"></td>
  +   </tr>
   </table>
  -
  
  
  
  1.2       +83 -11    newsite/src/docs/developers/main.css
  
  Index: main.css
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/main.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- main.css  2001/10/05 18:23:52     1.1
  +++ main.css  2001/11/19 23:00:22     1.2
  @@ -1,12 +1,84 @@
  -/* Style Sheet document for the new JBoss website */
  +/**
  + * Style Sheet for the JBoss Developers website.
  + */
   
  -.linkhead   { font-family: Arial; font-size: 12px; color: #ffffff; font-weight: 
bold; }
  -.linkmenu   { font-family: Arial; font-size: 12px; color: #000080; font-weight: 
bold; text-decoration: none; }
  -.head       { font-family: Arial; font-size: 14px; color: #000080; font-weight: 
bold; }
  -.slogan     { font-family: Arial; font-size: 15px; color: #000080; font-weight: 
bold; }
  -.text       { font-family: Arial; font-size: 13px; color: #000000; }
  -.link       { font-family: Arial; font-size: 13px; color: #000000; font-weight: 
bold; }
  -.copy       { font-family: Arial; font-size: 11px; color: #808080; }
  -.linkmenu:hover { color: #000040; text-decoration: underline; }
  -.copy:hover     { color: #000000; }
  -.link:hover     { color: #000080; }
  \ No newline at end of file
  +/* $Id: main.css,v 1.2 2001/11/19 23:00:22 user57 Exp $ */
  +
  +.linkhead {
  +   font-family: Arial,serif;
  +   font-size: 12px;
  +   color: #ffffff;
  +   font-weight: bold; 
  +}
  +.linkmenu { 
  +   font-family: Arial,serif;
  +   font-size: 12px;
  +   color: #000080;
  +   font-weight: bold;
  +   text-decoration: none; 
  +}
  +.linkmenu:hover { 
  +   color: #000040;
  +   text-decoration: underline;
  +}
  +
  +.head { 
  +   font-family: Arial,serif;
  +   font-size: 14px;
  +   color: #000080;
  +   font-weight: bold; 
  +}
  +
  +.slogan {
  +   font-family: Arial,serif; 
  +   font-size: 15px; 
  +   color: #000080;
  +   font-weight: bold; 
  +}
  +
  +.text { 
  +   font-family: Arial,serif;
  +   font-size: 13px; 
  +   color: #000000; 
  +}
  +
  +.code { 
  +   font-family: monospace;
  +   font-size: 10px; 
  +   color: #000000; 
  +}
  +
  +.command { 
  +   font-family: monospace;
  +   font-size: 13px; 
  +   color: #000000; 
  +}
  +
  +.output { 
  +   font-family: monospace;
  +   font-size: 10px; 
  +   color: #000000; 
  +}
  +
  +.link { 
  +   font-family: Arial,serif;
  +   font-size: 13px;
  +   color: #003399;
  +   font-weight: bold; 
  +}
  +.link:hover { 
  +   color: #000080; /* #336633; */
  +}
  +
  +.copy { 
  +   font-family: Arial,serif; 
  +   font-size: 11px;
  +   color: #808080; 
  +}
  +.copy:hover { 
  +   color: #000000; 
  +}
  +
  +.label { 
  +   font-weight: bold 
  +}
  
  
  
  1.11      +109 -117  newsite/src/docs/developers/navigation.jsp
  
  Index: navigation.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/navigation.jsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- navigation.jsp    2001/11/17 04:19:12     1.10
  +++ navigation.jsp    2001/11/19 23:00:22     1.11
  @@ -14,158 +14,150 @@
   </tr>
   
   <tr>
  -     <td bgcolor="#eeeeee"><img src="/pictures/t.gif" width="115" height="1"></td>
  -     <td><img src="/pictures/tail1.gif" width="80" height="15"></td>
  -     <td width="100%" bgcolor="#eeeeee" align="right"><img 
src="/pictures/tail2.gif" width="10" height="15"></td>
  -     <td><img src="/pictures/t.gif" width="65" height="1"></td>
  +   <td bgcolor="#eeeeee"><img src="/pictures/t.gif" width="115" height="1"></td>
  +   <td><img src="/pictures/tail1.gif" width="80" height="15"></td>
  +   <td width="100%" bgcolor="#eeeeee" align="right"><img src="/pictures/tail2.gif" 
width="10" height="15"></td>
  +   <td><img src="/pictures/t.gif" width="65" height="1"></td>
   </tr>
   
   </table>
   
   <table cellspacing="0" cellpadding="0" border="0" width="100%" height="10"><tr>
  -     <td width="150"><img src="/pictures/t.gif" width="150" height="1"></td>
  -     <td width="100%"><img src="/pictures/t.gif" width="1" height="1"></td>
  -     <td width="65"><img src="/pictures/t.gif" width="65" height="1"></td>
  -</tr><tr>
  -     <td width="150" align="center">
  -             <p class="copy">
  -             Designed by
  -             <a class="copy" href="mailto:[EMAIL PROTECTED]";>NeoLine</a>
  -     </td><td align="right" width="100%">
  -             <p class="copy">
  -             JBoss&#153; is a trademark of Marc Fleury.  Copyright &copy; 
1999-2001, <a class="copy" href="http://jboss.org";>jboss.org</a>.
  -             All rights reserved.
  -             &nbsp;&nbsp;
  -     </td>
  -     <td width="65"><img src="/pictures/t.gif" width="65" height="10"></td>
  +   <td width="150"><img src="/pictures/t.gif" width="150" height="1"></td>
  +   <td width="100%"><img src="/pictures/t.gif" width="1" height="1"></td>
  +   <td width="65"><img src="/pictures/t.gif" width="65" height="1"></td>
  +</tr><tr>
  +   <td width="150" align="center">
  +      <p class="copy">
  +      Designed by
  +      <a class="copy" href="mailto:[EMAIL PROTECTED]";>NeoLine</a>
  +   </td><td align="right" width="100%">
  +      <p class="copy">
  +      JBoss&#153; is a trademark of Marc Fleury.  Copyright &copy; 1999-2001, <a 
class="copy" href="http://jboss.org";>jboss.org</a>.
  +      All rights reserved.
  +      &nbsp;&nbsp;
  +   </td>
  +   <td width="65"><img src="/pictures/t.gif" width="65" height="10"></td>
   </tr></table>
   
   <!-- NAVIGATION LAYER -->
   
  -
   <div style="position: absolute; left: 0px; top: 230px; z-index: 10;">
   <table cellspacing="0" cellpadding="0" border="0" width="150"><tr>
  -     <td><img src="/pictures/btb1u.gif" width="25" height="28"></td>
  -     <td background="/pictures/btb2u.gif" width="110"><img src="/pictures/t.gif" 
width="1" height="1"></td>
  -     <td><img src="/pictures/btb3u.gif" width="15" height="28"></td>
  -</tr><tr>
  -     <td background="/pictures/btb6.gif" valign="top"><img src="/pictures/btb4.gif" 
width="25" height="40"></td>
  -     <td bgcolor="#ffcc00">
  -             <table cellspacing="0" cellpadding="0" border="0">
  -             <tr><td width="110" height="16" bgcolor="#313184"><p class="linkhead">
  -                     HOME
  -             </td></tr></table>
  -              <a class="linkmenu" href="/developers/vision.jsp"><font 
color="red">(new)</font>Our vision</a><br>
  -              <a class="linkmenu" href="/developers/index.jsp">For 
developers</a><br>
  -              <a class="linkmenu" href="/index.jsp">For users</a><br>
  +   <td><img src="/pictures/btb1u.gif" width="25" height="28"></td>
  +   <td background="/pictures/btb2u.gif" width="110"><img src="/pictures/t.gif" 
width="1" height="1"></td>
  +   <td><img src="/pictures/btb3u.gif" width="15" height="28"></td>
  +</tr><tr>
  +   <td background="/pictures/btb6.gif" valign="top"><img src="/pictures/btb4.gif" 
width="25" height="40"></td>
  +   <td bgcolor="#ffcc00">
  +      <table cellspacing="0" cellpadding="0" border="0">
  +      <tr><td width="110" height="16" bgcolor="#313184"><p class="linkhead">
  +         HOME
  +      </td></tr></table>
  +       <a class="linkmenu" href="/developers/vision.jsp">Our&nbsp;Vision<sup><font 
color="red"> New</font></sup></a><br>
  +       <a class="linkmenu" href="/developers/index.jsp">For&nbsp;Developers</a><br>
  +       <a class="linkmenu" href="/index.jsp">For&nbsp;Users</a><br>
   
  -     </td>
  -     <td bgcolor="#ffcc00" valign="top"><img src="/pictures/btb5.gif"></td>
  +   </td>
  +   <td bgcolor="#ffcc00" valign="top"><img src="/pictures/btb5.gif"></td>
   </tr><tr>
  -     <td><img src="/pictures/btb7.gif"></td>
  -     <td bgcolor="#ffcc00" colspan="2"><img src="/pictures/t.gif"></td>
  +   <td><img src="/pictures/btb7.gif"></td>
  +   <td bgcolor="#ffcc00" colspan="2"><img src="/pictures/t.gif"></td>
   </tr></table>
   
   
   <table cellspacing="0" cellpadding="0" border="0" width="150"><tr>
  -     <td><img src="/pictures/btb1.gif" width="25" height="28"></td>
  -     <td background="/pictures/btb2.gif" width="110"><img src="/pictures/t.gif" 
width="1" height="1"></td>
  -     <td><img src="/pictures/btb3.gif" width="15" height="28"></td>
  -</tr><tr>
  -     <td background="/pictures/btb6.gif" valign="top"><img src="/pictures/btb4.gif" 
width="25" height="40"></td>
  -     <td  bgcolor="#ffcc00">
  -             <table cellspacing="0" cellpadding="0" border="0">
  -             <tr><td width="110" height="16" bgcolor="#313184"><p class="linkhead">
  -                     
  -             JBOSS.ORG               
  -             </td></tr></table>
  -             
  -             <a class="linkmenu" 
href="jboss-projects.jsp">JBoss&nbsp;Projects</a><br> 
  -             <a class="linkmenu" href="contrib.jsp">Contribute</a><br>
  -             <a class="linkmenu" href="cvs.jsp">CVS</a><br>
  -             <a class="linkmenu" href="quickstart.jsp">Quick&nbsp;Start</a><br>
  -             <a class="linkmenu" href="buildsystem.jsp">Build&nbsp;System</a><br>
  -                <a class="linkmenu" 
href="http://sourceforge.net/projects/jboss";>SF&nbsp;Project&nbsp;Info</a><br>
  -              
  -             </td>
  -     <td bgcolor="#ffcc00" valign="top"><img src="/pictures/btb5.gif"></td>
  +   <td><img src="/pictures/btb1.gif" width="25" height="28"></td>
  +   <td background="/pictures/btb2.gif" width="110"><img src="/pictures/t.gif" 
width="1" height="1"></td>
  +   <td><img src="/pictures/btb3.gif" width="15" height="28"></td>
  +</tr><tr>
  +   <td background="/pictures/btb6.gif" valign="top"><img src="/pictures/btb4.gif" 
width="25" height="40"></td>
  +   <td  bgcolor="#ffcc00">
  +      <table cellspacing="0" cellpadding="0" border="0">
  +         <tr>
  +         <td width="110" height="16" bgcolor="#313184">
  +            <p class="linkhead">
  +               JBOSS.ORG      
  +         </td>
  +         </tr>
  +      </table>
  +      
  +      <a class="linkmenu" href="/developers/jboss-projects.jsp">Projects</a><br> 
  +      <a class="linkmenu" href="/developers/contrib.jsp">Contribute</a><br>
  +      <a class="linkmenu" href="/developers/cvs.jsp">Source&nbsp;Code</a><br>
  +      <a class="linkmenu" 
href="/developers/guide/quickstart.jsp">Quick&nbsp;Start</a><br>
  +
  +      </td>
  +   <td bgcolor="#ffcc00" valign="top"><img src="/pictures/btb5.gif"></td>
   </tr><tr>
  -     <td><img src="/pictures/btb7.gif"></td>
  -     <td  bgcolor="#ffcc00" colspan="2"><img src="/pictures/t.gif"></td>
  +   <td><img src="/pictures/btb7.gif"></td>
  +   <td  bgcolor="#ffcc00" colspan="2"><img src="/pictures/t.gif"></td>
   </tr></table>
   
   
   
   <table cellspacing="0" cellpadding="0" border="0" width="150"><tr>
  -     <td><img src="/pictures/btb1.gif" width="25" height="28"></td>
  -     <td background="/pictures/btb2.gif" width="110"><img src="/pictures/t.gif" 
width="1" height="1"></td>
  -     <td><img src="/pictures/btb3.gif" width="15" height="28"></td>
  -</tr><tr>
  -     <td background="/pictures/btb6.gif" valign="top"><img src="/pictures/btb4.gif" 
width="25" height="40"></td>
  -     <td  bgcolor="#ffcc00">
  -             <table cellspacing="0" cellpadding="0" border="0">
  -             <tr><td width="110" height="16" bgcolor="#313184"><p class="linkhead">
  -             $ OFFERINGS $
  -             </td></tr></table>
  -             <a class="linkmenu" href="/jbossgroup/partners.jsp">Partners</a><br>
  -             <a class="linkmenu" href="/jbossgroup/services.jsp">Support </a><br>
  -         <a class="linkmenu" href="/jbossgroup/training.jsp">Training</a><br> 
  -             <a class="linkmenu" href="/jbossgroup/store.jsp">Merchandise</a><br> 
  -        
  -             
  -             </td>
  -     <td bgcolor="#ffcc00" valign="top"><img src="/pictures/btb5.gif"></td>
  +   <td><img src="/pictures/btb1.gif" width="25" height="28"></td>
  +   <td background="/pictures/btb2.gif" width="110"><img src="/pictures/t.gif" 
width="1" height="1"></td>
  +   <td><img src="/pictures/btb3.gif" width="15" height="28"></td>
  +</tr><tr>
  +   <td background="/pictures/btb6.gif" valign="top"><img src="/pictures/btb4.gif" 
width="25" height="40"></td>
  +   <td  bgcolor="#ffcc00">
  +      <table cellspacing="0" cellpadding="0" border="0">
  +      <tr><td width="110" height="16" bgcolor="#313184"><p class="linkhead">
  +      $&nbsp;OFFERINGS&nbsp;$
  +      </td></tr></table>
  +      <a class="linkmenu" href="/jbossgroup/partners.jsp">Partners</a><br>
  +      <a class="linkmenu" href="/jbossgroup/services.jsp">Support</a><br>
  +      <a class="linkmenu" href="/jbossgroup/training.jsp">Training</a><br> 
  +      <a class="linkmenu" href="/jbossgroup/store.jsp">Merchandise</a><br> 
  +      
  +      </td>
  +   <td bgcolor="#ffcc00" valign="top"><img src="/pictures/btb5.gif"></td>
   </tr><tr>
  -     <td><img src="/pictures/btb7.gif"></td>
  -     <td  bgcolor="#ffcc00" colspan="2"><img src="/pictures/t.gif"></td>
  +   <td><img src="/pictures/btb7.gif"></td>
  +   <td  bgcolor="#ffcc00" colspan="2"><img src="/pictures/t.gif"></td>
   </tr></table>
   
  -
  -
  -
   <table cellspacing="0" cellpadding="0" border="0" width="150"><tr>
  -     <td><img src="/pictures/btb1.gif" width="25" height="28"></td>
  -     <td background="/pictures/btb2.gif" width="110"><img src="/pictures/t.gif" 
width="1" height="1"></td>
  -     <td><img src="/pictures/btb3.gif" width="15" height="28"></td>
  -</tr><tr>
  -     <td background="/pictures/btb6.gif" valign="top"><img src="/pictures/btb4.gif" 
width="25" height="40"></td>
  -     <td  bgcolor="#ffcc00">
  -             <table cellspacing="0" cellpadding="0" border="0">
  -             <tr><td width="110" height="16" bgcolor="#313184"><p class="linkhead">
  -                     RESOURCES
  -                     
  -             </td></tr></table>
  -         <a class="linkmenu" href="lists.jsp">Dev Lists</a><br>
  -           <a class="linkmenu" href="team.jsp">The Team</a><br>
  -             <a class="linkmenu" href="faq.jsp">FAQ</a><br>
  -
  -     
  -             
  -             </td>
  -     <td bgcolor="#ffcc00" valign="top"><img src="/pictures/btb5.gif"></td>
  -</tr><tr>
  -     <td><img src="/pictures/btb7.gif"></td>
  -     <td  bgcolor="#ffcc00" colspan="2"><img src="/pictures/t.gif"></td>
  -</tr><tr>
  -     <td valign="top"><img src="/pictures/btb8.gif"></td>
  -     <td valign="top">
  -             <table cellspacing="0" cellpadding="0" border="0">
  -             <tr><td bgcolor = "#ffcc00" width="110" height="8"><img 
src="/pictures/t.gif"></td></tr>
  -             <tr><td width="110" height="8" bgcolor="#eeeeee"><img 
src="/pictures/t.gif"></td></tr>
  -             </table>
  -     </td>
  -     <td><img src="/pictures/btb9.gif"></td>
  +   <td><img src="/pictures/btb1.gif" width="25" height="28"></td>
  +   <td background="/pictures/btb2.gif" width="110"><img src="/pictures/t.gif" 
width="1" height="1"></td>
  +   <td><img src="/pictures/btb3.gif" width="15" height="28"></td>
  +</tr><tr>
  +   <td background="/pictures/btb6.gif" valign="top"><img src="/pictures/btb4.gif" 
width="25" height="40"></td>
  +   <td  bgcolor="#ffcc00">
  +      <table cellspacing="0" cellpadding="0" border="0">
  +      <tr><td width="110" height="16" bgcolor="#313184"><p class="linkhead">
  +         RESOURCES
  +         
  +      </td></tr></table>
  +         <a class="linkmenu" href="/developers/guide/">Guides</a><br>
  +         <a class="linkmenu" href="/developers/lists.jsp">Mailing&nbsp;Lists</a><br>
  +         <a class="linkmenu" href="/developers/team.jsp">The&nbsp;Team</a><br>
  +         <a class="linkmenu" href="/developers/faq.jsp">FAQ</a><br>
  +         <a class="linkmenu" 
href="http://sourceforge.net/projects/jboss";>@SourceForge</a><br>
  +      </td>
  +   <td bgcolor="#ffcc00" valign="top"><img src="/pictures/btb5.gif"></td>
  +</tr><tr>
  +   <td><img src="/pictures/btb7.gif"></td>
  +   <td  bgcolor="#ffcc00" colspan="2"><img src="/pictures/t.gif"></td>
  +</tr><tr>
  +   <td valign="top"><img src="/pictures/btb8.gif"></td>
  +   <td valign="top">
  +      <table cellspacing="0" cellpadding="0" border="0">
  +      <tr><td bgcolor = "#ffcc00" width="110" height="8"><img 
src="/pictures/t.gif"></td></tr>
  +      <tr><td width="110" height="8" bgcolor="#eeeeee"><img 
src="/pictures/t.gif"></td></tr>
  +      </table>
  +   </td>
  +   <td><img src="/pictures/btb9.gif"></td>
   </tr>
   </table>
   
  -
   <table cellspacing="0" cellpadding="0" border="0">
   <tr><td width="150" height="100" bgcolor="#eeeeee"><img src="/pictures/t.gif"><img 
src="http://sourceforge.net/sflogo.php?group_id=22866"; width="0" height="0" 
border="0"></td></tr>
   </table>
  -     
   
   </div>
  -
   
   </table>
   </div>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to