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/mypage/login.tpl

    r22157 r22175  
    6161                    <ul> 
    6262                        <li> 
    63                             <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" /> 
     63                            <button class="bt02">Login</button> 
    6464                        </li> 
    6565                    </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 bt_wide" href="<!--{$smarty.const.ROOT_URLPATH}-->entry/kiyaku.php">Register as a member</a> 
    8584                        </li> 
    8685                    </ul> 
Note: See TracChangeset for help on using the changeset viewer.