source: branches/dev/data/Smarty/templates/mobile/nonmember/nonmember_set1.tpl @ 12744

Revision 12744, 2.0 KB checked in by nakanishi, 17 years ago (diff)
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
12    <input type="hidden" name="mode" value="nonmember">
13    <input type="hidden" name="mode2" value="set2">
14    <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
15   
16    <font color="#FF0000">*¤Ïɬ¿Ü¹àÌܤǤ¹¡£</font><br>
17    <br>
18
19    ¡Ú¥á¡¼¥ë¥¢¥É¥ì¥¹¡Û<font color="#FF0000">¢¨</font><br>
20    <font color="#FF0000"><!--{$arrErr.email}--></font>
21
22    <input type="text" name="email" value="<!--{$email|escape}-->" istyle="3">
23
24  <br>
25
26    ¡Ú¤ªÌ¾Á°¡Û<font color="#FF0000">¢¨</font><br>
27    <font color="#FF0000"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></font>
28    À«¡ÊÎ㡧½Âë¡Ë<br>
29    <input type="text" name="name01" value="<!--{$name01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br>
30
31    ̾¡ÊÎ㡧²Ö»Ò¡Ë<br>
32    <input type="text" name="name02" value="<!--{$name02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br>
33    <font color="#FF0000"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></font>
34
35    ¥«¥Ê/À«¡ÊÎ㡧¥·¥Ö¥ä¡Ë<br>
36    <input type="text" name="kana01" value="<!--{$kana01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
37
38    ¥«¥Ê/̾¡ÊÎ㡧¥Ï¥Ê¥³¡Ë<br>
39    <input type="text" name="kana02" value="<!--{$kana02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
40
41    <input type="submit" name="submit" value="¼¡¤Ø">
42
43    <!--{foreach from=$list_data key=key item=item}-->
44        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
45    <!--{/foreach}-->
46</form>
47
48<br>
49<hr>
50
51<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
52<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
53
54<br>
55
56<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
57<!--{include file='footer.tpl'}-->
58<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.