source: branches/version-2_12-multilang/data/Smarty/templates/sphone_en-US/forgot/index.tpl @ 22470

Revision 22470, 2.8 KB checked in by m_uehara, 11 years ago (diff)

#2078 「Name」を「First name」に変更

Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2012 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">Retrieve Password</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            Please enter you registered e-mail address and name. When finished, click the 'Next' button..</p>
30        </div>
31        <div class="window_area clearfix">
32            <p>
33                Name<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="Last name"/>&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="First name"/>
45            </p>
46            <hr />
47            <p>
48                E-mail address<br />
49                <input type="email" name="email"
50                value="<!--{$tpl_login_email|h}-->"
51                style="<!--{$errmsg|sfGetErrorColor}-->; ime-mode: disabled;"
52                maxlength="200" class="boxLong data-role-none" />
53            </p>
54            <span class="attention"><!--{$errmsg}--></span>
55            <hr />
56            <p class="attentionSt">[Important] You will receive a new password and you will not be able to use your old password.</p>
57        </div>
58
59        <div class="btn_area"><p><input class="btn data-role-none" type="submit" value="Next" /></p></div>
60    </form>
61</section>
Note: See TracBrowser for help on using the repository browser.