source: branches/dev/data/Smarty/templates/mobile/nonmember/nonmember_deliv.tpl @ 12732

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