Changeset 21267


Ignore:
Timestamp:
2011/10/01 23:57:58 (13 years ago)
Author:
Seasoft
Message:

#1495 (画像ファイルを整理)

Location:
branches/version-2_11-dev
Files:
44 deleted
3 edited
4 moved

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/frontparts/bloc/navi_footer.tpl

    r21094 r21267  
    2828    <li><a data-transition="slideup" href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/mypage/login.php"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_favorite_off.png" alt="お気に入り" width="75" height="50" /></a></li> 
    2929<!--{/if}--> 
    30 <li><a rel="external" href="<!--{$smarty.const.CART_URLPATH|h}-->"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_cart_off.png" alt="カート" width="75" height="50" /></a></li> 
    31 <li><a rel="external" href="<!--{$smarty.const.ROOT_URLPATH}-->"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_home_off.png" alt="HOME" width="75" height="50" /></a></li> 
     30<li><a rel="external" href="<!--{$smarty.const.CART_URLPATH|h}-->"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_cart_off.png" alt="カゴの中を見る" width="75" height="50" /></a></li> 
     31<li><a rel="external" href="<!--{$smarty.const.ROOT_URLPATH}-->"><img src="<!--{$TPL_URLPATH}-->img/button/btn_footer_toppage_off.png" alt="トップページへ" width="75" height="50" /></a></li> 
    3232</ul> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/products/detail.tpl

    r21226 r21267  
    4949    areaEl.slideToggle(speed); 
    5050    if (stateSub == 0) { 
    51         $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/common/btn_plus.png"); 
     51        $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/button/btn_plus.png"); 
    5252        stateSub = 1; 
    5353    } else { 
    54         $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/common/btn_minus.png"); 
     54        $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/button/btn_minus.png"); 
    5555        stateSub = 0 
    5656    } 
     
    6161    areaEl.slideToggle(speed); 
    6262    if (statewhobought == 0) { 
    63         $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/common/btn_plus.png"); 
     63        $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/button/btn_plus.png"); 
    6464        statewhobought = 1; 
    6565    } else { 
    66         $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/common/btn_minus.png"); 
     66        $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/button/btn_minus.png"); 
    6767        statewhobought = 0 
    6868    } 
     
    296296    <h2>商品情報</h2> 
    297297     <!--{assign var=ckey value="sub_comment`$smarty.section.cnt.index+1`"}--> 
    298       <span class="b_expand"><img src="<!--{$TPL_URLPATH}-->img/common/btn_minus.png" onclick="fnSubToggle($('#sub_area'), this);" alt=""></span> 
     298      <span class="b_expand"><img src="<!--{$TPL_URLPATH}-->img/button/btn_minus.png" onclick="fnSubToggle($('#sub_area'), this);" alt=""></span> 
    299299       </div> 
    300300    <div id="sub_area"> 
     
    338338<div class="title_box_sub clearfix"> 
    339339  <h2>その他のオススメ商品</h2> 
    340      <span class="b_expand"><img src="<!--{$TPL_URLPATH}-->img/common/btn_minus.png" onclick="fnWhoboughtToggle($('#whobought_area'), this);" alt=""></span> 
     340     <span class="b_expand"><img src="<!--{$TPL_URLPATH}-->img/button/btn_minus.png" onclick="fnWhoboughtToggle($('#whobought_area'), this);" alt=""></span> 
    341341      </div> 
    342342   
  • branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/confirm.tpl

    r21234 r21267  
    3939    areaEl.toggle(speed); 
    4040    if (stateCartconfirm == 0) { 
    41         $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/common/btn_plus.png"); 
     41        $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/button/btn_plus.png"); 
    4242        stateCartconfirm = 1; 
    4343    } else { 
    44         $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/common/btn_minus.png"); 
     44        $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/button/btn_minus.png"); 
    4545        stateCartconfirm = 0 
    4646    } 
     
    5151    areaEl.toggle(speed); 
    5252    if (stateDelivconfirm == 0) { 
    53         $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/common/btn_plus.png"); 
     53        $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/button/btn_plus.png"); 
    5454        stateDelivconfirm = 1; 
    5555    } else { 
    56         $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/common/btn_minus.png"); 
     56        $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/button/btn_minus.png"); 
    5757        stateDelivconfirm = 0 
    5858    } 
     
    6363    areaEl.toggle(speed); 
    6464    if (stateOtherconfirm == 0) { 
    65         $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/common/btn_plus.png"); 
     65        $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/button/btn_plus.png"); 
    6666        stateOtherconfirm = 1; 
    6767    } else { 
    68         $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/common/btn_minus.png"); 
     68        $(imgEl).attr("src", "<!--{$TPL_URLPATH}-->img/button/btn_minus.png"); 
    6969        stateOtherconfirm = 0 
    7070    } 
Note: See TracChangeset for help on using the changeset viewer.