Index: branches/feature-module-update/data/Smarty/templates/default/products/detail_image.tpl
===================================================================
--- branches/feature-module-update/data/Smarty/templates/default/products/detail_image.tpl	(revision 16044)
+++ branches/feature-module-update/data/Smarty/templates/default/products/detail_image.tpl	(revision 16195)
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="ja">
+<!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--{*
  * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
@@ -6,34 +5,31 @@
  * http://www.lockon.co.jp/
  *}-->
+<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
 <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.URL_DIR}-->user_data/css/contents.css" type="text/css" media="all" />
-<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css" media="all" />
-<link rel="stylesheet" href="<!--{$tpl_css}-->" type="text/css" media="all" />
-<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script>
-<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>
-<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script>
-<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script>
+<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.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" />
+<link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php" />
+<script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script>
+<script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script>
+<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script>
+<script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script>
+<meta name="author" content="<!--{$arrPageLayout.author|escape}-->" />
+<meta name="description" content="<!--{$arrPageLayout.description|escape}-->" />
+<meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" />
 <title><!--{$arrSiteInfo.shop_name}--></title>
 </head>
 
-<body bgcolor="#ffe9e6" text="#555555" link="#3a75af" vlink="#3a75af" alink="#3a75af" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
+<body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')">
 <noscript>
-<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css" >
+ <p>JavaScript¤òÍ­¸ú¤Ë¤·¤Æ¤´ÍøÍÑ²¼¤µ¤¤</p>
 </noscript>
-<div align="center">
-<table width="<!--{$tpl_table_width}-->" border="0" cellspacing="0" cellpadding="0" summary=" ">
-	<tr><td height="15"></td></tr>
-	<tr><td bgcolor="#ffa85c"><img src="../misc/_.gif" width="1" height="5" alt=""></td></tr>
-	<tr>
-		<td height="<!--{$tpl_table_height}-->" align="center" bgcolor="#ffffff"><a href="javascript:window.close()");><img src="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$tpl_image}-->" width="<!--{$tpl_width}-->" height="<!--{$tpl_height}-->" alt="<!--{$tpl_name}-->" /></a></td>
-	</tr>
-	<tr><td bgcolor="#ffa85c"><img src="../misc/_.gif" width="1" height="5" alt=""></td></tr>
-	<tr><td height="30"></td></tr>
-</table>
-
-</div>
+<!--{if $tpl_width > 300}-->
+  <!--{assign key=id name=bigimage}-->
+<!--{else}-->
+  <!--{assign key=id name=cartimage}-->
+<!--{/if}-->
+<div id="<!--{$id}-->"><a href="javascript:window.close()");><img src="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$tpl_image}-->" width="<!--{$tpl_width}-->" height="<!--{$tpl_height}-->" alt="<!--{$tpl_name}-->" /></a></div>
 </body>
 </html>
