source: branches/version-2_12-multilang/data/Smarty/templates/default_en/mypage/login.tpl @ 22262

Revision 22262, 4.8 KB checked in by michael_nelson, 11 years ago (diff)

#1992 英文テキストを調整

Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2012 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24
25<div id="undercolumn">
26    <h2 class="title"><!--{$tpl_title|h}--></h2>
27    <div id="undercolumn_login">
28        <form name="login_mypage" id="login_mypage" method="post" action="<!--{$smarty.const.HTTPS_URL}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_mypage')">
29        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
30        <input type="hidden" name="mode" value="login" />
31        <input type="hidden" name="url" value="<!--{$smarty.server.REQUEST_URI|h}-->" />
32
33        <div class="login_area">
34            <h3>Customers who have already completed member registration</h3>
35            <p class="inputtext">If you are a member, please log in with your e-mail address and password.</p>
36            <div class="inputbox">
37                <dl class="formlist clearfix">
38                    <!--{assign var=key value="login_email"}-->
39                    <span class="attention"><!--{$arrErr[$key]}--></span>
40                    <dt>E-mail address&nbsp;:</dt>
41                    <dd>
42                        <input type="text" name="<!--{$key}-->" value="<!--{$tpl_login_email|h}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->; ime-mode: disabled;" class="box300" />
43                        <p class="login_memory">
44                            <!--{assign var=key value="login_memory"}-->
45                            <input type="checkbox" name="<!--{$key}-->" value="1"<!--{$tpl_login_memory|sfGetChecked:1}--> id="login_memory" />
46                            <label for="login_memory">Remember e-mail address</label>
47                        </p>
48                    </dd>
49                </dl>
50                <dl class="formlist clearfix">
51                    <dt>
52                        <!--{assign var=key value="login_pass"}-->
53                        <span class="attention"><!--{$arrErr[$key]}--></span>
54                        Password&nbsp;:
55                    </dt>
56                    <dd>
57                        <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box300" />
58                    </dd>
59                </dl>
60                <div class="btn_area">
61                    <ul>
62                        <li>
63                            <button class="bt02">Login</button>
64                        </li>
65                    </ul>
66                </div>
67            </div>
68            <p>
69                * Forgot your password? Please click <a href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/forgot/<!--{$smarty.const.DIR_INDEX_PATH}-->" onclick="win01('<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/forgot/<!--{$smarty.const.DIR_INDEX_PATH}-->','forget','600','460'); return false;" target="_blank">here</a>.<br />
70                * Forgot your e-mail address? Please view the  <a href="<!--{$smarty.const.ROOT_URLPATH}-->contact/<!--{$smarty.const.DIR_INDEX_PATH}-->">Inquiry page</a>.
71            </p>
72        </div>
73
74        <div class="login_area">
75            <h3>Customers who have not yet registered</h3>
76            <p class="inputtext">After you register as a member, you can access MY page.<br />
77                By simply logging in, you can enjoy shopping without having to enter your name and address each time.
78            </p>
79            <div class="inputbox">
80                <div class="btn_area">
81                    <ul>
82                        <li>
83                        <!--{if $smarty.const.MEMBERS_CONTRACT === true}-->
84                        <a class="bt02 bt_wide" href="<!--{$smarty.const.ROOT_URLPATH}-->entry/kiyaku.php">Register as a member</a>
85                    <!--{else}-->
86                         <a class="bt02 bt_wide" href="<!--{$smarty.const.ROOT_URLPATH}-->entry">Register as a member</a>
87                    <!--{/if}-->
88                           
89                        </li>
90                    </ul>
91                </div>
92            </div>
93            </form>
94        </div>
95    </div>
96</div>
Note: See TracBrowser for help on using the repository browser.