source: branches/feature-module-update/data/Smarty/templates/mobile/entry/index.tpl @ 15079

Revision 15079, 3.1 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
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.