source: branches/beta/data/Smarty/templates/mobile/nonmember/deliv.tpl @ 15120

Revision 15120, 1.6 KB checked in by adati, 17 years ago (diff)

1.4.2betaのマージ

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<input type="hidden" name="mode" value="customer_addr">
22
23<input type="hidden" name="other_deliv_id" value="<!--{$arrAddr[cnt].other_deliv_id}-->">
24<!--{/if}-->
25¢£ÇÛÁ÷Àè<!--{$smarty.section.cnt.iteration}--><br>
26¢©<!--{$arrAddr[cnt].zip01}-->-<!--{$arrAddr[cnt].zip02}--><br>
27<!--{assign var=key value=$arrAddr[cnt].pref}--><!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|escape}--><br>
28<!--{if $arrAddr[cnt].addr02 != ""}-->
29<!--{$arrAddr[cnt].addr02|escape}--><br>
30<!--{/if}-->
31<center><input type="submit" value="¤³¤³¤ËÁ÷¤ë"></center>
32</form>
33<!--{/section}-->
34
35<br>
36
37¢£¤½¤Î¾¤Î¤ªÆϤ±Àè¤ò»ØÄê<br>
38<form method="get" action="deliv_addr.php">
39<input type="hidden" name="mode" value="other_addr">
40<center><input type="submit" value="¿·µ¬ÅÐÏ¿"></center>
41</form>
42<!--¢¥CONTENTS-->
43
44<br>
45<hr>
46
47<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
48<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
49
50<br>
51
52<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
53<center>LOCKON CO.,LTD.</center>
54<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.