[phpwebapp-commits] CVS: top10/templates main.html,1.2,1.2.2.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-22 14:09:41
|
Update of /cvsroot/phpwebapp/top10/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates Modified Files: Tag: maisp main.html Log Message: Index: main.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/main.html,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** main.html 30 Sep 2003 07:00:56 -0000 1.2 --- main.html 22 Jul 2004 14:09:30 -0000 1.2.2.1 *************** *** 1,12 **** ! <html> <head> <title>Top 10 Web Application Projects</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <link rel="stylesheet" href="{{./}}styles.css" type="text/css"> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td align="right"> ! <Include SRC="{{TPL_PATH}}menu/menu.html" /> </td></tr> </table> --- 1,16 ---- ! <?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>Top 10 Web Application Projects</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" href="{{./}}styles.css" type="text/css" /> </head> + <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr><td align="right"> ! <include src="{{TPL_PATH}}menu/menu.html" /> </td></tr> </table> *************** *** 18,24 **** </table> ! <WebBox ID="module"> ! <Include SRC="{{./}}{{module_file}}" /> ! </WebBox> <table align="right" cellspacing="0" cellpadding="0" border="0"> --- 22,28 ---- </table> ! <webbox id="module"> ! <include src="{{./}}{{module_file}}" /> ! </webbox> <table align="right" cellspacing="0" cellpadding="0" border="0"> |