[Jarspy-commits] CVS: JarSpy-htdocs heading.html,1.24,1.25
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2003-05-01 01:00:44
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv8123 Modified Files: heading.html Log Message: *** empty log message *** Index: heading.html =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/heading.html,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** heading.html 1 May 2003 00:35:02 -0000 1.24 --- heading.html 1 May 2003 01:00:35 -0000 1.25 *************** *** 9,25 **** <body> <h1 style="text-align:center">JarSpy<br>The Java Archive Spying Utility</h1> ! <table cellSpacing="0" cellPadding="0" border="0" width="100%"> ! <colgroup> ! <col width="7"> ! <col width="100*"> ! <col width="7"> ! </colgroup> <tbody> <tr> - <!-- - <td> - <img src="images/left.jpg" width="7" height="22" alt=""> - </td> - --> <td vAlign="middle" style="background-color: rgb(108,113,152); color: rgb(255,255,255);"> <p style="text-align:center"> --- 9,15 ---- <body> <h1 style="text-align:center">JarSpy<br>The Java Archive Spying Utility</h1> ! <table cellSpacing="0" cellPadding="0" border="0" width="90%" align="center"> <tbody> <tr> <td vAlign="middle" style="background-color: rgb(108,113,152); color: rgb(255,255,255);"> <p style="text-align:center"> *************** *** 34,43 **** </p> </td> - <!-- - <td> - <img src="images/right.jpg" width="7" height="22" alt=""> - </td> - --> - </tr> </tbody> </table> --- 24,27 ---- |