onokazu
onoka****@users*****
2005年 5月 30日 (月) 19:39:32 JST
Index: xoops2jp/html/include/cp_functions.php diff -u xoops2jp/html/include/cp_functions.php:1.2.6.2 xoops2jp/html/include/cp_functions.php:1.2.6.3 --- xoops2jp/html/include/cp_functions.php:1.2.6.2 Fri May 27 23:16:48 2005 +++ xoops2jp/html/include/cp_functions.php Mon May 30 19:39:32 2005 @@ -1,5 +1,5 @@ <?php -// $Id: cp_functions.php,v 1.2.6.2 2005/05/27 14:16:48 onokazu Exp $ +// $Id: cp_functions.php,v 1.2.6.3 2005/05/30 10:39:32 onokazu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -110,10 +110,10 @@ <td align='left' colspan='3' class='bg5'> <table border='0' width='100%' cellspacing='0' cellpadding='0'> <tr> - <td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_left.gif' width='10' height='23'></td> + <td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_left.gif' width='10' height='23' /></td> <td background='".XOOPS_URL."/modules/system/images/hbar_middle.gif'> <a href='".XOOPS_URL."/admin.php'>"._CPHOME."</a><!--// | <a href='".XOOPS_URL."/admin.php?xoopsorgnews=1'>XOOPS News</a>//--></td> <td background='".XOOPS_URL."/modules/system/images/hbar_middle.gif' align='right'><a href='".XOOPS_URL."/user.php?op=logout'>"._LOGOUT."</a> | <a href='".XOOPS_URL."/'>"._YOURHOME."</a> </td> - <td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_right.gif' width='10' height='23'></td> + <td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_right.gif' width='10' height='23' /></td> </tr> </table> </td> @@ -122,7 +122,7 @@ <table border='0' cellpadding='0' cellspacing='0' width='100%'> <tr> <td width='2%' valign='top' class='bg5' background='".XOOPS_URL."/modules/system/images/bg_menu.gif' align='center'></td> - <td width='15%' valign='top' class='bg5' align='center'><img src='".XOOPS_URL."/modules/system/images/menu.gif'><br /> + <td width='15%' valign='top' class='bg5' align='center'><img src='".XOOPS_URL."/modules/system/images/menu.gif' /><br /> <table border='0' cellpadding='4' cellspacing='0' width='100%'>"; foreach ( $admin_mids as $adm ) { if ( !empty($xoops_admin_menu_ft[$adm]) ) { @@ -149,8 +149,8 @@ <td align='center' colspan='4' class='bg5' height='15'> <table border='0' width='100%' cellspacing='0' cellpadding='0'> <tr> - <td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_left.gif' width='10' height='23'></td> - <td width='98%' background='".XOOPS_URL."/modules/system/images/hbar_middle.gif' align='center'><div class='fontSmall'>Powered by ".XOOPS_VERSION." © 2001-2005 <a href='http://jp.xoops.org/' target='_blank'>The XOOPS Project</a></div></td><td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_right.gif' width='10' height='23'></td> + <td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_left.gif' width='10' height='23' /></td> + <td width='98%' background='".XOOPS_URL."/modules/system/images/hbar_middle.gif' align='center'><div class='fontSmall'>Powered by ".XOOPS_VERSION." © 2001-2005 <a href='http://jp.xoops.org/' target='_blank'>The XOOPS Project</a></div></td><td width='1%'><img src='".XOOPS_URL."/modules/system/images/hbar_right.gif' width='10' height='23' /></td> </tr> </table> </td> Index: xoops2jp/html/include/functions.php diff -u xoops2jp/html/include/functions.php:1.2.6.9 xoops2jp/html/include/functions.php:1.2.6.10 --- xoops2jp/html/include/functions.php:1.2.6.9 Fri May 27 20:05:05 2005 +++ xoops2jp/html/include/functions.php Mon May 30 19:39:32 2005 @@ -1,5 +1,5 @@ <?php -// $Id: functions.php,v 1.2.6.9 2005/05/27 11:05:05 onokazu Exp $ +// $Id: functions.php,v 1.2.6.10 2005/05/30 10:39:32 onokazu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -367,9 +367,9 @@ if (stristr($imageurl, '.swf')) { $bannerobject = $bannerobject .'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="468" height="60">' - .'<param name=movie value="'.$imageurl.'">' - .'<param name=quality value=high>' - .'<embed src="'.$imageurl.'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"; type="application/x-shockwave-flash" width="468" height="60">' + .'<param name="movie" value="'.$imageurl.'"></param>' + .'<param name="quality" value="high"></param>' + .'<embed src="'.$imageurl.'" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"; type="application/x-shockwave-flash" width="468" height="60">' .'</embed>' .'</object>'; } else {