source: branches/rel/data/Smarty/templates/mobile/shopping/payment.tpl @ 12157

Revision 12157, 1.5 KB checked in by uehara, 17 years ago (diff)
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<center>»Ùʧ¤¤ÊýË¡»ØÄê</center>
9
10<hr>
11
12<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
13<input type="hidden" name="mode" value="deliv_date">
14<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
15<input type="hidden" name="deliv_date" value="<!--{$arrForm.deliv_date.value}-->">
16<input type="hidden" name="deliv_time_id" value="<!--{$arrForm.deliv_time_id.value}-->">
17<!--<input type="hidden" name="message" value="">-->
18<!--{if $tpl_login == 1}-->
19<!--<input type="hidden" name="point_check" value="2">-->
20<!--{/if}-->
21
22<!--{assign var=key value="payment_id"}-->
23<!--{if $arrErr[$key] != ""}-->
24<font color="red"><!--{$arrErr[$key]}--></font>
25<!--{/if}-->
26<!--{section name=cnt loop=$arrPayment}-->
27<input type="radio" name="<!--{$key}-->" value="<!--{$arrPayment[cnt].payment_id}-->" <!--{$arrPayment[cnt].payment_id|sfGetChecked:$arrForm[$key].value}-->>
28<!--{$arrPayment[cnt].payment_method|escape}-->
29<br>
30<!--{/section}-->
31
32<center><input type="submit" value="¼¡¤Ø"></center>
33<center><input type="submit" name="return" value="Ìá¤ë"></center>
34</form>
35
36<br>
37<hr>
38
39<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
40<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
41
42<br>
43
44<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
45<center>LOCKON CO.,LTD.</center>
46<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.