User: user57  
  Date: 01/10/05 20:11:00

  Modified:    src/web/forums error.jsp footer.jsp header.jsp
  Log:
   o updated skin overrides.
  
  Revision  Changes    Path
  1.2       +2 -1      website-forums/src/web/forums/error.jsp
  
  Index: error.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/website-forums/src/web/forums/error.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- error.jsp 2001/10/04 02:09:29     1.1
  +++ error.jsp 2001/10/06 03:11:00     1.2
  @@ -1,6 +1,7 @@
   
   <%@ page isErrorPage="true" %>
   
  +
   <%@ page import="java.io.*,
                    java.util.*,
                    java.net.*,
  @@ -24,7 +25,7 @@
   
   <font face="arial,helvetica,sans-serif">
   
  -<b>Jive Forums 2.1</b>
  +<b>Jive Forums 2.0</b>
   <hr size="0">
   
   <font size="-1">
  
  
  
  1.3       +0 -2      website-forums/src/web/forums/footer.jsp
  
  Index: footer.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/website-forums/src/web/forums/footer.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- footer.jsp        2001/10/05 01:01:19     1.2
  +++ footer.jsp        2001/10/06 03:11:00     1.3
  @@ -10,8 +10,6 @@
       |
       <a href="login.jsp">Log-In</a>
       |
  -    <a href="faq.jsp">FAQ/Help</a>
  -    |
       <a href="search.jsp">Search</a>
       <br><br>
       
  
  
  
  1.3       +4 -3      website-forums/src/web/forums/header.jsp
  
  Index: header.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/website-forums/src/web/forums/header.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- header.jsp        2001/10/05 01:01:19     1.2
  +++ header.jsp        2001/10/06 03:11:00     1.3
  @@ -2,8 +2,8 @@
   <%
   /**
    *   $RCSfile: header.jsp,v $
  - *   $Revision: 1.2 $
  - *   $Date: 2001/10/05 01:01:19 $
  + *   $Revision: 1.3 $
  + *   $Date: 2001/10/06 03:11:00 $
    */
   %>
   
  @@ -31,10 +31,11 @@
           font-weight : bold;
           text-decoration : none;
       }
  -    A:hover {
  +    A: hover {
           text-decoration : underline;
       }
       </style>
  +    <META name="keywords" content="Jive Forums <%= JiveGlobals.getJiveVersion() %>, 
jive, jive software, jivesoftware">
   </head>
   
   <body bgcolor="<%= JiveGlobals.getJiveProperty("skin.default.bgColor") %>"
  
  
  

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

Reply via email to