- Timestamp:
- 2009/11/02 12:21:50 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/shopping/confirm.tpl
r18325 r18362 50 50 51 51 <p>下記ご注文内容で送信してもよろしいでしょうか?<br /> 52 よろしければ、 一番下の「<!--{if $payment_type != ""}-->次へ<!--{else}-->ご注文完了ページへ<!--{/if}-->」ボタンをクリックしてください。</p>52 よろしければ、「<!--{if $payment_type != ""}-->次へ<!--{else}-->ご注文完了ページへ<!--{/if}-->」ボタンをクリックしてください。</p> 53 53 54 54 <form name="form1" id="form1" method="post" action="?"> 55 55 <input type="hidden" name="mode" value="confirm" /> 56 56 <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> 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 57 66 <table summary="ご注文内容確認"> 58 67 <tr>
Note: See TracChangeset
for help on using the changeset viewer.