Update of /cvsroot/babeldoc/www.babeldoc.com/html
In directory sc8-pr-cvs1:/tmp/cvs-serv17307/html
Modified Files:
main.html sidebar.html
Log Message:
Adding SF logo and adding some missing tags
Index: main.html
===================================================================
RCS file: /cvsroot/babeldoc/www.babeldoc.com/html/main.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** main.html 9 Aug 2003 15:36:26 -0000 1.2
--- main.html 26 Aug 2003 09:51:13 -0000 1.3
***************
*** 34,41 ****
<a href="http://jakarta.apache.org/velocity"><img src="images/powered-by-velocity.gif" alt="Powered By Velocity"></a>
<a href="http://http.apache.org"><img src="images/apache_pb.gif" alt="Powered By Apache"></a>
! </td>
</tr>
</table>
</BODY>
- </HTML>
-
--- 34,42 ----
<a href="http://jakarta.apache.org/velocity"><img src="images/powered-by-velocity.gif" alt="Powered By Velocity"></a>
<a href="http://http.apache.org"><img src="images/apache_pb.gif" alt="Powered By Apache"></a>
!
! <a onclick="top.location='http://sourceforge.net/projects/babeldoc';"
! href="http://sourceforge.net/projects/babeldoc"><img src="http://sourceforge.net/sflogo.php?group_id=56976&type=1" width="125" height="37" border="0" alt="Babeldoc development on SourceForge.net" /></a>
! </td>
</tr>
</table>
</BODY>
Index: sidebar.html
===================================================================
RCS file: /cvsroot/babeldoc/www.babeldoc.com/html/sidebar.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sidebar.html 13 Aug 2003 01:39:46 -0000 1.4
--- sidebar.html 26 Aug 2003 09:51:13 -0000 1.5
***************
*** 9,13 ****
</HEAD>
<BODY>
! <img src="images/pipelines.png" border="0"></td> </tr>
<br/>
<div class="dtree">
--- 9,19 ----
</HEAD>
<BODY>
! <table>
! <tr><td>
! <img src="images/pipelines.png" border="0">
! </td></tr>
!
!
! </table>
<br/>
<div class="dtree">
***************
*** 33,36 ****
--- 39,43 ----
</script>
</div>
+
</BODY>
</HTML>
|