source: branches/dev/data/Smarty/templates/mobile/shopping/set2.tpl @ 11903

Revision 11903, 1.4 KB checked in by uehara, 17 years ago (diff)
  • 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<div align="center">¤ªÆϤ±ÀèÅÐÏ¿³Îǧ</div>
9<hr>
10<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
11    <input type="hidden" name="mode" value="complete">
12
13    ¡Ú¸Ä¿Í¾ðÊó¡Û<br>
14    <!--{$list_data.name01|escape}-->¡¡<!--{$list_data.name02|escape}--><br>
15    <!--{$list_data.kana01|escape}-->¡¡<!--{$list_data.kana02|escape}--><br>
16    ¢©<!--{$list_data.zip01|escape}--> - <!--{$list_data.zip02|escape}--><br>
17    <!--{$arrPref[$list_data.pref]|escape}--><!--{$list_data.addr01|escape}--><!--{$list_data.addr02|escape}--><br>
18    <!--{$list_data.tel01|escape}-->-<!--{$list_data.tel02|escape}-->-<!--{$list_data.tel03|escape}--><br>
19
20    <div align="center"><input type="submit" name="submit" value="¼¡¤Ø"></div>
21    <div align="center"><input type="submit" name="return" value="Ìá¤ë"></div>
22
23    <!--{foreach from=$list_data key=key item=item}-->
24        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
25    <!--{/foreach}-->
26</form>
27
28<br>
29<hr>
30
31<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
32<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
33
34<br>
35
36<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
37<!--{include file='footer.tpl'}-->
38<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.