Ignore:
Timestamp:
2011/01/06 01:28:55 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

Location:
branches/version-2_5-dev/data/Smarty/templates/sphone/products
Files:
2 edited

Legend:

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

    r19805 r19833  
    174174            <a 
    175175                <!--{if $arrProduct.main_large_image|strlen >= 1}--> 
    176                     href="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$arrProduct.main_large_image|h}-->" 
     176                    href="<!--{$smarty.const.IMAGE_SAVE_URL_PATH}--><!--{$arrProduct.main_large_image|h}-->" 
    177177                    class="expansion" 
    178178                    onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_expansion_on.gif','expansion01');" 
     
    448448                        <a 
    449449                            <!--{if $arrProduct[$lkey]|strlen >= 1}--> 
    450                                 href="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$arrProduct[$lkey]|h}-->" 
     450                                href="<!--{$smarty.const.IMAGE_SAVE_URL_PATH}--><!--{$arrProduct[$lkey]|h}-->" 
    451451                                class="expansion" 
    452452                                onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_expansion_on.gif', 'expansion_<!--{$lkey|h}-->');" 
     
    480480                <div class="whoboughtleft"> 
    481481 
    482                     <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|u}-->"> 
     482                    <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrRecommend[cnt].product_id|u}-->"> 
    483483                        <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[cnt].name|h}-->" /></a> 
    484484 
     
    486486                        <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}--> 
    487487                        <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}--> 
    488                         <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|u}-->"><!--{$arrRecommend[cnt].name|h}--></a></h3> 
     488                        <h3><a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrRecommend[cnt].product_id|u}-->"><!--{$arrRecommend[cnt].name|h}--></a></h3> 
    489489 
    490490                        <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:<span class="price"> 
     
    507507                <div class="whoboughtright"> 
    508508 
    509                     <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|u}-->"> 
     509                    <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrRecommend[cnt].product_id|u}-->"> 
    510510                        <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[cnt].name|h}-->" /></a> 
    511511 
     
    513513                        <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}--> 
    514514                        <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}--> 
    515                         <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|u}-->"><!--{$arrRecommend[cnt].name|h}--></a></h3> 
     515                        <h3><a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrRecommend[cnt].product_id|u}-->"><!--{$arrRecommend[cnt].name|h}--></a></h3> 
    516516 
    517517                        <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:<span class="price"> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/products/list.tpl

    r19785 r19833  
    228228            <div class="listphoto"> 
    229229                <!--★画像★--> 
    230                 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id|u}-->" class="over"><!--商品写真--><img src="<!--{$smarty.const.IMAGE_SAVE_URL|sfTrimURL}-->/<!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" alt="<!--{$arrProduct.name|h}-->" class="picture" /></a> 
     230                <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrProduct.product_id|u}-->" class="over"><!--商品写真--><img src="<!--{$smarty.const.IMAGE_SAVE_URL_PATH|sfTrimURL}-->/<!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" alt="<!--{$arrProduct.name|h}-->" class="picture" /></a> 
    231231            </div> 
    232232             
     
    246246                <!--★商品名★--> 
    247247                <h3> 
    248                     <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id|u}-->" name="product<!--{$arrProduct.product_id}-->"><!--{$arrProduct.name|h}--></a> 
     248                    <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrProduct.product_id|u}-->" name="product<!--{$arrProduct.product_id}-->"><!--{$arrProduct.name|h}--></a> 
    249249                </h3> 
    250250                 
Note: See TracChangeset for help on using the changeset viewer.