[Jarspy-commits] CVS: JarSpy-htdocs heading.html,1.19,1.20
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2003-04-17 00:51:51
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv14434 Modified Files: heading.html Log Message: *** empty log message *** Index: heading.html =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/heading.html,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** heading.html 17 Apr 2003 00:44:58 -0000 1.19 --- heading.html 17 Apr 2003 00:51:47 -0000 1.20 *************** *** 8,28 **** </head> <body> ! <h1 style="text-align:center">JarSpy<br>The Java Archive Spying Utility</h1> ! <table cellSpacing="0" cellPadding="0" border="0" width="100%"><tbody><tr> ! <td><p align="right"><img src="images/left.jpg" width="7" height="22"></td> ! <td vAlign="middle" width="100%" style="background-color: rgb(108,113,152)"> ! <p align="center"> ! <font face="Verdana, Arial, Helvetica, sans-serif" color="#ffffff" size="2"> ! <a href="jarspy.php" target="mainFrameWindow" ! class="navhead">Home</a> | ! <a href="webstart\index.php" target="mainFrameWindow" class="navhead">Download</a> | ! <a href="main-screen-shot.php" target="mainFrameWindow" class="navhead">Screen Shots</a> | ! <a href="cvs.php" ! target="mainFrameWindow" class="navhead">CVS</a> | ! <a href="contributors.php" ! target="mainFrameWindow" class="navhead">Contributors</a></font> ! </td> ! <td><p align="left"><img src="images/right.jpg" width="7" height="22"></td> ! </tr></tbody></table> </body> </html> --- 8,37 ---- </head> <body> ! <h1 style="text-align:center">JarSpy<br>The Java Archive Spying Utility</h1> ! <table cellSpacing="0" cellPadding="0" border="0" width="100%"> ! <tbody> ! <tr> ! <td> ! <img src="images/left.jpg" width="7" height="22"> ! </td> ! <td vAlign="middle" width="100%" style="background-color: rgb(108,113,152)"> ! <p style="text-align:center"> ! <font face="Verdana, Arial, Helvetica, sans-serif" color="#ffffff" size="2"> ! <a href="jarspy.php" target="mainFrameWindow" ! class="navhead">Home</a> | ! <a href="webstart\index.php" target="mainFrameWindow" class="navhead">Download</a> | ! <a href="main-screen-shot.php" target="mainFrameWindow" class="navhead">Screen Shots</a> | ! <a href="cvs.php" ! target="mainFrameWindow" class="navhead">CVS</a> | ! <a href="contributors.php" ! target="mainFrameWindow" class="navhead">Contributors</a></font> ! </p> ! </td> ! <td> ! <img src="images/right.jpg" width="7" height="22"> ! </td> ! </tr> ! </tbody> ! </table> </body> </html> |