[Phpfreechat-svn] SF.net SVN: phpfreechat: [983] trunk/demo
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-03-04 13:37:48
|
Revision: 983 http://svn.sourceforge.net/phpfreechat/?rev=983&view=rev Author: kerphi Date: 2007-03-04 05:37:46 -0800 (Sun, 04 Mar 2007) Log Message: ----------- add comments Modified Paths: -------------- trunk/demo/demo31_show_who_is_online-chat.php trunk/demo/demo31_show_who_is_online-whoisonline.php Modified: trunk/demo/demo31_show_who_is_online-chat.php =================================================================== --- trunk/demo/demo31_show_who_is_online-chat.php 2007-02-28 17:58:04 UTC (rev 982) +++ trunk/demo/demo31_show_who_is_online-chat.php 2007-03-04 13:37:46 UTC (rev 983) @@ -22,7 +22,8 @@ <body> <?php $chat->printChat(); ?> - + <p>Then have a look to the <a href="./demo31_show_who_is_online-whoisonline.php">whoisonline script</a></p> + <?php // print the current file echo "<h2>The source code</h2>"; Modified: trunk/demo/demo31_show_who_is_online-whoisonline.php =================================================================== --- trunk/demo/demo31_show_who_is_online-whoisonline.php 2007-02-28 17:58:04 UTC (rev 982) +++ trunk/demo/demo31_show_who_is_online-whoisonline.php 2007-03-04 13:37:46 UTC (rev 983) @@ -17,7 +17,7 @@ $info = "<strong>%d</strong> users are connected to the server !"; echo "<p>".sprintf($info, $nb_users)."</p>"; -echo "<p>Here is the nicknames' list:</p>"; +echo "<p>Here is the online nicknames list of <a href='./demo31_show_who_is_online-chat.php'>this chat</a>:</p>"; echo "<ul>"; foreach($users as $u) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |