source: branches/feature-module-update/data/Smarty/templates/mobile/mypage/change.tpl @ 15078

Revision 15078, 3.0 KB checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
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    <input type="text" name="email" value="<!--{$arrForm.email|escape}-->" istyle="3">
19    <br>
20
21    【パスワード】<font color="#FF0000">※</font><br>
22    (半角英数字<!--{$smarty.const.PASSWORD_LEN1}-->文字以上<!--{$smarty.const.PASSWORD_LEN2}-->文字以内)<br>
23    <font color="#FF0000"><!--{$arrErr.password}--></font>
24    <!--{assign var="size" value="`$smarty.const.PASSWORD_LEN2+2`"}-->
25    <input type="password" name="password" value="<!--{$arrForm.password}-->" istyle="4" maxlength="<!--{$smarty.const.PASSWORD_LEN2}-->" size="<!--{$size}-->"><br>
26
27    【パスワード確認用の質問】<font color="#FF0000">※</font><br>
28    <font color="#FF0000"><!--{$arrErr.reminder}--></font>
29    <select name="reminder">
30        <option value="">選択してください</option>
31        <!--{html_options options=$arrReminder selected=$arrForm.reminder}-->
32    </select><br>
33
34    【質問の答え】<font color="#FF0000">※</font><br>
35    <font color="#FF0000"><!--{$arrErr.reminder_answer}--></font>
36    <input type="text" name="reminder_answer" value="<!--{$arrForm.reminder_answer|escape}-->" istyle="1"><br>
37
38    【お名前】<font color="#FF0000">※</font><br>
39    <font color="#FF0000"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></font>
40    姓(例:渋谷)<br>
41    <input type="text" name="name01" value="<!--{$arrForm.name01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br>
42
43    名(例:花子)<br>
44    <input type="text" name="name02" value="<!--{$arrForm.name02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br>
45    <font color="#FF0000"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></font>
46
47    カナ/姓(例:シブヤ)<br>
48    <input type="text" name="kana01" value="<!--{$arrForm.kana01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
49
50    カナ/名(例:ハナコ)<br>
51    <input type="text" name="kana02" value="<!--{$arrForm.kana02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br>
52
53    <input type="submit" name="confirm" value="次へ">
54
55    <!--{foreach from=$list_data key=key item=item}-->
56        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
57    <!--{/foreach}-->
58</form>
59
60<br>
61<hr>
62
63<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
64<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
65
66<br>
67
68<!-- ▼フッター ここから -->
69<!--{include file='footer.tpl'}-->
70<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.