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/shopping/index.tpl

    r22157 r22175  
    5858                    <ul> 
    5959                        <li> 
    60                             <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_login_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_login.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_login.jpg" alt="Login" name="log" id="log" /> 
     60                            <button class="bt02">Login</button> 
    6161                        </li> 
    6262                    </ul> 
     
    8181                    <ul> 
    8282                        <li> 
    83                             <a href="<!--{$smarty.const.ROOT_URLPATH}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_on.jpg','b_gotoentry');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry.jpg','b_gotoentry');"> 
    84                             <img src="<!--{$TPL_URLPATH}-->img/button/btn_entry.jpg" alt="Register as a member" border="0" name="b_gotoentry" /></a> 
     83                            <a class="bt02" href="<!--{$smarty.const.ROOT_URLPATH}-->entry/kiyaku.php">Register as a member</a> 
    8584                        </li> 
    8685                    </ul> 
     
    9796                    <ul> 
    9897                        <li> 
    99                             <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_buystep_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_buystep.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_buystep.jpg" alt="To purchase procedure" name="buystep" id="buystep" /> 
     98                            <button class="bt02">To purchase procedure</button> 
    10099                        </li> 
    101100                    </ul> 
Note: See TracChangeset for help on using the changeset viewer.