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

Revision 11460, 2.3 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="set1">
5
6    <font color="#FF0000">*¤Ïɬ¿Ü¹àÌܤǤ¹¡£</font><br>
7    <br>
8
9    ¡Ú¤ªÌ¾Á°¡Û<font color="#FF0000">¢¨</font><br>
10    <font color="#FF0000"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></font>
11    À«¡ÊÎ㡧½Âë¡Ë<br>
12    <input type="text" name="name01" value="<!--{$arrForm.name01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br>
13
14    ̾¡ÊÎ㡧²Ö»Ò¡Ë<br>
15    <input type="text" name="name02" value="<!--{$arrForm.name02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br>
16    <font color="#FF0000"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></font>
17
18    ¥«¥Ê/À«¡ÊÎ㡧¥·¥Ö¥ä¡Ë<br>
19    <input type="text" name="kana01" value="<!--{$arrForm.kana01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
20
21    ¥«¥Ê/̾¡ÊÎ㡧¥Ï¥Ê¥³¡Ë<br>
22    <input type="text" name="kana02" value="<!--{$arrForm.kana02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
23
24    <br>
25
26    <!--{assign var=key1 value="zip01"}-->
27    <!--{assign var=key2 value="zip02"}-->
28    ¡Ú͹ÊØÈÖ¹æ¡Û<font color="#FF0000">*</font><br>
29    <font color="#FF0000"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></font>
30    <!--{assign var="size1" value="`$smarty.const.ZIP01_LEN+2`"}-->
31    <!--{assign var="size2" value="`$smarty.const.ZIP02_LEN+2`"}-->
32    <input size="<!--{$size1}-->" type="text" name="zip01" value="<!--{if $arrForm.zip01 == ""}--><!--{$arrForm.zip01|escape}--><!--{else}--><!--{$zip01|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" istyle="4">
33    &nbsp;-&nbsp;
34    <input size="<!--{$size2}-->" type="text" name="zip02" value="<!--{if $arrForm.zip02 == ""}--><!--{$arrForm.zip02|escape}--><!--{else}--><!--{$zip02|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP02_LEN}-->" istyle="4"><br>
35
36    <br>
37
38    <div align="center"><input type="submit" name="confirm" value="¼¡¤Ø"></div>
39
40</form>
41
42<br>
43
44<hr>
45
46<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
47<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
48
49<br>
50
51<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
52<!--{include file='footer.tpl'}-->
53<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.