source: branches/version-2_13-dev/data/Smarty/templates/sphone/forgot/index.tpl @ 23035

Revision 23035, 3.0 KB checked in by Seasoft, 11 years ago (diff)

#2044 (無駄な処理を改善する for 2.13.0)

  • スマートフォンでは無効な記述。削り忘れか。
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22
23<section id="windowcolumn">
24    <h2 class="title">パスワードを忘れた方</h2>
25    <form action="?" method="post" name="form1">
26        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
27        <input type="hidden" name="mode" value="mail_check" />
28        <div class="intro">
29            <p>ご登録時のメールアドレスと、ご登録されたお名前を入力して「次へ」ボタンをクリックしてください。</p>
30        </div>
31        <div class="window_area clearfix">
32            <p>
33                お名前<br />
34                <span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span>
35                <input type="text" name="name01"
36                    value="<!--{$arrForm.name01|default:''|h}-->"
37                    maxlength="<!--{$smarty.const.STEXT_LEN}-->"
38                    style="<!--{$arrErr.name01|sfGetErrorColor}-->;"
39                    class="boxHarf text data-role-none" placeholder="姓"/>&nbsp;&nbsp;
40                <input type="text" name="name02"
41                    value="<!--{$arrForm.name02|default:''|h}-->"
42                    maxlength="<!--{$smarty.const.STEXT_LEN}-->"
43                    style="<!--{$arrErr.name02|sfGetErrorColor}-->;"
44                    class="boxHarf text data-role-none" placeholder="名"/>
45            </p>
46            <hr />
47            <p>
48                メールアドレス<br />
49                <span class="attention"><!--{$arrErr.email}--></span>
50                <input type="email" name="email"
51                value="<!--{$tpl_login_email|h}-->"
52                style="<!--{$arrErr.email|sfGetErrorColor}-->;"
53                maxlength="200" class="text boxLong data-role-none" />
54            </p>
55            <span class="attention"><!--{$errmsg}--></span>
56            <hr />
57            <p class="attentionSt">【重要】新しくパスワードを発行いたしますので、お忘れになったパスワードはご利用できなくなります。</p>
58        </div>
59
60        <div class="btn_area"><p><input class="btn data-role-none" type="submit" value="次へ" /></p></div>
61    </form>
62</section>
Note: See TracBrowser for help on using the repository browser.