source: branches/comu-utf8/data/Smarty/templates/mobile/shopping/deliv_date.tpl @ 15099

Revision 15099, 1.8 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

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="confirm">
14<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
15<input type="hidden" name="payment_id" value="<!--{$arrForm.payment_id.value}-->">
16<!--<input type="hidden" name="message" value="">-->
17<!--{if $tpl_login == 1}-->
18<!--<input type="hidden" name="point_check" value="2">-->
19<!--{/if}-->
20
21■配送日指定<br>
22<!--{assign var=key value="deliv_date"}-->
23<!--{if $arrErr[$key] != ""}-->
24<font color="red"><!--{$arrErr[$key]}--></font>
25<!--{/if}-->
26<!--{if $arrDelivDate}-->
27<select name="<!--{$key}-->">
28<option value="">指定なし</option>
29<!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}-->
30</select>
31<!--{else}-->
32ご指定頂けません。
33<!--{/if}-->
34<br><br>
35
36■時間帯指定<br>
37<!--{assign var=key value="deliv_time_id"}-->
38<!--{if $arrErr[$key] != ""}-->
39<font color="red"><!--{$arrErr[$key]}--></font>
40<!--{/if}-->
41<select name="<!--{$key}-->">
42<option value="">指定なし</option>
43<!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}-->
44</select>
45<br>
46
47<center><input type="submit" value="次へ"></center>
48<center><input type="submit" name="return" value="戻る"></center>
49</form>
50
51<br>
52<hr>
53
54<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
55<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
56
57<br>
58
59<!-- ▼フッター ここから -->
60<center>LOCKON CO.,LTD.</center>
61<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.