Ignore:
Timestamp:
2013/08/15 08:54:40 (11 years ago)
Author:
pineray
Message:

#2342 JavaScript?のグローバルな宣言を減らす
eccubeオブジェクト内の階層を減らす.

File:
1 edited

Legend:

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

    r23062 r23066  
    3636                <ul> 
    3737                    <li> 
    38                         <a href="<!--{$smarty.const.TOP_URLPATH}-->" onmouseover="eccube.common.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_cannot_on.jpg','b_noagree');" onmouseout="eccube.common.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_cannot.jpg','b_noagree');"> 
     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');"> 
    3939                            <img src="<!--{$TPL_URLPATH}-->img/button/btn_entry_cannot.jpg" alt="同意しない" border="0" name="b_noagree" /></a> 
    4040                    </li> 
    4141                    <li> 
    42                         <a href="<!--{$smarty.const.ENTRY_URL}-->" onmouseover="eccube.common.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_agree_on.jpg','b_agree');" onmouseout="eccube.common.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_agree.jpg','b_agree');"> 
     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');"> 
    4343                    <img src="<!--{$TPL_URLPATH}-->img/button/btn_entry_agree.jpg" alt="同意して会員登録へ" border="0" name="b_agree" /></a> 
    4444                    </li> 
Note: See TracChangeset for help on using the changeset viewer.