source: temp/branches/mobile/data/Smarty/templates/mobile/shopping/deliv.tpl @ 11454

Revision 11454, 1.6 KB checked in by rebelt, 17 years ago (diff)

お届け先登録ページと修正です。

  • Property svn:eol-style set to native
Line 
1<center>ÇÛÁ÷Àè»ØÄê</center>
2
3<hr>
4
5<!--{if $arrErr.deli != ""}-->
6<font color="#ff0000"><!--{$arrErr.deli}--></font>
7<!--{/if}-->
8
9<!--¢§CONTENTS-->
10<!--{section name=cnt loop=$arrAddr}-->
11<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
12<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
13<input type="hidden" name="deli" value="<!--{$smarty.section.cnt.iteration}-->">
14<!--{if $smarty.section.cnt.first}-->
15<input type="hidden" name="mode" value="customer_addr">
16<input type="hidden" name="other_deliv_id" value="">
17<!--{else}-->
18<input type="hidden" name="mode" value="other_addr">
19<input type="hidden" name="other_deliv_id" value="<!--{$arrAddr[cnt].other_deliv_id}-->">
20<!--{/if}-->
21¢£ÇÛÁ÷Àè<!--{$smarty.section.cnt.iteration}--><br>
22¢©<!--{$arrAddr[cnt].zip01}-->-<!--{$arrAddr[cnt].zip02}--><br>
23<!--{assign var=key value=$arrAddr[cnt].pref}--><!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|escape}--><br>
24<!--{if $arrAddr[cnt].addr02 != ""}-->
25<!--{$arrAddr[cnt].addr02|escape}--><br>
26<!--{/if}-->
27<center><input type="submit" value="¤³¤³¤ËÁ÷¤ë"></center>
28</form>
29<!--{/section}-->
30
31<br>
32
33¢£¤½¤Î¾¤Î¤ªÆϤ±Àè¤ò»ØÄê<br>
34<form method="get" action="deliv_addr.php">
35<center><input type="submit" value="¿·µ¬ÅÐÏ¿"></center>
36</form>
37<!--¢¥CONTENTS-->
38
39<br>
40<hr>
41
42<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
43<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
44
45<br>
46
47<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
48<center>LOCKON CO.,LTD.</center>
49<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.