Index: branches/version-2_5-dev/html/install/templates/step4.tpl
===================================================================
--- branches/version-2_5-dev/html/install/templates/step4.tpl	(revision 19711)
+++ branches/version-2_5-dev/html/install/templates/step4.tpl	(revision 19925)
@@ -30,4 +30,5 @@
 <input type="hidden" name="senddata_php_ver" value="<!--{$tpl_php_ver}-->">
 <input type="hidden" name="senddata_db_ver" value="<!--{$tpl_db_ver}-->">
+<input type="hidden" name="senddata_os_type" value="<!--{""|php_uname|escape}--> <!--{$smarty.server.SERVER_SOFTWARE|escape}-->">
 <!--{foreach key=key item=item from=$arrHidden}-->
 <input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
@@ -42,9 +43,12 @@
         <tr>
             <td bgcolor="#ffffff" class="fs12" height="50">
-                - サイトURL：<!--{$tpl_site_url}--><br/>
-                - 店舗名：<!--{$tpl_shop_name}--><br/>
-                - EC-CUBEバージョン：<!--{$tpl_cube_ver}--><br/>
-                - PHP情報：<!--{$tpl_php_ver}--><br/>
-                - DB情報：<!--{$tpl_db_ver}--><br/>
+              <ul>
+                <li>サイトURL：<!--{$tpl_site_url}--></li>
+                <li>店舗名：<!--{$tpl_shop_name}--></li>
+                <li>EC-CUBEバージョン：<!--{$tpl_cube_ver}--></li>
+                <li>PHP情報：<!--{$tpl_php_ver}--></li>
+                <li>DB情報：<!--{$tpl_db_ver}--></li>
+                <li>OS情報：<!--{""|php_uname|escape}--> <!--{$smarty.server.SERVER_SOFTWARE|escape}--></li>
+              </ul>
             </td>
         </tr>
Index: branches/version-2_5-dev/html/install/templates/install_frame.tpl
===================================================================
--- branches/version-2_5-dev/html/install/templates/install_frame.tpl	(revision 19873)
+++ branches/version-2_5-dev/html/install/templates/install_frame.tpl	(revision 19925)
@@ -22,13 +22,15 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *}-->
-<!--{assign var=default_dir value="`$smarty.const.USER_DIR``$smarty.const.USER_PACKAGE_DIR``$smarty.const.DEFAULT_TEMPLATE_NAME`/"}-->
-<!--{assign var=admin_dir value="`$smarty.const.USER_DIR``$smarty.const.USER_PACKAGE_DIR`admin/"}-->
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->">
 <meta http-equiv="content-script-type" content="text/javascript">
 <meta http-equiv="content-style-type" content="text/css">
-<link rel="stylesheet" href="../<!--{$smarty.const.ADMIN_DIR}-->css/install.css" type="text/css" >
 <script type="text/javascript" src="../js/css.js"></script>
 <script type="text/javascript" src="../js/navi.js"></script>
+<style type="text/css">
+  .red {
+      color: #F00;
+  }
+</style>
 <title>EC CUBE インストール画面</title>
 </head>
@@ -36,5 +38,4 @@
 <body bgcolor="#ffffff" text="#000000" link="#006699" vlink="#006699" alink="#006699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
 <noscript>
-<link rel="stylesheet" href="../<!--{$default_dir}-->css/common.css" type="text/css" >
 </noscript>
 <div align="center">
@@ -48,5 +49,5 @@
         <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" " background="img/header_bg2.jpg">
             <tr valign="top">
-                <td><img src="../<!--{$smarty.const.USER_DIR}--><!--{$smarty.const.USER_PACKAGE_DIR}--><!--{$smarty.const.ADMIN_DIR}-->img/header/logo.jpg" width="230" height="50" alt="EC CUBE" border="0"></td>
+                <td><img src="img/logo.jpg" width="230" height="50" alt="EC CUBE" border="0"></td>
                 <td width="648" align="right"></td>
             </tr>
@@ -120,5 +121,5 @@
         <table width="878" border="0" cellspacing="0" cellpadding="10" summary=" ">
             <tr>
-                <td class="fs10n"><span class="gray">&nbsp;Copyright &copy; 2000-2010 LOCKON CO.,LTD. All Rights Reserved.</span></td>
+                <td class="fs10n"><span class="gray">&nbsp;Copyright &copy; 2000-<!--{$smarty.now|date_format:"%Y"}--> LOCKON CO.,LTD. All Rights Reserved.</span></td>
             </tr>
         </table>
