source: branches/dev/data/Smarty/templates/mobile/entry/index.tpl @ 11460

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

モバイル版EC-CUBE

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