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

Revision 11460, 2.0 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="set2">
5
6    <font color="#FF0000">*¤Ïɬ¿Ü¹àÌܤǤ¹¡£</font><br>
7    <br>
8
9    ¡ÚÅÔÆ»Éܸ©¡Û<font color="#FF0000">*</font><br>
10    <font color="#FF0000"><!--{$arrErr.pref}--><!--{$arrErr.addr01}--><!--{$arrErr.addr02}--></font>
11    <select name="pref">
12        <option value="" selected>ÅÔÆ»Éܸ©¤òÁªÂò</option>
13        <!--{html_options options=$arrPref selected=$arrForm.pref}-->
14    </select><br>
15
16    ¡Ú»Ô¶èĮ¼¡Û<font color="#FF0000">*</font><br>
17    <input type="text" name="addr01" value="<!--{$arrForm.addr01|escape}-->" istyle="1"><br>
18
19    ¡ÚÈÖÃÏ¡Û<font color="#FF0000">*</font><br>
20    <input type="text" name="addr02" value="<!--{$arrForm.addr02|escape}-->" istyle="1"><br>
21
22    ¡ÚÅÅÏÃÈÖ¹æ¡Û<font color="#FF0000">*</font><br>
23    <font color="#FF0000"><!--{$arrErr.tel01}--><!--{$arrErr.tel02}--><!--{$arrErr.tel03}--></font>
24    <!--{assign var="size" value="`$smarty.const.TEL_ITEM_LEN+2`"}-->
25    <input type="text" size="<!--{$size}-->" name="tel01" value="<!--{$arrForm.tel01|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4">
26    &nbsp;-&nbsp;
27    <input type="text" size="<!--{$size}-->" name="tel02" value="<!--{$arrForm.tel02|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4">
28    &nbsp;-&nbsp;
29    <input type="text" size="<!--{$size}-->" name="tel03" value="<!--{$arrForm.tel03|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4"><br>
30
31    <br>
32
33    <div align="center"><input type="submit" name="submit" value="¼¡¤Ø"></div>
34
35    <!--{foreach from=$list_data key=key item=item}-->
36        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
37    <!--{/foreach}-->
38</form>
39
40<br>
41<hr>
42
43<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
44<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
45
46<br>
47
48<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
49<!--{include file='footer.tpl'}-->
50<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.