Update of /cvsroot/webware/HomePage/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv7603
Modified Files:
Footer.htmlf
Log Message:
- fix broken image link for SF logo and hit counter!
- better alignment
- linkify my name
- point out that you must join the discuss list before posting
- extend copyright to 2003
Index: Footer.htmlf
===================================================================
RCS file: /cvsroot/webware/HomePage/htdocs/Footer.htmlf,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Footer.htmlf 21 Jan 2003 07:15:08 -0000 1.1.1.1
--- Footer.htmlf 26 Feb 2003 19:56:25 -0000 1.2
***************
*** 1,22 ****
! <table>
! <tr>
!
! <td>
! <p><br>Written for:
! <br>
! <a href=http://www.python.org/><img src=http://webware.sourceforge.net/PythonPowered.gif align=top width=110 height=44 alt="Python Powered" border=0></a>
! </td>
!
! <td>
! <p><br>Hosted by:
! <br>
! <a href=http://sourceforge.net><img src=http://sourceforge.net/sflogo.php?group_id=4866&type=1" alt="SourceForge Home" height=31 width=88 border=0></a>
! </td>
!
! </tr>
! </table> <!-- end Written for, Hosted by, icons table -->
!
!
! <p><br><hr noshade>
! Copyright © 1999-2001 by Chuck Esterbrook. All Rights Reserved.<br>
! Send feedback to <a href="mailto:webware-discuss@...>
--- 1,17 ----
! <p>
! <table>
! <tr>
! <td> Written for: </td>
! <td> Hosted by: </td>
! </tr>
!
! <tr>
! <td valign=top> <a href=http://www.python.org/><img src=http://webware.sourceforge.net/PythonPowered.gif align=top width=110 height=44 alt="Python Powered" border=0></a> </td>
! <td valign=top> <a href=http://sourceforge.net><img src="http://sourceforge.net/sflogo.php?group_id=4866&type=1" alt="SourceForge Home" height=31 width=88 border=0></a> </td>
! </tr>
! </table> <!-- end Written for, Hosted by, icons table -->
!
!
! <p><br><hr noshade>
! Copyright © 1999-2003 by <a href=http://ChuckEsterbrook.com/>Chuck Esterbrook</a>. All Rights Reserved.<br>
! Send feedback to <a href="mailto:webware-discuss@...>, but <a href=http://lists.sourceforge.net/lists/listinfo/webware-discuss>you must join first</a>.
|