source: branches/dev/data/Smarty/templates/mobile/mypage/change.tpl @ 11460

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

モバイル版EC-CUBE

Line 
1<div align="center">ÅÐÏ¿ÆâÍÆÊѹ¹ 1/3</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.email}--></font>
11    <input type="text" name="email" value="<!--{$arrForm.email|escape}-->" istyle="3">
12    <br>
13
14    ¡Ú¥Ñ¥¹¥ï¡¼¥É¡Û<font color="#FF0000">¢¨</font><br>
15    ¡ÊȾ³Ñ±Ñ¿ô»ú<!--{$smarty.const.PASSWORD_LEN1}-->ʸ»ú°Ê¾å<!--{$smarty.const.PASSWORD_LEN2}-->ʸ»ú°ÊÆâ¡Ë<br>
16    <font color="#FF0000"><!--{$arrErr.password}--></font>
17    <!--{assign var="size" value="`$smarty.const.PASSWORD_LEN2+2`"}-->
18    <input type="password" name="password" value="<!--{$arrForm.password}-->" istyle="4" maxlength="<!--{$smarty.const.PASSWORD_LEN2}-->" size="<!--{$size}-->"><br>
19
20    ¡Ú¥Ñ¥¹¥ï¡¼¥É³ÎǧÍѤμÁÌä¡Û<font color="#FF0000">¢¨</font><br>
21    <font color="#FF0000"><!--{$arrErr.reminder}--></font>
22    <select name="reminder">
23        <option value="" selected>ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option>
24        <!--{html_options options=$arrReminder selected=$arrForm.reminder}-->
25    </select><br>
26
27    ¡Ú¼ÁÌä¤ÎÅú¤¨¡Û<font color="#FF0000">¢¨</font><br>
28    <font color="#FF0000"><!--{$arrErr.reminder_answer}--></font>
29    <input type="text" name="reminder_answer" value="<!--{$arrForm.reminder_answer|escape}-->" istyle="1"><br>
30
31    ¡Ú¤ªÌ¾Á°¡Û<font color="#FF0000">¢¨</font><br>
32    <font color="#FF0000"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></font>
33    À«¡ÊÎ㡧½Âë¡Ë<br>
34    <input type="text" name="name01" value="<!--{$arrForm.name01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br>
35
36    ̾¡ÊÎ㡧²Ö»Ò¡Ë<br>
37    <input type="text" name="name02" value="<!--{$arrForm.name02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br>
38    <font color="#FF0000"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></font>
39
40    ¥«¥Ê/À«¡ÊÎ㡧¥·¥Ö¥ä¡Ë<br>
41    <input type="text" name="kana01" value="<!--{$arrForm.kana01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
42
43    ¥«¥Ê/̾¡ÊÎ㡧¥Ï¥Ê¥³¡Ë<br>
44    <input type="text" name="kana02" value="<!--{$arrForm.kana02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
45
46    <input type="submit" name="confirm" value="¼¡¤Ø">
47</form>
48
49<br>
50<hr>
51
52<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
53<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
54
55<br>
56
57<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
58<!--{include file='footer.tpl'}-->
59<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.