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

Revision 11460, 1.2 KB checked in by inoue, 17 years ago (diff)

モバイル版EC-CUBE

  • Property svn:eol-style set to native
Line 
1<div align="center">¤ªÆϤ±ÀèÅÐÏ¿³Îǧ</div>
2<hr>
3<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
4    <input type="hidden" name="mode" value="complete">
5
6    ¡Ú¸Ä¿Í¾ðÊó¡Û<br>
7    <!--{$list_data.name01|escape}-->¡¡<!--{$list_data.name02|escape}--><br>
8    <!--{$list_data.kana01|escape}-->¡¡<!--{$list_data.kana02|escape}--><br>
9    ¢©<!--{$list_data.zip01|escape}--> - <!--{$list_data.zip02|escape}--><br>
10    <!--{$arrPref[$list_data.pref]|escape}--><!--{$list_data.addr01|escape}--><!--{$list_data.addr02|escape}--><br>
11    <!--{$list_data.tel01|escape}-->-<!--{$list_data.tel02|escape}-->-<!--{$list_data.tel03|escape}--><br>
12
13    <div align="center"><input type="submit" name="submit" value="¼¡¤Ø"></div>
14
15    <!--{foreach from=$list_data key=key item=item}-->
16        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
17    <!--{/foreach}-->
18</form>
19
20<br>
21<hr>
22
23<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
24<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
25
26<br>
27
28<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
29<!--{include file='footer.tpl'}-->
30<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.