source: branches/comu/data/Smarty/templates/mobile/entry/index.tpl @ 11984

Revision 11984, 2.9 KB checked in by uehara, 17 years ago (diff)
  • Property svn:eol-style set to native
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<div align="center">²ñ°÷¾ðÊóÆþÎÏ 1/3</div>
9<hr>
10<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
11    <input type="hidden" name="mode" value="set1">
12
13    <font color="#FF0000">*¤Ïɬ¿Ü¹àÌܤǤ¹¡£</font><br>
14    <br>
15
16    ¡Ú¥á¡¼¥ë¥¢¥É¥ì¥¹¡Û<font color="#FF0000">¢¨</font><br>
17    <font color="#FF0000"><!--{$arrErr.email}--></font>
18<!--{if @$tpl_kara_mail_from}-->
19  <!--{$tpl_kara_mail_from|escape}-->
20<!--{else}-->
21    <input type="text" name="email" value="<!--{$email|escape}-->" istyle="3">
22<!--{/if}-->
23  <br>
24
25    ¡Ú¥Ñ¥¹¥ï¡¼¥É¡Û<font color="#FF0000">¢¨</font><br>
26    ¡ÊȾ³Ñ±Ñ¿ô»ú<!--{$smarty.const.PASSWORD_LEN1}-->ʸ»ú°Ê¾å<!--{$smarty.const.PASSWORD_LEN2}-->ʸ»ú°ÊÆâ¡Ë<br>
27    <font color="#FF0000"><!--{$arrErr.password}--></font>
28    <!--{assign var="size" value="`$smarty.const.PASSWORD_LEN2+2`"}-->
29    <input type="text" name="password" value="<!--{$arrForm.password}-->" istyle="4" maxlength="<!--{$smarty.const.PASSWORD_LEN2}-->" size="<!--{$size}-->"><br>
30
31    ¡Ú¥Ñ¥¹¥ï¡¼¥É³ÎǧÍѤμÁÌä¡Û<font color="#FF0000">¢¨</font><br>
32    <font color="#FF0000"><!--{$arrErr.reminder}--></font>
33    <select name="reminder">
34        <option value="">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option>
35        <!--{html_options options=$arrReminder selected=$reminder}-->
36    </select><br>
37
38    ¡Ú¼ÁÌä¤ÎÅú¤¨¡Û<font color="#FF0000">¢¨</font><br>
39    <font color="#FF0000"><!--{$arrErr.reminder_answer}--></font>
40    <input type="text" name="reminder_answer" value="<!--{$reminder_answer|escape}-->" istyle="1"><br>
41
42    ¡Ú¤ªÌ¾Á°¡Û<font color="#FF0000">¢¨</font><br>
43    <font color="#FF0000"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></font>
44    À«¡ÊÎ㡧½Âë¡Ë<br>
45    <input type="text" name="name01" value="<!--{$name01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br>
46
47    ̾¡ÊÎ㡧²Ö»Ò¡Ë<br>
48    <input type="text" name="name02" value="<!--{$name02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br>
49    <font color="#FF0000"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></font>
50
51    ¥«¥Ê/À«¡ÊÎ㡧¥·¥Ö¥ä¡Ë<br>
52    <input type="text" name="kana01" value="<!--{$kana01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
53
54    ¥«¥Ê/̾¡ÊÎ㡧¥Ï¥Ê¥³¡Ë<br>
55    <input type="text" name="kana02" value="<!--{$kana02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
56
57    <input type="submit" name="submit" value="¼¡¤Ø">
58
59    <!--{foreach from=$list_data key=key item=item}-->
60        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
61    <!--{/foreach}-->
62</form>
63
64<br>
65<hr>
66
67<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
68<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
69
70<br>
71
72<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
73<!--{include file='footer.tpl'}-->
74<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.