source: branches/dev/data/Smarty/templates/mobile/nonmember/payment.tpl @ 12923

Revision 12923, 1.6 KB checked in by nakanishi, 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<form method="post" action="./payment.php">
14<input type="hidden" name="mode" value="deliv_date">
15<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
16<input type="hidden" name="deliv_date" value="<!--{$arrForm.deliv_date.value}-->">
17<input type="hidden" name="deliv_time_id" value="<!--{$arrForm.deliv_time_id.value}-->">
18<!--<input type="hidden" name="message" value="">-->
19<!--{if $tpl_login == 1}-->
20<!--<input type="hidden" name="point_check" value="2">-->
21<!--{/if}-->
22
23<!--{assign var=key value="payment_id"}-->
24<!--{if $arrErr[$key] != ""}-->
25<font color="red"><!--{$arrErr[$key]}--></font>
26<!--{/if}-->
27<!--{section name=cnt loop=$arrPayment}-->
28<input type="radio" name="<!--{$key}-->" value="<!--{$arrPayment[cnt].payment_id}-->" <!--{$arrPayment[cnt].payment_id|sfGetChecked:$arrForm[$key].value}-->>
29<!--{$arrPayment[cnt].payment_method|escape}-->
30<br>
31<!--{/section}-->
32
33<center><input type="submit" value="¼¡¤Ø"></center>
34<!--<center><input type="submit" name="return" value="Ìá¤ë"></center>-->
35</form>
36
37<br>
38<hr>
39
40<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
41<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
42
43<br>
44
45<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
46<center>LOCKON CO.,LTD.</center>
47<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.