[Jarspy-commits] CVS: JarSpy-htdocs index.html,1.17,1.18
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2003-04-17 00:08:20
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv32160 Modified Files: index.html Log Message: fix borders Index: index.html =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/index.html,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** index.html 17 Apr 2003 00:03:55 -0000 1.17 --- index.html 17 Apr 2003 00:08:13 -0000 1.18 *************** *** 6,14 **** <title>JarSpy</title> </head> ! <frameset cols="200, 1*" border="0"> ! <frame frameborder=0 src="buttons.html"> <frameset rows="160,1*"> ! <frame frameborder=0 src="heading.html"> ! <frame frameborder=0 name="mainFrameWindow" src="jarspy.php"> </frameset> </frameset> --- 6,14 ---- <title>JarSpy</title> </head> ! <frameset cols="200, 1*"> ! <frame frameborder="0" src="buttons.html"> <frameset rows="160,1*"> ! <frame frameborder="0" src="heading.html"> ! <frame frameborder="0" name="mainFrameWindow" src="jarspy.php"> </frameset> </frameset> |