[Dda-cvs] htdocs members.php,1.5,1.6
Status: Beta
Brought to you by:
doolin
From: Roozbeh <rgr...@us...> - 2010-02-02 02:04:54
|
Update of /cvsroot/dda/htdocs In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28713 Modified Files: members.php Log Message: new link for roozbeh_bio Index: members.php =================================================================== RCS file: /cvsroot/dda/htdocs/members.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** members.php 23 Oct 2006 16:47:43 -0000 1.5 --- members.php 2 Feb 2010 02:04:46 -0000 1.6 *************** *** 1,51 **** ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> ! <head> ! ! <?php ! include("header.php"); ! ?> ! ! <title> ! Members ! </title> ! ! </head> ! <body> ! <table border="4" width="100%" id="table1" cellpadding="10"> ! <tr> ! <td width="17%" valign="top" bgcolor="#CACAFF"> ! ! </td> ! ! <td width="78%" bgcolor="#CACAFF"> ! ! <p class="c2"> ! <span class="c1">Members</span> ! </p> ! </td> ! ! ! </tr> ! <tr> ! ! <td width="17%" valign="top" bgcolor="#CCCCFF"> ! <?php ! include("menu.php"); ! ?> ! </td> ! ! ! <td width="78%"> ! <?php ! include("dave_bio.htm"); ! ?> ! <?php ! include("Roozbeh_bio.htm"); ! ?> ! </td> ! </tr> ! </table> ! </body> ! </html> --- 1,51 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> ! <head> ! ! <?php ! include("header.php"); ! ?> ! ! <title> ! Members ! </title> ! ! </head> ! <body> ! <table border="4" width="100%" id="table1" cellpadding="10"> ! <tr> ! <td width="17%" valign="top" bgcolor="#CACAFF"> ! ! </td> ! ! <td width="78%" bgcolor="#CACAFF"> ! ! <p class="c2"> ! <span class="c1">Members</span> ! </p> ! </td> ! ! ! </tr> ! <tr> ! ! <td width="17%" valign="top" bgcolor="#CCCCFF"> ! <?php ! include("menu.php"); ! ?> ! </td> ! ! ! <td width="78%"> ! <?php ! include("dave_bio.htm"); ! ?> ! <?php ! include("roozbeh_bio.html"); ! ?> ! </td> ! </tr> ! </table> ! </body> ! </html> |