source: branches/comu/data/Smarty/templates/mobile/shopping/deliv.tpl @ 12197

Revision 12197, 1.7 KB checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

  • Property svn:eol-style set to native
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.