[Phpfreechat-svn] SF.net SVN: phpfreechat: [547] trunk/index.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-06-07 20:11:15
|
Revision: 547 Author: kerphi Date: 2006-06-05 07:10:42 -0700 (Mon, 05 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=547&view=rev Log Message: ----------- XHTML fixes Modified Paths: -------------- trunk/index.php Modified: trunk/index.php =================================================================== --- trunk/index.php 2006-06-05 14:10:14 UTC (rev 546) +++ trunk/index.php 2006-06-05 14:10:42 UTC (rev 547) @@ -7,77 +7,76 @@ $chat = new phpFreeChat( $params ); ?> - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> - <head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>phpFreeChat Sources Index</title> - <link rel="stylesheet" title="classic" type="text/css" href="style/generic.css"> - <link rel="stylesheet" title="classic" type="text/css" href="style/header.css"> - <link rel="stylesheet" title="classic" type="text/css" href="style/footer.css"> - <link rel="stylesheet" title="classic" type="text/css" href="style/menu.css"> - <link rel="stylesheet" title="classic" type="text/css" href="style/content.css"> + <head> + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> + <title>phpFreeChat Sources Index</title> + <link rel="stylesheet" title="classic" type="text/css" href="style/generic.css" /> + <link rel="stylesheet" title="classic" type="text/css" href="style/header.css" /> + <link rel="stylesheet" title="classic" type="text/css" href="style/footer.css" /> + <link rel="stylesheet" title="classic" type="text/css" href="style/menu.css" /> + <link rel="stylesheet" title="classic" type="text/css" href="style/content.css" /> <?php $chat->printJavascript(); ?> <?php $chat->printStyle(); ?> </head> - <body> - -<div class="header"> - <h1>phpFreeChat - Sources Index</h1> - <img alt="logo bulle" src="style/bulle.png" class="logo2"> -</div> - -<div class="menu"> - <ul> - <li class="sub title">General</li> - <li> - <ul class="sub"> - <li class="item"> - <a href="demo/">Demos</a> - </li> - <li class="item"> - <a href="admin/">Administration</a> - </li> - </ul> - </li> - <li class="sub title">Documentation</li> - <li> - <ul> - <li class="item"> - <a href="README.en">readme [en]</a> - </li> - <li class="item"> - <a href="README.fr">readme [fr]</a> + <body> + +<div class="header"> + <h1>phpFreeChat - Sources Index</h1> + <img alt="logo bulle" src="style/bulle.png" class="logo2" /> +</div> + +<div class="menu"> + <ul> + <li class="sub title">General</li> + <li> + <ul class="sub"> + <li class="item"> + <a href="demo/">Demos</a> </li> - <li class="item"> - <a href="INSTALL.en">install [en]</a> - </li> - <li class="item"> - <a href="INSTALL.fr">install [fr]</a> - </li> - </ul> - </li> - </ul> - <p class="partner"> - <a href="http://www.phpfreechat.net"><img alt="logo big" src="style/logo_88x31.gif"></a> - </p> -</div> - + <li class="item"> + <a href="admin/">Administration</a> + </li> + </ul> + </li> + <li class="sub title">Documentation</li> + <li> + <ul> + <li class="item"> + <a href="README.en">readme [en]</a> + </li> + <li class="item"> + <a href="README.fr">readme [fr]</a> + </li> + <li class="item"> + <a href="INSTALL.en">install [en]</a> + </li> + <li class="item"> + <a href="INSTALL.fr">install [fr]</a> + </li> + </ul> + </li> + </ul> + <p class="partner"> + <a href="http://www.phpfreechat.net"><img alt="logo big" src="style/logo_88x31.gif" /></a> + </p> +</div> + <div class="content"> - <h2>See the quick demo</h2> - <?php $chat->printChat(); ?> -</div> - -<div class="footer"> - <div class="valid"> - <a href="http://validator.w3.org/check?uri=referer"> - <img alt="Valid XHTML 1.0!" src="style/valid-xhtml.png"> - </a> - <a href="http://jigsaw.w3.org/css-validator/check/referer"> - <img alt="Valid CSS!" src="style/valid-css.png"> - </a> - </div> - <p>\xA92006 phpFreeChat</p> - </div> + <h2>See the quick demo</h2> + <?php $chat->printChat(); ?> +</div> + +<div class="footer"> + <div class="valid"> + <a href="http://validator.w3.org/check?uri=referer"> + <img alt="Valid XHTML 1.0!" src="style/valid-xhtml.png" /> + </a> + <a href="http://jigsaw.w3.org/css-validator/check/referer"> + <img alt="Valid CSS!" src="style/valid-css.png" /> + </a> + </div> + <p>\xA92006 phpFreeChat</p> + </div> </body></html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |