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

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

#1992 英文テキストを調整

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<div id="undercolumn">
24    <div id="undercolumn_login">
25        <h2 class="title"><!--{$tpl_title|h}--></h2>
26        <form name="member_form" id="member_form" method="post" action="?" onsubmit="return fnCheckLogin('member_form')">
27        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
28        <input type="hidden" name="mode" value="login" />
29
30        <div class="login_area">
31            <h3>Customers who have already completed member registration</h3>
32            <p class="inputtext">If you are a member, log in by using the e-mail address and password used during registration</p>
33            <div class="inputbox">
34                <dl class="formlist clearfix">
35                    <!--{assign var=key value="login_email"}-->
36                    <dt>E-mail address&nbsp;:</dt>
37                    <dd>
38                        <!--{if strlen($arrErr[$key]) >= 1}--><span class="attention"><!--{$arrErr[$key]}--></span><br /><!--{/if}-->
39                        <input type="text" name="<!--{$key}-->" value="<!--{$tpl_login_email|h}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->; ime-mode: disabled;" class="box300" />
40                        <p class="login_memory">
41                            <!--{assign var=key value="login_memory"}-->
42                            <input type="checkbox" name="<!--{$key}-->" value="1"<!--{$tpl_login_memory|sfGetChecked:1}--> id="login_memory" />
43                            <label for="login_memory">Have the computer memorize your e-mail address</label>
44                        </p>
45                    </dd>
46                </dl>
47                <dl class="formlist clearfix">
48                    <dt>
49                        <!--{assign var=key value="login_pass"}-->
50                        <span class="attention"><!--{$arrErr[$key]}--></span>
51                        Password&nbsp;:
52                    </dt>
53                    <dd>
54                        <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box300" />
55                    </dd>
56                </dl>
57                <div class="btn_area">
58                    <ul>
59                        <li>
60                            <button class="bt02">Login</button>
61                        </li>
62                    </ul>
63                </div>
64            </div>
65            <p>
66                * If you have forgotten your password, request for a password to be reissued from <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 />
67                * If you have forgotten your e-mail address, inquire from <a href="<!--{$smarty.const.ROOT_URLPATH}-->contact/<!--{$smarty.const.DIR_INDEX_PATH}-->">the Inquiry page</a>.
68            </p>
69        </div>
70        </form>
71        <div class="login_area">
72            <h3>Customers who have not yet registered as a member</h3>
73
74
75            <h4>Register as a member</h4>
76            <p class="inputtext">When you register as a member, you can use the convenient 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" href="<!--{$smarty.const.ROOT_URLPATH}-->entry/kiyaku.php">Register as a member</a>
85                    <!--{else}-->
86                          <a class="bt02" href="<!--{$smarty.const.ROOT_URLPATH}-->entry">Register as a member</a>
87                    <!--{/if}-->
88                        </li>
89                    </ul>
90                </div>
91            </div>
92
93            <h4>Proceed to purchase items without registering as a member</h4>
94            <p class="inputtext">If you want to continue the purchasing procedure without registering as a member, proceed from below.</p>
95            <form name="member_form2" id="member_form2" method="post" action="?">
96            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
97            <input type="hidden" name="mode" value="nonmember" />
98            <div class="inputbox">
99                <div class="btn_area">
100                    <ul>
101                        <li>
102                            <button class="bt02">Purchase without an account</button>
103                        </li>
104                    </ul>
105                </div>
106            </div>
107            </form>
108        </div>
109    </div>
110</div>
Note: See TracBrowser for help on using the repository browser.