source: branches/comu-ver2/data/Smarty/templates/default/mypage/login.tpl @ 18700

Revision 18700, 4.7 KB checked in by nanasess, 14 years ago (diff)

Copyright の更新(#601)

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2010 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<!--▼CONTENTS-->
25<div id="under02column">
26  <div id="under02column_login">
27    <h2 class="title"><!--{$tpl_title|escape}--></h2>
28    <form name="login_mypage" id="login_mypage" method="post" action="./login_check.php" onsubmit="return fnCheckLogin('login_mypage')">
29    <input type="hidden" name="mode" value="login" />
30   <div class="loginarea">
31     <p><img src="<!--{$TPL_DIR}-->img/login/member.gif" width="202" height="16" alt="会員登録がお済みのお客様" /></p>
32     <p class="inputtext">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</p>
33       <div class="inputbox">
34       <!--{assign var=key value="mypage_login_email"}-->
35       <span class="attention"><!--{$arrErr[$key]}--></span>
36       <p><img src="<!--{$TPL_DIR}-->img/login/mailadress.gif" width="92" height="13" alt="メールアドレス" />&nbsp;
37         <input type="text" name="<!--{$key}-->"
38                value="<!--{$tpl_login_email|escape}-->"
39                maxlength="<!--{$arrForm[$key].length}-->"
40                style="<!--{$arrErr[$key]|sfGetErrorColor}-->; ime-mode: disabled;"
41                size="40" class="box300" />
42       </p>
43       <p class="mini">
44         <!--{assign var=key value="mypage_login_memory"}-->
45         <input type="checkbox" name="<!--{$key}-->" value="1" <!--{$tpl_login_memory|sfGetChecked:1}--> id="login_memory" />
46         <label for="login_memory">会員メールアドレスをコンピューターに記憶させる</label>
47       </p>
48       <p class="passwd">
49         <!--{assign var=key value="mypage_login_pass"}-->
50         <span class="attention"><!--{$arrErr[$key]}--></span>
51         <img src="<!--{$TPL_DIR}-->img/login/password.gif"
52              width="92" height="13" alt="パスワード" />
53         &nbsp;<input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box300" />
54       </p>
55     </div>
56     <div class="tblareabtn">
57      <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login.gif',this)" src="<!--{$TPL_DIR}-->img/login/b_login.gif" alt="ログイン" name="log" id="log" class="box140" />
58     </div>
59     <p class="inputtext02">
60       パスワードを忘れた方は<a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/<!--{$smarty.const.DIR_INDEX_URL}-->" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/<!--{$smarty.const.DIR_INDEX_URL}-->','forget','600','400'); return false;" target="_blank">こちら</a>からパスワードの再発行を行ってください。<br />
61      メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.URL_DIR}-->contact/<!--{$smarty.const.DIR_INDEX_URL}-->">お問い合わせページ</a>からお問い合わせください。
62     </p>
63  </div>
64  <div class="loginarea">
65    <p>
66      <img src="<!--{$TPL_DIR}-->img/login/guest.gif" width="247" height="16" alt="まだ会員登録されていないお客様" />
67    </p>
68    <p class="inputtext">会員登録をすると便利なMyページをご利用いただけます。<br />
69      また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます。
70    </p>
71    <div class="inputbox02">
72      <a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry_on.gif','b_gotoentry');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry.gif','b_gotoentry');">
73        <img src="<!--{$TPL_DIR}-->img/login/b_gotoentry.gif" width="130" height="30" alt="会員登録をする" border="0" name="b_gotoentry" /></a>
74    </div>
75  </div>
76</form>
77</div>
78</div>
79<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.