Changeset 18362


Ignore:
Timestamp:
2009/11/02 12:21:50 (14 years ago)
Author:
pineray
Message:

購入手続きの確認画面で、確認内容の上部にもボタンを設置。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/shopping/confirm.tpl

    r18325 r18362  
    5050 
    5151        <p>下記ご注文内容で送信してもよろしいでしょうか?<br /> 
    52             よろしければ、一番下の「<!--{if $payment_type != ""}-->次へ<!--{else}-->ご注文完了ページへ<!--{/if}-->」ボタンをクリックしてください。</p> 
     52            よろしければ、「<!--{if $payment_type != ""}-->次へ<!--{else}-->ご注文完了ページへ<!--{/if}-->」ボタンをクリックしてください。</p> 
    5353 
    5454        <form name="form1" id="form1" method="post" action="?"> 
    5555            <input type="hidden" name="mode" value="confirm" /> 
    5656            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" /> 
     57 
     58            <div class="tblareabtn"> 
     59                <a href="./payment.php" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_back.gif',back03)"><img src="<!--{$TPL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="戻る" border="0" name="back03-top" id="back03-top" /></a>&nbsp; 
     60                <!--{if $payment_type != ""}--> 
     61                <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_next.gif',this)" src="<!--{$TPL_DIR}-->img/common/b_next.gif" alt="次へ" class="box150" name="next-top" id="next-top" /> 
     62                <!--{else}--> 
     63                <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/shopping/b_ordercomp_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/shopping/b_ordercomp.gif',this)" src="<!--{$TPL_DIR}-->img/shopping/b_ordercomp.gif" alt="ご注文完了ページへ" class="box150" name="next-top" id="next-top" />                <!--{/if}--> 
     64            </div> 
     65 
    5766            <table summary="ご注文内容確認"> 
    5867                <tr> 
Note: See TracChangeset for help on using the changeset viewer.