Changeset 19885


Ignore:
Timestamp:
2011/01/12 14:41:48 (13 years ago)
Author:
yomoro
Message:

ボタンのCSS3対応 微修正

Location:
branches/version-2_5-dev/data/Smarty/templates/sphone
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/login.tpl

    r19802 r19885  
    5454     </div> 
    5555     <div class="tblareabtn"> 
    56       <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_login.gif',this)" src="<!--{$TPL_DIR}-->img/button/btn_login.gif" alt="ログイン" name="log" id="log" class="box140" /> 
     56      <input type="submit" value="ログイン" class="spbtn spbtn-shopping" width="130" height="30" alt="ログイン" name="log" id="log" /> 
    5757     </div> 
    5858     <p class="inputtext02"> 
     
    6969    </p> 
    7070    <div class="inputbox02"> 
    71       <a href="<!--{$smarty.const.URL_PATH}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_entry_on.gif','b_gotoentry');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_entry.gif','b_gotoentry');"> 
    72         <img src="<!--{$TPL_DIR}-->img/button/btn_entry.gif" width="130" height="30" alt="会員登録をする" border="0" name="b_gotoentry" /></a> 
     71        <a href="<!--{$smarty.const.URL_PATH}-->entry/kiyaku.php" class="spbtn spbtn-medeum"> 
     72                    会員登録をする</a>&nbsp; 
    7373    </div> 
    7474  </div> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/index.tpl

    r19883 r19885  
    2727   <div class="loginarea"> 
    2828     <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    29      <p><img src="<!--{$TPL_DIR}-->img/title/tit_sub_member.gif" width="202" height="16" alt="会員登録がお済みのお客様" /></p> 
     29     <h3>会員登録がお済みのお客様</h3> 
    3030     <p class="inputtext">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</p> 
    3131       <input type="hidden" name="mode" value="login" /> 
     
    6262      <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    6363    <div class="loginarea"> 
    64     <p> 
    65       <img src="<!--{$TPL_DIR}-->img/title/tit_sub_guest.gif" width="247" height="16" alt="まだ会員登録されていないお客様" /> 
    66     </p> 
     64    <h3>まだ会員登録されていないお客様</h3> 
    6765    <p class="inputtext">会員登録をすると便利なMyページをご利用いただけます。<br /> 
    6866      また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます。 
Note: See TracChangeset for help on using the changeset viewer.