Ignore:
Timestamp:
2012/12/28 11:06:37 (11 years ago)
Author:
h_yoshimoto
Message:

#1996 テキストボタン画像のCSS化を一旦コミット

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/default_en/entry/kiyaku.tpl

    r22157 r22175  
    3636            <ul> 
    3737                <li> 
    38                     <a href="<!--{$smarty.const.TOP_URLPATH}-->" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_cannot_on.jpg','b_noagree');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_cannot.jpg','b_noagree');"> 
    39                         <img src="<!--{$TPL_URLPATH}-->img/button/btn_entry_cannot.jpg" alt="Do not agree" border="0" name="b_noagree" /></a> 
     38                    <a href="<!--{$smarty.const.TOP_URLPATH}-->" class="bt04">Do not agree</a> 
    4039                </li> 
    4140                <li> 
    42                     <a href="<!--{$smarty.const.ENTRY_URL}-->" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_agree_on.jpg','b_agree');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_agree.jpg','b_agree');"> 
    43                 <img src="<!--{$TPL_URLPATH}-->img/button/btn_entry_agree.jpg" alt="Agree and register as a member" border="0" name="b_agree" /></a> 
     41                    <a href="<!--{$smarty.const.ENTRY_URL}-->" class="bt02 bt_wide">Agree and register as a member</a> 
    4442                </li> 
    4543            </ul> 
Note: See TracChangeset for help on using the changeset viewer.