Revision 15079,
1.6 KB
checked in by nanasess, 16 years ago
(diff) |
svn:mime-type application/x-httpd-php; charset=UTF-8 設定
|
-
Property svn:mime-type set to
application/x-httpd-php; charset=UTF-8
|
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.