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

ボタンのCSS3対応

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

Legend:

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

    r19785 r19887  
    134134      <div class="tblareabtn"> 
    135135        <a href="?" onclick="fnModeSubmit('return', '', ''); return false;" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_back_on.gif','back')" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_back.gif','back')"><img src="<!--{$TPL_DIR}-->img/button/btn_back.gif" width="150" height="30" alt="戻る" border="0" name="back" id="back" /></a>&nbsp; 
    136         <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_entry_complete_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_entry_complete.gif',this)" src="<!--{$TPL_DIR}-->img/button/btn_entry_complete.gif" class="box150" alt="送信" border="0" name="send" id="send" /> 
     136        <input type="submit" value="送信" class="spbtn spbtn-shopping" width="130" height="30" alt="送信" name="send" id="send" /> 
    137137      </div> 
    138138    </form> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/entry/index.tpl

    r19807 r19887  
    3737 
    3838            <div class="tblareabtn"> 
    39                 <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_confirm_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_confirm.gif',this)" src="<!--{$TPL_DIR}-->img/button/btn_confirm.gif" class="box150" alt="確認ページへ" name="confirm" id="confirm" /> 
     39            <input type="submit" value="確認ページへ" class="spbtn spbtn-shopping" width="130" height="30" alt="確認ページへ" name="confirm" id="confirm" /> 
    4040            </div> 
    4141        </form> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/entry/kiyaku.tpl

    r19833 r19887  
    3131       <div class="tblareabtn"> 
    3232       <!--{if $is_campaign}--> 
    33          <a href="javascript:history.back();" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_entry_cannot_on.gif','b_noagree');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_entry_cannot.gif','b_noagree');"> 
    34            <img src="<!--{$TPL_DIR}-->img/button/btn_entry_cannot.gif" width="180" height="30" alt="同意しない" border="0" name="b_noagree" /></a>&nbsp; 
     33          <a href="javascript:history.back();" class="spbtn spbtn-medeum"> 
     34                    同意しない</a>&nbsp; 
    3535       <!--{else}--> 
    36          <a href="<!--{$smarty.const.TOP_URL_PATH}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_entry_cannot_on.gif','b_noagree');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_entry_cannot.gif','b_noagree');"> 
    37            <img src="<!--{$TPL_DIR}-->img/button/btn_entry_cannot.gif" width="180" height="30" alt="同意しない" border="0" name="b_noagree" /></a>&nbsp; 
     36       <a href="<!--{$smarty.const.TOP_URL_PATH}-->" class="spbtn spbtn-medeum"> 
     37                    同意しない</a>&nbsp; 
    3838       <!--{/if}--> 
    39          <a href="<!--{$smarty.const.ENTRY_URL}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_entry_agree_on.gif','b_agree');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_entry_agree.gif','b_agree');"> 
    40            <img src="<!--{$TPL_DIR}-->img/button/btn_entry_agree.gif" width="180" height="30" alt="規約に同意して会員登録" border="0" name="b_agree" /></a> 
     39       <a href="<!--{$smarty.const.ENTRY_URL}-->" class="spbtn spbtn-shopping"> 
     40                    規約に同意して会員登録</a>&nbsp; 
    4141       </div> 
    4242     </form> 
Note: See TracChangeset for help on using the changeset viewer.