source: branches/feature-module-update/data/Smarty/templates/mobile/shopping/deliv.tpl @ 15078

Revision 15078, 1.8 KB checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
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<!--{if $arrErr.deli != ""}-->
13<font color="#ff0000"><!--{$arrErr.deli}--></font>
14<!--{/if}-->
15
16<!--▼CONTENTS-->
17<!--{section name=cnt loop=$arrAddr}-->
18<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
19<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
20<input type="hidden" name="deli" value="<!--{$smarty.section.cnt.iteration}-->">
21<!--{if $smarty.section.cnt.first}-->
22<input type="hidden" name="mode" value="customer_addr">
23<input type="hidden" name="other_deliv_id" value="">
24<!--{else}-->
25<input type="hidden" name="mode" value="other_addr">
26<input type="hidden" name="other_deliv_id" value="<!--{$arrAddr[cnt].other_deliv_id}-->">
27<!--{/if}-->
28■配送先<!--{$smarty.section.cnt.iteration}--><br>
29〒<!--{$arrAddr[cnt].zip01}-->-<!--{$arrAddr[cnt].zip02}--><br>
30<!--{assign var=key value=$arrAddr[cnt].pref}--><!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|escape}--><br>
31<!--{if $arrAddr[cnt].addr02 != ""}-->
32<!--{$arrAddr[cnt].addr02|escape}--><br>
33<!--{/if}-->
34<center><input type="submit" value="ここに送る"></center>
35</form>
36<!--{/section}-->
37
38<br>
39
40■その他のお届け先を指定<br>
41<form method="get" action="deliv_addr.php">
42<center><input type="submit" value="新規登録"></center>
43</form>
44<!--▲CONTENTS-->
45
46<br>
47<hr>
48
49<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
50<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
51
52<br>
53
54<!-- ▼フッター ここから -->
55<center>LOCKON CO.,LTD.</center>
56<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.