From: <vb...@us...> - 2002-09-07 11:55:25
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv26714 Modified Files: credits.php side_menu.php tour.php Log Message: - Some cleanup towards XHTML - Updating credits. Index: credits.php =================================================================== RCS file: /cvsroot/webnotes/web/credits.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- credits.php 7 Sep 2002 11:40:07 -0000 1.1.1.1 +++ credits.php 7 Sep 2002 11:55:22 -0000 1.2 @@ -7,39 +7,46 @@ </style> <title>phpWebNotes</title> </head> -<body bgcolor=#ffffff> +<body bgcolor="#ffffff"> -<p> -<div align=center> +<br /> +<div align="center"> <h2>phpWebNotes</h2> </div> -<p> -<div align=center> +<br /> +<div align="center"> -<table width=100%> -<tr valign=top> +<table width="100%"> +<tr valign="top"> <? include("side_menu.php") ?> <td> -<b><font size=+1>Credits</font></b> -<p> +<h3>Credits</h3> +<br /> +Administrators: <ul> - <li><a href="mailto:ke...@30...">Kenzaburo Ito</a> - programming + <li><a href="mailto:ke...@30...">Kenzaburo Ito</a> - Admin / Developer + <li><a href="mailto:vb...@us...">Victor Boctor</a> - Admin / Developer </ul> -<p> +<br /> +Developers: +<ul> + <li><a href="mailto:rm...@us...">Remon Metira</a> - Developer +</ul> +<br /> Translations: <ul> - <li>Luca Pscatore - <li>Dat-Son Nguyen + <li>Luca Pscatore</li> + <li>Dat-Son Nguyen</li> </ul> </td> </tr> </table> -<p> -<div align=right> -<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> +<br /> +<div align="right"> +<a href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="WebNotes @ SourceForge" /></a> </div> </body> -</html> +</html> \ No newline at end of file Index: side_menu.php =================================================================== RCS file: /cvsroot/webnotes/web/side_menu.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- side_menu.php 7 Sep 2002 11:40:08 -0000 1.1.1.1 +++ side_menu.php 7 Sep 2002 11:55:22 -0000 1.2 @@ -1,49 +1,49 @@ -<td align=center width=240> - <table bgcolor=#dddddd> +<td align=center width="240"> + <table bgcolor="#dddddd"> <tr> <td> - <table cellpadding=4 cellspacing=1 bgcolor=#ffffff> + <table cellpadding="4" cellspacing="1" bgcolor="#ffffff"> <tr> <td> - <a href="index.php">phpWebNotes</a><br> - <a href="credits.php">Credits</a><br> + <a href="index.php">phpWebNotes</a><br /> + <a href="credits.php">Credits</a><br /> </td> </tr> <tr> <td> - <a href="demo.php">Demo</a><br> - <a href="tour.php">Admin Tour</a><br> + <a href="demo.php">Demo</a><br /> + <a href="tour.php">Admin Tour</a><br /> </td> </tr> <tr> <td> - <a href="download.php">Download</a><br> - <a href="release.php">Release Notes</a><br> - <a href="localization.php">Localization</a><br> - <a href="security.php">Security</a><br> + <a href="download.php">Download</a><br /> + <a href="release.php">Release Notes</a><br /> + <a href="localization.php">Localization</a><br /> + <a href="security.php">Security</a><br /> </td> </tr> <tr> <td> - Documentation<br> - <a href="webnotes/INSTALL">Installation</a><br> - <a href="webnotes/ChangeLog">ChangeLog</a><br> + Documentation<br /> + <a href="webnotes/INSTALL">Installation</a><br /> + <a href="webnotes/ChangeLog">ChangeLog</a><br /> </td> </tr> <tr> <td> - Development<br> - <a href="roadmap.php">Roadmap</a><br> - <a href="guidelines.php">Coding Guidelines</a><br> - <a href="database.php">Database</a><br> + Development<br /> + <a href="roadmap.php">Roadmap</a><br /> + <a href="guidelines.php">Coding Guidelines</a><br /> + <a href="database.php">Database</a><br /> </td> </tr> <tr> <td> - <A href="http://sourceforge.net/projects/webnotes/"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A><br> - <a href="mailinglists.php">Mailing List</a><br> - <a href="forums.php">Forum</a><br> - <a href="cvs.php">CVS</a><br> + <a href="http://sourceforge.net/projects/webnotes/"> <img src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="phpWebNotes @ SourceForge"></a><br /> + <a href="mailinglists.php">Mailing List</a><br /> + <a href="forums.php">Forum</a><br /> + <a href="cvs.php">CVS</a><br /> </td> </tr> </table> Index: tour.php =================================================================== RCS file: /cvsroot/webnotes/web/tour.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- tour.php 7 Sep 2002 11:40:08 -0000 1.1.1.1 +++ tour.php 7 Sep 2002 11:55:22 -0000 1.2 @@ -7,18 +7,17 @@ </style> <title>phpWebNotes</title> </head> -<body bgcolor=#ffffff> - -<p> -<div align=center> +<body bgcolor="#ffffff"> +<br /> +<div align="center"> <h2>phpWebNotes</h2> </div> -<p> -<div align=center> +<br /> +<div align="center"> -<table width=100%> -<tr valign=top> +<table width="100%"> +<tr valign="top"> <? include("side_menu.php") ?> <td> <h3>phpWebNotes Tour</h3> @@ -57,10 +56,10 @@ </tr> </table> -<p> -<div align=right> -<A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="SourceForge Logo"></A> +<br /> +<div align="right"> +<a href="http://sourceforge.net/projects/webnotes"><img src="http://sourceforge.net/sflogo.php?group_id=15381" width="88" height="31" border="0" alt="WebNotes @ SourceForge" /></a> </div> </body> -</html> +</html> \ No newline at end of file |