source: branches/dev/data/Smarty/templates/mobile/shopping/payment.tpl @ 11460

Revision 11460, 1.9 KB checked in by inoue, 17 years ago (diff)

モバイル版EC-CUBE

  • Property svn:eol-style set to native
Line 
1<center>ÇÛãÆü¡¦»Ùʧ¤¤»ØÄê</center>
2
3<hr>
4
5<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
6<input type="hidden" name="mode" value="confirm">
7<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
8<!--<input type="hidden" name="message" value="">-->
9<!--{if $tpl_login == 1}-->
10<!--<input type="hidden" name="point_check" value="2">-->
11<!--{/if}-->
12
13¢£ÇÛãÆü»þ»ØÄê<br>
14ÇÛÁ÷Æü»ØÄê<br>
15<!--{assign var=key value="deliv_date"}-->
16<!--{if $arrErr[$key] != ""}-->
17<font color="red"><!--{$arrErr[$key]}--></font>
18<!--{/if}-->
19<!--{if $arrDelivDate}-->
20<select name="<!--{$key}-->">
21<option value="" selected="">»ØÄê¤Ê¤·</option>
22<!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}-->
23</select>
24<!--{else}-->
25¤´»ØÄê失¤Þ¤»¤ó¡£
26<!--{/if}-->
27<br>
28
29»þ´ÖÂÓ»ØÄê<br>
30<!--{assign var=key value="deliv_time_id"}-->
31<!--{if $arrErr[$key] != ""}-->
32<font color="red"><!--{$arrErr[$key]}--></font>
33<!--{/if}-->
34<select name="<!--{$key}-->">
35<option value="" selected="">»ØÄê¤Ê¤·</option>
36<!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}-->
37</select>
38<br>
39
40<br>
41
42<center>»Ùʧ¤¤ÊýË¡»ØÄê</center>
43
44<hr>
45
46<!--{assign var=key value="payment_id"}-->
47<!--{if $arrErr[$key] != ""}-->
48<font color="red"><!--{$arrErr[$key]}--></font>
49<!--{/if}-->
50<!--{section name=cnt loop=$arrPayment}-->
51<input type="radio" name="<!--{$key}-->" value="<!--{$arrPayment[cnt].payment_id}-->" <!--{$arrPayment[cnt].payment_id|sfGetChecked:$arrForm[$key].value}-->>
52<!--{$arrPayment[cnt].payment_method|escape}-->
53<br>
54<!--{/section}-->
55
56<center><input type="submit" value="¼¡¤Ø"></center>
57</form>
58
59<br>
60<hr>
61
62<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
63<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
64
65<br>
66
67<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
68<center>LOCKON CO.,LTD.</center>
69<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.