Ignore:
Timestamp:
2013/08/21 23:24:50 (11 years ago)
Author:
pineray
Message:

#2349 マウスオーバーで画像を切り替える処理をスマートにする
img タグを対応.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/entry/kiyaku.tpl

    r23066 r23108  
    3636                <ul> 
    3737                    <li> 
    38                         <a href="<!--{$smarty.const.TOP_URLPATH}-->" onmouseover="eccube.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_cannot_on.jpg','b_noagree');" onmouseout="eccube.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_cannot.jpg','b_noagree');"> 
    39                             <img src="<!--{$TPL_URLPATH}-->img/button/btn_entry_cannot.jpg" alt="同意しない" border="0" name="b_noagree" /></a> 
     38                        <a href="<!--{$smarty.const.TOP_URLPATH}-->"> 
     39                            <img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_entry_cannot.jpg" alt="同意しない" /> 
     40                        </a> 
    4041                    </li> 
    4142                    <li> 
    42                         <a href="<!--{$smarty.const.ENTRY_URL}-->" onmouseover="eccube.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_agree_on.jpg','b_agree');" onmouseout="eccube.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_agree.jpg','b_agree');"> 
    43                     <img src="<!--{$TPL_URLPATH}-->img/button/btn_entry_agree.jpg" alt="同意して会員登録へ" border="0" name="b_agree" /></a> 
     43                        <a href="<!--{$smarty.const.ENTRY_URL}-->"> 
     44                            <img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_entry_agree.jpg" alt="同意して会員登録へ" /> 
     45                        </a> 
    4446                    </li> 
    4547                </ul> 
Note: See TracChangeset for help on using the changeset viewer.