From: Lo?c C. <lo...@us...> - 2001-11-29 22:01:38
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs In directory usw-pr-cvs1:/tmp/cvs-serv5208/chat/lib/index_libs Modified Files: do_enter_frameset.lib.php3 Log Message: For Tinou: misc. little fixes Index: do_enter_frameset.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/do_enter_frameset.lib.php3,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** do_enter_frameset.lib.php3 2001/05/30 08:07:12 1.12 --- do_enter_frameset.lib.php3 2001/11/29 22:01:35 1.13 *************** *** 63,72 **** <frameset rows="*,<?php echo($inputHeight); ?>" frameborder="0" border="0" framespacing="0"> <frame src="<?php echo(_CHAT_PATH); ?>blank.htm" name="messages" frameborder="0" border="0" framespacing="0" marginwidth="3" marginheight="3" /> ! <frame src="<?php echo(_CHAT_PATH); ?>input.<?php echo(C_EXTENSION . '?' . dbSessionSID('GET')); ?>" name="input" frameborder="0" border="0" framespacing="0" marginwidth=0 marginheight=0 scrolling="no" noresize="noresize" /> </frameset> <frameset rows="80,*,50" frameborder="0" border="0" framespacing="0"> ! <frame src="<?php echo(_CHAT_PATH); ?>exit.<?php echo(C_EXTENSION . '?' . dbSessionSID('GET')); ?>" name="exit" frameborder="0" border="0" framespacing="0" marginwidth=3 marginheight=3 scrolling="no" /> <frame src="<?php echo(_CHAT_PATH); ?>blank.htm" name="users" frameborder="0" border="0" framespacing="0" marginwidth=3 marginheight=3 /> ! <frame src="<?php echo(_CHAT_PATH); ?>link.php3" name="link" frameborder="0" border="0" framespacing="0" marginwidth=0 marginheight=0 scrolling="no" /> </frameset> </frameset> --- 63,72 ---- <frameset rows="*,<?php echo($inputHeight); ?>" frameborder="0" border="0" framespacing="0"> <frame src="<?php echo(_CHAT_PATH); ?>blank.htm" name="messages" frameborder="0" border="0" framespacing="0" marginwidth="3" marginheight="3" /> ! <frame src="<?php echo(_CHAT_PATH); ?>input.<?php echo(C_EXTENSION . '?' . dbSessionSID('GET')); ?>" name="input" frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0" scrolling="no" noresize="noresize" /> </frameset> <frameset rows="80,*,50" frameborder="0" border="0" framespacing="0"> ! <frame src="<?php echo(_CHAT_PATH); ?>exit.<?php echo(C_EXTENSION . '?' . dbSessionSID('GET')); ?>" name="exit" frameborder="0" border="0" framespacing="0" marginwidth="3" marginheight="3" scrolling="no" /> <frame src="<?php echo(_CHAT_PATH); ?>blank.htm" name="users" frameborder="0" border="0" framespacing="0" marginwidth=3 marginheight=3 /> ! <frame src="<?php echo(_CHAT_PATH); ?>link.<?php echo(C_EXTENSION); ?>" name="link" frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0" scrolling="no" /> </frameset> </frameset> *************** *** 85,97 **** { ?> ! <frameset cols="*,130" frameborder="0" border="0" framespacing="0" onResize="if (jsIsNS4) window.location = '<?php echo($nsResizeUrl); ?>';"> ! <frameset rows="*,<?php echo($inputHeight); ?>" border=0> ! <frame src="<?php echo(_CHAT_PATH); ?>messages_low.<?php echo(C_EXTENSION . '?' . dbSessionSID('GET')); ?>" name="messages" marginwidth=3 marginheight=3 /> ! <frame src="<?php echo(_CHAT_PATH); ?>input.<?php echo(C_EXTENSION . '?' . dbSessionSID('GET')); ?>" name="input" marginwidth=0 marginheight=0 scrolling="no" noresize="noresize" /> </frameset> ! <frameset rows="80,*,50" border=0> ! <frame src="<?php echo(_CHAT_PATH); ?>exit.<?php echo(C_EXTENSION . '?' . dbSessionSID('GET')); ?>" name="exit" marginwidth=3 marginheight=3 scrolling="no" /> ! <frame src="<?php echo(_CHAT_PATH); ?>users_low.<?php echo(C_EXTENSION . '?' . dbSessionSID('GET')); ?>" name="users" marginwidth=3 marginheight=3 /> ! <frame src="<?php echo(_CHAT_PATH); ?>link.php3" name="link" marginwidth=0 marginheight=0 scrolling="no" /> </frameset> </frameset> --- 85,97 ---- { ?> ! <frameset cols="*,130" frameborder="0" border="0" framespacing="0" onresize="if (jsIsNS4) window.location = '<?php echo($nsResizeUrl); ?>';"> ! <frameset rows="*,<?php echo($inputHeight); ?>" border="0"> ! <frame src="<?php echo(_CHAT_PATH); ?>messages_low.<?php echo(C_EXTENSION . '?' . dbSessionSID('GET')); ?>" name="messages" marginwidth="3" marginheight="3" /> ! <frame src="<?php echo(_CHAT_PATH); ?>input.<?php echo(C_EXTENSION . '?' . dbSessionSID('GET')); ?>" name="input" marginwidth="0" marginheight="0" scrolling="no" noresize="noresize" /> </frameset> ! <frameset rows="80,*,50" border="0"> ! <frame src="<?php echo(_CHAT_PATH); ?>exit.<?php echo(C_EXTENSION . '?' . dbSessionSID('GET')); ?>" name="exit" marginwidth="3" marginheight="3" scrolling="no" /> ! <frame src="<?php echo(_CHAT_PATH); ?>users_low.<?php echo(C_EXTENSION . '?' . dbSessionSID('GET')); ?>" name="users" marginwidth="3" marginheight="3" /> ! <frame src="<?php echo(_CHAT_PATH); ?>link.<?php echo(C_EXTENSION); ?>" name="link" marginwidth="0" marginheight="0" scrolling="no" /> </frameset> </frameset> |