Changeset 16195


Ignore:
Timestamp:
2007/10/01 04:57:32 (16 years ago)
Author:
nanasess
Message:

XHTML 対忁E

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/products/detail_image.tpl

    r16044 r16195  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    2 <html lang="ja"> 
     1<!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    32<!--{* 
    43 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     
    65 * http://www.lockon.co.jp/ 
    76 *}--> 
     7<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 
    88<head> 
    9 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->"> 
    10 <meta http-equiv="content-script-type" content="text/javascript"> 
    11 <meta http-equiv="content-style-type" content="text/css"> 
    12 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->user_data/css/contents.css" type="text/css" media="all" /> 
    13 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css" media="all" /> 
    14 <link rel="stylesheet" href="<!--{$tpl_css}-->" type="text/css" media="all" /> 
    15 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script> 
    16 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script> 
    17 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script> 
    18 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script> 
     9<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 
     10<meta http-equiv="Content-Script-Type" content="text/javascript" /> 
     11<meta http-equiv="Content-Style-Type" content="text/css" /> 
     12<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" /> 
     13<link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php" /> 
     14<script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
     15<script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
     16<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
     17<script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
     18<meta name="author" content="<!--{$arrPageLayout.author|escape}-->" /> 
     19<meta name="description" content="<!--{$arrPageLayout.description|escape}-->" /> 
     20<meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" /> 
    1921<title><!--{$arrSiteInfo.shop_name}--></title> 
    2022</head> 
    2123 
    22 <body bgcolor="#ffe9e6" text="#555555" link="#3a75af" vlink="#3a75af" alink="#3a75af" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> 
     24<body onload="preLoadImg('<!--{$smarty.const.URL_DIR}-->')"> 
    2325<noscript> 
    24 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css" > 
     26 <p>JavaScript¤òÍ­¸ú¤Ë¤·¤Æ¤´ÍøÍѲ¼¤µ¤¤</p> 
    2527</noscript> 
    26 <div align="center"> 
    27 <table width="<!--{$tpl_table_width}-->" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    28     <tr><td height="15"></td></tr> 
    29     <tr><td bgcolor="#ffa85c"><img src="../misc/_.gif" width="1" height="5" alt=""></td></tr> 
    30     <tr> 
    31         <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> 
    32     </tr> 
    33     <tr><td bgcolor="#ffa85c"><img src="../misc/_.gif" width="1" height="5" alt=""></td></tr> 
    34     <tr><td height="30"></td></tr> 
    35 </table> 
    36  
    37 </div> 
     28<!--{if $tpl_width > 300}--> 
     29  <!--{assign key=id name=bigimage}--> 
     30<!--{else}--> 
     31  <!--{assign key=id name=cartimage}--> 
     32<!--{/if}--> 
     33<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> 
    3834</body> 
    3935</html> 
Note: See TracChangeset for help on using the changeset viewer.