User: user57  
  Date: 01/11/16 20:19:12

  Modified:    src/docs/common picateam.jsp
  Log:
   o cleaned up main.css, so it is more readable
   o touched up some problems with buildsystem.jsp
   o changed CVS module formatting, removed trailing ant fluff and
     re-formated the top of cvs.jsp
   o added a quick start guide
   o added a buildsystem faq (still needs more q to a)
   o added the quick start, build system and SF project info page to the
     developer navigation.
   * eventually want to replace these nav links to a single Guides page,
     which can list over all of them... but for now these are the big ones
     developers will want to see.
   o minor non-visual formatting changes to slogan and picateam
  
  Revision  Changes    Path
  1.3       +3 -10     newsite/src/docs/common/picateam.jsp
  
  Index: picateam.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/docs/common/picateam.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- picateam.jsp      2001/11/08 19:06:21     1.2
  +++ picateam.jsp      2001/11/17 04:19:12     1.3
  @@ -76,14 +76,7 @@
       java.util.Random random = new java.util.Random();
       
   %>
  -
   <a class="link" href="/team.jsp">
  -<img 
  -   align="left" 
  -   border="1" 
  -   hspace="10" 
  -   vspace="3"
  -   <% int select = new Float(random.nextFloat()*people.length).intValue(); %>
  -   alt="<%= names[select] %>"
  -   src="/pictures/<%= people[select] %>">
  -</a>
  \ No newline at end of file
  +   <img align="left" border="1" hspace="10" vspace="3"
  +        <% int select = new Float(random.nextFloat()*people.length).intValue(); %>
  +        alt="<%= names[select] %>" src="/pictures/<%= people[select] %>"></a>
  
  
  

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

Reply via email to