[Phpfreechat-svn] SF.net SVN: phpfreechat:[1259] trunk
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2009-03-11 08:07:27
|
Revision: 1259 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1259&view=rev Author: kerphi Date: 2009-03-11 08:07:19 +0000 (Wed, 11 Mar 2009) Log Message: ----------- Improve interface ergonomics of the demo Modified Paths: -------------- trunk/demo/index.php trunk/index.php trunk/style/footer.css trunk/style/header.css trunk/style/menu.css Added Paths: ----------- trunk/style/logo.gif Removed Paths: ------------- trunk/style/bulle.gif trunk/style/bulle.png Modified: trunk/demo/index.php =================================================================== --- trunk/demo/index.php 2009-01-01 18:03:30 UTC (rev 1258) +++ trunk/demo/index.php 2009-03-11 08:07:19 UTC (rev 1259) @@ -12,8 +12,7 @@ <body> <div class="header"> - <h1>phpFreeChat - Demos</h1> - <img alt="logo bulle" src="../style/bulle.png" class="logo2" /> + <img alt="" src="../style/logo.gif" class="logo2" /> </div> <div class="menu"> @@ -22,7 +21,7 @@ <li> <ul class="sub"> <li class="item"> - <a href="../index.php">PFC Index</a> + <a href="../index.php">Index</a> </li> </ul> </li> @@ -42,14 +41,7 @@ </li> </ul> <p class="partner"> - <a href="http://www.phpfreechat.net"><img alt="phpfreechat.net" src="style/logo_88x31.gif" /></a><br/> - <a href="http://www.jeu-gratuit.net/">jeu-gratuit</a><br/> - <a href="http://jeux-flash.jeu-gratuit.net/">jeux-flash</a><br/> - <a href="http://www.pronofun.com/">pronofun</a><br/> - <a href="http://areno.jeu-gratuit.net/">areno</a><br/> - <a href="http://www.micropolia.com/">micropolia</a><br/> - <a href="http://www.zeitoun.net/">zeitoun</a><br/> - <a href="http://www.hotscripts.com/?RID=N452772">hotscripts</a><br/> + <a href="http://www.phpfreechat.net"><img alt="phpfreechat" src="../style/logo_88x31.gif" /></a><br/> </p> </div> @@ -138,5 +130,16 @@ </ul> </div> + +<div class="footer"> + <span class="partners">phpFreeChat partners:</span> + <a href="http://www.jeu-gratuit.net">jeux gratuits</a> | + <a href="http://jeux-flash.jeu-gratuit.net">jeux flash</a> | + <a href="http://www.pronofun.com">pronofun</a> | + <a href="http://areno.jeu-gratuit.net">areno</a> | + <a href="http://www.micropolia.com">micropolia</a> | + <a href="http://www.zeitoun.net">zeitoun</a> | + <a href="http://federation.jeu-gratuit.net">federation</a> +</div> </body></html> Modified: trunk/index.php =================================================================== --- trunk/index.php 2009-01-01 18:03:30 UTC (rev 1258) +++ trunk/index.php 2009-03-11 08:07:19 UTC (rev 1259) @@ -4,9 +4,10 @@ $params = array(); $params["title"] = "Quick chat"; $params["nick"] = "guest".rand(1,1000); // setup the intitial nickname -$params["isadmin"] = true; // do not use it on production servers ;) +$params['firstisadmin'] = true; +//$params["isadmin"] = true; // do not use it on production servers ;) $params["serverid"] = md5(__FILE__); // calculate a unique id for this chat -//$params["debug"] = true; +$params["debug"] = true; $chat = new phpFreeChat( $params ); ?> @@ -24,8 +25,7 @@ <body> <div class="header"> - <h1>phpFreeChat - Sources Index</h1> - <img alt="logo bulle" src="style/bulle.gif" class="logo2" /> + <img alt="phpFreeChat" src="style/logo.gif" class="logo2" /> </div> <div class="menu"> @@ -52,56 +52,28 @@ <li> <ul> <li class="item"> - <a href="http://www.phpfreechat.net/overview">Overview [en]</a> + <a href="http://www.phpfreechat.net/overview">Overview</a> </li> <li class="item"> - <a href="http://www.phpfreechat.net/fr/overview">Overview [fr]</a> + <a href="http://www.phpfreechat.net/quickstart">Quickstart</a> </li> <li class="item"> - <a href="http://www.phpfreechat.net/es/overview">Overview [es]</a> + <a href="http://www.phpfreechat.net/parameters">Parameters list</a> </li> <li class="item"> - <a href="http://www.phpfreechat.net/zh/overview">Overview [zh]</a> + <a href="http://www.phpfreechat.net/faq">FAQ</a> </li> <li class="item"> - <a href="http://www.phpfreechat.net/ar/overview">Overview [ar]</a> + <a href="http://www.phpfreechat.net/advanced-configuration">Advanced configuration</a> </li> <li class="item"> - <a href="http://www.phpfreechat.net/quickstart">Quickstart [en]</a> + <a href="http://www.phpfreechat.net/customize">Customize</a> </li> - <li class="item"> - <a href="http://www.phpfreechat.net/fr/quickstart">En avant ! [fr]</a> - </li> - <li class="item"> - <a href="http://www.phpfreechat.net/parameters">Parameters list [en]</a> - </li> - <li class="item"> - <a href="http://www.phpfreechat.net/faq">FAQ [en]</a> - </li> - <li class="item"> - <a href="http://www.phpfreechat.net/fr/faq">FAQ [fr]</a> - </li> - <li class="item"> - <a href="http://www.phpfreechat.net/advanced-configuration">Advanced configuration [en]</a> - </li> - <li class="item"> - <a href="http://www.phpfreechat.net/fr/advanced-configuration">Configuration avancée [fr]</a> - </li> - <li class="item"> - <a href="http://www.phpfreechat.net/customize">Customize [en]</a> - </li> </ul> </li> </ul> <p class="partner"> <a href="http://www.phpfreechat.net"><img alt="phpfreechat.net" src="style/logo_88x31.gif" /></a><br/> - <a href="http://www.jeu-gratuit.net/">jeu-gratuit</a><br/> - <a href="http://jeux-flash.jeu-gratuit.net/">jeux-flash</a><br/> - <a href="http://www.pronofun.com/">pronofun</a><br/> - <a href="http://areno.jeu-gratuit.net/">areno</a><br/> - <a href="http://www.micropolia.com/">micropolia</a><br/> - <a href="http://www.zeitoun.net/">zeitoun</a><br/> - <a href="http://www.hotscripts.com/?RID=N452772">hotscripts</a><br/> </p> </div> @@ -112,4 +84,15 @@ <?php } ?> </div> +<div class="footer"> + <span class="partners">phpFreeChat partners:</span> + <a href="http://www.jeu-gratuit.net">jeux gratuits</a> | + <a href="http://jeux-flash.jeu-gratuit.net">jeux flash</a> | + <a href="http://www.pronofun.com">pronofun</a> | + <a href="http://areno.jeu-gratuit.net">areno</a> | + <a href="http://www.micropolia.com">micropolia</a> | + <a href="http://www.zeitoun.net">zeitoun</a> | + <a href="http://federation.jeu-gratuit.net">federation</a> +</div> + </body></html> Deleted: trunk/style/bulle.gif =================================================================== (Binary files differ) Deleted: trunk/style/bulle.png =================================================================== (Binary files differ) Modified: trunk/style/footer.css =================================================================== --- trunk/style/footer.css 2009-01-01 18:03:30 UTC (rev 1258) +++ trunk/style/footer.css 2009-03-11 08:07:19 UTC (rev 1259) @@ -6,7 +6,7 @@ color: #FFF; border-top: 1px #acd233 solid; border-bottom: 1px #acd233 solid; - font-size: 80%; + font-size: 8px; clear: both; padding-left: 12em; } @@ -19,3 +19,11 @@ left: 5px; float: left; } +div.footer a { + color: #FFF; + font-weight: normal; +} +div.footer span.partners { + text-decoration: underline; + margin-right: 10px; +} Modified: trunk/style/header.css =================================================================== --- trunk/style/header.css 2009-01-01 18:03:30 UTC (rev 1258) +++ trunk/style/header.css 2009-03-11 08:07:19 UTC (rev 1259) @@ -2,9 +2,9 @@ div.header { position: relative; display: block; - background-color: #99cc33; - border-bottom: 1px #acd233 solid; - height: 45px; + background-color: #7ebf36; +/* border-bottom: 1px #acd233 solid;*/ + height: 76px; } div.header h1 { color: #FFF; @@ -13,7 +13,7 @@ div.header .logo2 { position: absolute; bottom: 0; - right: 0; + left: 0; } div.header .flags { position: absolute; Added: trunk/style/logo.gif =================================================================== (Binary files differ) Property changes on: trunk/style/logo.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/style/menu.css =================================================================== --- trunk/style/menu.css 2009-01-01 18:03:30 UTC (rev 1258) +++ trunk/style/menu.css 2009-03-11 08:07:19 UTC (rev 1259) @@ -1,7 +1,7 @@ /* --- MENU --- */ div.menu { position: absolute; - top: 55px; + top: 85px; left: 0.5em; /* float: left; margin-top: 0.5em; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |