[phpwebapp-commits] CVS: app1 page3.html,1.1.1.1,1.2 page2.html,1.1.1.1,1.2 page1.html,1.1.1.1,1.2 e
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-11 16:58:51
|
Update of /cvsroot/phpwebapp/app1 In directory sc8-pr-cvs1:/tmp/cvs-serv534 Modified Files: page3.html page2.html page1.html external_page.html Log Message: .gif images are replaced by .png images Index: page3.html =================================================================== RCS file: /cvsroot/phpwebapp/app1/page3.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** page3.html 21 Feb 2003 08:23:38 -0000 1.1.1.1 --- page3.html 11 Aug 2003 16:39:02 -0000 1.2 *************** *** 18,23 **** | Page 3 ] <p> ! <a href="javascript: history.back()"><img src="img/Back.gif" border="0"></a> ! <a href="{{APP_URL}}"><img src="img/home.gif" border="0"></a> </body> --- 18,23 ---- | Page 3 ] <p> ! <a href="javascript: history.back()"><img src="img/back.png" border="0"></a> ! <a href="{{APP_URL}}"><img src="img/home.png" border="0"></a> </body> Index: page2.html =================================================================== RCS file: /cvsroot/phpwebapp/app1/page2.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** page2.html 21 Feb 2003 08:23:37 -0000 1.1.1.1 --- page2.html 11 Aug 2003 16:39:02 -0000 1.2 *************** *** 20,25 **** <a href="javascript: GoTo('page3.html')"> Page 3 </a> ] <p> ! <a href="javascript: history.back()"><img src="img/Back.gif" border="0"></a> ! <a href="{{APP_URL}}"><img src="img/home.gif" border="0"></a> </body> --- 20,25 ---- <a href="javascript: GoTo('page3.html')"> Page 3 </a> ] <p> ! <a href="javascript: history.back()"><img src="img/back.png" border="0"></a> ! <a href="{{APP_URL}}"><img src="img/home.png" border="0"></a> </body> Index: page1.html =================================================================== RCS file: /cvsroot/phpwebapp/app1/page1.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** page1.html 21 Feb 2003 08:23:37 -0000 1.1.1.1 --- page1.html 11 Aug 2003 16:39:02 -0000 1.2 *************** *** 37,42 **** <a href="javascript: GoTo('page3.html')"> Page 3 </a> ] <p> ! <a href="javascript: history.back()"><img src="img/Back.gif" border="0"></a> ! <a href="{{APP_URL}}"><img src="img/home.gif" border="0"></a> <p> </body> --- 37,42 ---- <a href="javascript: GoTo('page3.html')"> Page 3 </a> ] <p> ! <a href="javascript: history.back()"><img src="img/back.png" border="0"></a> ! <a href="{{APP_URL}}"><img src="img/home.png" border="0"></a> <p> </body> Index: external_page.html =================================================================== RCS file: /cvsroot/phpwebapp/app1/external_page.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** external_page.html 21 Feb 2003 08:23:37 -0000 1.1.1.1 --- external_page.html 11 Aug 2003 16:39:02 -0000 1.2 *************** *** 23,27 **** not work. <p> ! <a href="javascript: history.back()"><img src="img/Back.gif" border="0"></a> </body> --- 23,27 ---- not work. <p> ! <a href="javascript: history.back()"><img src="img/back.png" border="0"></a> </body> |