[phpwebapp-commits] CVS: app1 page3.html,1.4,1.5 page2.html,1.4,1.5 page1.html,1.4,1.5 external_page
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-20 17:27:43
|
Update of /cvsroot/phpwebapp/app1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14292 Modified Files: page3.html page2.html page1.html external_page.html Log Message: converted to xhtml Index: page3.html =================================================================== RCS file: /cvsroot/phpwebapp/app1/page3.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** page3.html 25 Aug 2003 14:07:01 -0000 1.4 --- page3.html 20 Jul 2004 17:27:34 -0000 1.5 *************** *** 1,6 **** ! <html> <head> <title>Page 3</title> ! <link rel="stylesheet" type="text/css" href="styles.css"> </head> --- 1,10 ---- ! <?xml version="1.0" encoding="iso-8859-1"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! ! <html xmlns="http://www.w3.org/1999/xhtml" lang="EN"> <head> <title>Page 3</title> ! <link rel="stylesheet" type="text/css" href="styles.css" /> </head> *************** *** 22,27 **** ]</p> ! <a href="javascript:history.back()"><img src="img/back.png" alt="Back" border="0"></a> ! <a href="{{APP_URL}}"><img src="img/home.png" alt="Home" border="0"></a> </body> </html> --- 26,31 ---- ]</p> ! <a href="javascript:history.back()"><img src="img/back.png" alt="Back" border="0" /></a> ! <a href="{{APP_URL}}"><img src="img/home.png" alt="Home" border="0" /></a> </body> </html> Index: page2.html =================================================================== RCS file: /cvsroot/phpwebapp/app1/page2.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** page2.html 25 Aug 2003 14:07:01 -0000 1.4 --- page2.html 20 Jul 2004 17:27:34 -0000 1.5 *************** *** 1,6 **** ! <html> <head> <title>Page 2</title> ! <link rel="stylesheet" type="text/css" href="styles.css"> </head> --- 1,10 ---- ! <?xml version="1.0" encoding="iso-8859-1"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! ! <html xmlns="http://www.w3.org/1999/xhtml" lang="EN"> <head> <title>Page 2</title> ! <link rel="stylesheet" type="text/css" href="styles.css" /> </head> *************** *** 27,32 **** ]</p> ! <a href="javascript:history.back()"><img src="img/back.png" alt="Back" border="0"></a> ! <a href="{{APP_URL}}"><img src="img/home.png" alt="Home" border="0"></a> </body> </html> --- 31,36 ---- ]</p> ! <a href="javascript:history.back()"><img src="img/back.png" alt="Back" border="0" /></a> ! <a href="{{APP_URL}}"><img src="img/home.png" alt="Home" border="0" /></a> </body> </html> Index: page1.html =================================================================== RCS file: /cvsroot/phpwebapp/app1/page1.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** page1.html 25 Aug 2003 14:07:01 -0000 1.4 --- page1.html 20 Jul 2004 17:27:34 -0000 1.5 *************** *** 1,6 **** ! <html> <head> <title>Page 1</title> ! <link rel="stylesheet" type="text/css" href="styles.css"> <script language="javascript" type="text/javascript"> function on_test() --- 1,10 ---- ! <?xml version="1.0" encoding="iso-8859-1"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! ! <html xmlns="http://www.w3.org/1999/xhtml" lang="EN"> <head> <title>Page 1</title> ! <link rel="stylesheet" type="text/css" href="styles.css" /> <script language="javascript" type="text/javascript"> function on_test() *************** *** 30,34 **** <div align="center"> <img src="img/state_diagram.png" ! alt="A state diagram that represents three pages of the application as three states"> </div> --- 34,38 ---- <div align="center"> <img src="img/state_diagram.png" ! alt="A state diagram that represents three pages of the application as three states" /> </div> *************** *** 55,60 **** ]</p> ! <a href="javascript:history.back()"><img src="img/back.png" alt="Back" border="0"></a> ! <a href="{{APP_URL}}"><img src="img/home.png" alt="Home" border="0"></a> </body> </html> --- 59,64 ---- ]</p> ! <a href="javascript:history.back()"><img src="img/back.png" alt="Back" border="0" /></a> ! <a href="{{APP_URL}}"><img src="img/home.png" alt="Home" border="0" /></a> </body> </html> Index: external_page.html =================================================================== RCS file: /cvsroot/phpwebapp/app1/external_page.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** external_page.html 25 Aug 2003 14:07:01 -0000 1.4 --- external_page.html 20 Jul 2004 17:27:34 -0000 1.5 *************** *** 1,3 **** ! <html> <head> <title>External Page</title> --- 1,7 ---- ! <?xml version="1.0" encoding="iso-8859-1"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! ! <html xmlns="http://www.w3.org/1999/xhtml" lang="EN"> <head> <title>External Page</title> *************** *** 28,32 **** <a href="javascript:history.back()"> ! <img src="img/back.png" alt="Back" border="0"> </a> </body> --- 32,36 ---- <a href="javascript:history.back()"> ! <img src="img/back.png" alt="Back" border="0" /> </a> </body> |