Ignore:
Timestamp:
2011/01/19 19:38:19 (13 years ago)
Author:
Seasoft
Message:

#834(パスに関わるパラメータ名が不適切)

  • TPL_DIR -> TPL_URLPATH
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/products/list.tpl

    r19943 r19983  
    237237                        <!--{foreach from=$productStatus[$id] item=status}-->  
    238238                            <li> 
    239                                 <img src="<!--{$TPL_DIR}--><!--{$arrSTATUS_IMAGE[$status]}-->" width="60" height="17" alt="<!--{$arrSTATUS[$status]}-->"/> 
     239                                <img src="<!--{$TPL_URLPATH}--><!--{$arrSTATUS_IMAGE[$status]}-->" width="60" height="17" alt="<!--{$arrSTATUS[$status]}-->"/> 
    240240                            </li> 
    241241                        <!--{/foreach}--> 
     
    269269                    <span class="btnbox"> 
    270270                        <!--{assign var=name value="detail`$id`"}--> 
    271                         <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_detail_on.gif','<!--{$name}-->');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_detail.gif','<!--{$name}-->');"> 
    272                             <img src="<!--{$TPL_DIR}-->img/button/btn_detail.gif" width="115" height="25" alt="詳しくはこちら" name="<!--{$name}-->" id="<!--{$name}-->" /></a> 
     271                        <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_detail_on.gif','<!--{$name}-->');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_detail.gif','<!--{$name}-->');"> 
     272                            <img src="<!--{$TPL_URLPATH}-->img/button/btn_detail.gif" width="115" height="25" alt="詳しくはこちら" name="<!--{$name}-->" id="<!--{$name}-->" /></a> 
    273273                    </span> 
    274274                </p> 
     
    328328                                        type="image" 
    329329                                        id="cart<!--{$id}-->" 
    330                                         src="<!--{$TPL_DIR}-->img/button/btn_cartin.gif" 
     330                                        src="<!--{$TPL_URLPATH}-->img/button/btn_cartin.gif" 
    331331                                        alt="カゴに入れる" 
    332332                                        onclick="fnInCart(this.form); return false;" 
    333                                         onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_cartin_on.gif', this);" 
    334                                         onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_cartin.gif', this);" 
     333                                        onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_cartin_on.gif', this);" 
     334                                        onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_cartin.gif', this);" 
    335335                                    /> 
    336336                                </div> 
Note: See TracChangeset for help on using the changeset viewer.