onokazu
onoka****@users*****
2005年 6月 6日 (月) 07:59:54 JST
Index: xoops2jp/html/install/install_tpl.php diff -u xoops2jp/html/install/install_tpl.php:1.1 xoops2jp/html/install/install_tpl.php:1.1.6.1 --- xoops2jp/html/install/install_tpl.php:1.1 Thu Sep 9 14:15:04 2004 +++ xoops2jp/html/install/install_tpl.php Mon Jun 6 07:59:54 2005 @@ -17,7 +17,7 @@ <tr> <td width="150"><a href="index.php"><img src="img/logo.gif" width="150" height="80" alt="" /></a></td> <td width="478" background="img/bg_darkblue.gif"> </td> - <td width="150"><img src="img/xoops2.gif" width="100%" height="80"></td> + <td width="150"><img src="img/xoops2.gif" width="100%" height="80" /></td> </tr> <tr> <td width="150"><img src="img/hbar_left.gif" width="100%" height="23" alt="" /></td> @@ -26,7 +26,7 @@ </tr> </table> -<table width="778" align="center" cellspacing="0" cellpadding="0" background="img/bg_table.gif" +<table width="778" align="center" cellspacing="0" cellpadding="0" background="img/bg_table.gif"> <tr> <td width='5%'> </td> <td colspan="3"><?php if(!empty($title)) echo '<h4 style="margin-top: 10px; margin-bottom: 5px; padding: 10px;">'.$title.'</h4>'; echo '<div style="padding: 10px;">'.$content.'</div>'; ?></td> @@ -76,9 +76,9 @@ function b_reload($option=''){ if(empty($option)) return ''; - if (!defined('_INSTALL_L200')) { - define('_INSTALL_L200', 'Reload'); - } + if (!defined('_INSTALL_L200')) { + define('_INSTALL_L200', 'Reload'); + } return "<input type='button' value='"._INSTALL_L200."' onclick=\"location.reload();\" /> "; }