1 | <!--{if $arrDisp.memo01 == $smarty.const.MDL_PAYGENT_ID && $arrDisp.memo08 == $smarty.const.PAYGENT_CREDIT}--> |
---|
2 | <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> |
---|
3 | <input type="hidden" name="paygent_type" value=""> |
---|
4 | <tr class="fs12n"> |
---|
5 | <td bgcolor="#f2f1ec" width="717" colspan="4">¢§¥Ú¥¤¥¸¥§¥ó¥È</td> |
---|
6 | </tr> |
---|
7 | <tr class="fs12n"> |
---|
8 | <td bgcolor="#f2f1ec" width="110">¥«¡¼¥É¥¹¥Æ¡¼¥¿¥¹</td> |
---|
9 | <!--{if $paygent_return != ""}--> |
---|
10 | <!--{if $paygent_return.return == true}--> |
---|
11 | <!--{assign var=message value=`$arrDispKind[$paygent_return.kind]`¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£}--> |
---|
12 | <!--{else}--> |
---|
13 | <!--{assign var=message value=`$arrDispKind[$paygent_return.kind]`¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£}--> |
---|
14 | <!--{/if}--> |
---|
15 | <!--{else}--> |
---|
16 | <!--{assign var=message value=`$arrDispKind[$arrDisp.memo09]`}--> |
---|
17 | <!--{/if}--> |
---|
18 | |
---|
19 | <td bgcolor="#ffffff"><!--{$message|default:"(̤½èÍý)"}--></td> |
---|
20 | </tr> |
---|
21 | <tr class="fs12n"> |
---|
22 | <td bgcolor="#f2f1ec" width="110">¥«¡¼¥ÉÅÅʸÁ÷¿®</td> |
---|
23 | <td bgcolor="#ffffff"> |
---|
24 | <!--{* |
---|
25 | <input type="button" onclick="fnModeSubmit('paygent_order','paygent_type','auth_cancel'); return false;" value="¥ª¡¼¥½¥ê¥¥ã¥ó¥»¥ë"> |
---|
26 | *}--> |
---|
27 | <!--{* ̤½èÍý¤Î»þ¤Î¤ß͸ú *}--> |
---|
28 | <!--{if $arrDisp.memo09 == "" && $paygent_return.return == ""}--> |
---|
29 | <input type="button" onclick="fnModeSubmit('paygent_order','paygent_type','card_commit'); return false;" value="Çä¾å"> |
---|
30 | <!--{else}--> |
---|
31 | <input type="button" value="Çä¾å" disabled="true"> |
---|
32 | <!--{/if}--> |
---|
33 | <!--{* Çä¾å¾õÂ֤λþ¤Î¤ß͸ú *}--> |
---|
34 | <!--{if $arrDisp.memo09 == $smarty.const.PAYGENT_CARD_COMMIT && $paygent_return.return == "" || |
---|
35 | ($paygent_return.kind == $smarty.const.PAYGENT_CARD_COMMIT && $paygent_return.return == true) }--> |
---|
36 | <input type="button" onclick="fnModeSubmit('paygent_order','paygent_type','card_commit_cancel'); return false;" value="Çä¾å¥¥ã¥ó¥»¥ë"> |
---|
37 | <!--{else}--> |
---|
38 | <input type="button" value="Çä¾å¥¥ã¥ó¥»¥ë" disabled="true"> |
---|
39 | <!--{/if}--> |
---|
40 | </td> |
---|
41 | </tr> |
---|
42 | </table> |
---|
43 | |
---|
44 | <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> |
---|
45 | <tr><td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td></tr> |
---|
46 | </table> |
---|
47 | <!--{/if}--> |
---|