1 | <!--{* |
---|
2 | /* |
---|
3 | * This file is part of EC-CUBE |
---|
4 | * |
---|
5 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. |
---|
6 | * |
---|
7 | * http://www.lockon.co.jp/ |
---|
8 | * |
---|
9 | * This program is free software; you can redistribute it and/or |
---|
10 | * modify it under the terms of the GNU General Public License |
---|
11 | * as published by the Free Software Foundation; either version 2 |
---|
12 | * of the License, or (at your option) any later version. |
---|
13 | * |
---|
14 | * This program is distributed in the hope that it will be useful, |
---|
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
17 | * GNU General Public License for more details. |
---|
18 | * |
---|
19 | * You should have received a copy of the GNU General Public License |
---|
20 | * along with this program; if not, write to the Free Software |
---|
21 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
---|
22 | */ |
---|
23 | *}--> |
---|
24 | <center>配達日時指定</center> |
---|
25 | |
---|
26 | <hr> |
---|
27 | |
---|
28 | <form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> |
---|
29 | <input type="hidden" name="mode" value="confirm"> |
---|
30 | <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> |
---|
31 | <input type="hidden" name="payment_id" value="<!--{$arrForm.payment_id.value}-->"> |
---|
32 | <!--<input type="hidden" name="message" value="">--> |
---|
33 | <!--{if $tpl_login == 1}--> |
---|
34 | <!--<input type="hidden" name="point_check" value="2">--> |
---|
35 | <!--{/if}--> |
---|
36 | |
---|
37 | ■配送日指定<br> |
---|
38 | <!--{assign var=key value="deliv_date"}--> |
---|
39 | <!--{if $arrErr[$key] != ""}--> |
---|
40 | <font color="red"><!--{$arrErr[$key]}--></font> |
---|
41 | <!--{/if}--> |
---|
42 | <!--{if $arrDelivDate}--> |
---|
43 | <select name="<!--{$key}-->"> |
---|
44 | <option value="">指定なし</option> |
---|
45 | <!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}--> |
---|
46 | </select> |
---|
47 | <!--{else}--> |
---|
48 | ご指定頂けません。 |
---|
49 | <!--{/if}--> |
---|
50 | <br><br> |
---|
51 | |
---|
52 | ■時間帯指定<br> |
---|
53 | <!--{assign var=key value="deliv_time_id"}--> |
---|
54 | <!--{if $arrErr[$key] != ""}--> |
---|
55 | <font color="red"><!--{$arrErr[$key]}--></font> |
---|
56 | <!--{/if}--> |
---|
57 | <select name="<!--{$key}-->"> |
---|
58 | <option value="">指定なし</option> |
---|
59 | <!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}--> |
---|
60 | </select> |
---|
61 | <br> |
---|
62 | |
---|
63 | <center><input type="submit" value="次へ"></center> |
---|
64 | <center><input type="submit" name="return" value="戻る"></center> |
---|
65 | </form> |
---|
66 | |
---|
67 | <br> |
---|
68 | <hr> |
---|
69 | |
---|
70 | <a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br> |
---|
71 | <a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br> |
---|
72 | |
---|
73 | <br> |
---|
74 | |
---|
75 | <!-- ▼フッター ここから --> |
---|
76 | <!--{include file='footer.tpl'}--> |
---|
77 | <!-- ▲フッター ここまで --> |
---|