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 == $smarty.const.PAYGENT_CARD_COMMIT_CANCEL || ($paygent_return.kind == $smarty.const.PAYGENT_CARD_COMMIT_CANCEL && $paygent_return.return == true)}-->
|
---|
29 | <input type="button" onclick="fnModeSubmit('paygent_order','paygent_type','card_commit'); return false;" value="Çä¾å" disabled="true">
|
---|
30 | <!--{else}-->
|
---|
31 | <input type="button" onclick="fnModeSubmit('paygent_order','paygent_type','card_commit'); return false;" value="Çä¾å">
|
---|
32 | <!--{/if}-->
|
---|
33 | <input type="button" onclick="fnModeSubmit('paygent_order','paygent_type','card_commit_cancel'); return false;" value="Çä¾å¥¥ã¥ó¥»¥ë">
|
---|
34 | </td>
|
---|
35 | </tr>
|
---|
36 | </table>
|
---|
37 |
|
---|
38 | <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
---|
39 | <tr><td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td></tr>
|
---|
40 | </table>
|
---|
41 | <!--{/if}--> |
---|