source: branches/version-2_12-dev/data/Smarty/templates/default/shopping/index.tpl @ 21537

Revision 21537, 6.4 KB checked in by Seasoft, 12 years ago (diff)

#1613 (ソース整形・ソースコメントの改善)

  • 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-2011 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<div id="undercolumn">
23    <div id="undercolumn_login">
24        <h2 class="title"><!--{$tpl_title|h}--></h2>
25        <form name="member_form" id="member_form" method="post" action="?" onsubmit="return fnCheckLogin('member_form')">
26        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
27        <input type="hidden" name="mode" value="login" />
28
29        <div class="login_area">
30            <h3>会員登録がお済みのお客様</h3>
31            <p class="inputtext">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</p>
32            <div class="inputbox">
33                <dl class="formlist clearfix">
34                    <!--{assign var=key value="login_email"}-->
35                    <dt>メールアドレス&nbsp;:</dt>
36                    <dd>
37                        <!--{if strlen($arrErr[$key]) >= 1}--><span class="attention"><!--{$arrErr[$key]}--></span><br /><!--{/if}-->
38                        <input type="text" name="<!--{$key}-->" value="<!--{$tpl_login_email|h}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->; ime-mode: disabled;" class="box300" />
39                        <p class="login_memory">
40                            <!--{assign var=key value="login_memory"}-->
41                            <input type="checkbox" name="<!--{$key}-->" value="1"<!--{$tpl_login_memory|sfGetChecked:1}--> id="login_memory" />
42                            <label for="login_memory">メールアドレスをコンピューターに記憶させる</label>
43                        </p>
44                    </dd>
45                </dl>
46                <dl class="formlist clearfix">
47                    <dt>
48                        <!--{assign var=key value="login_pass"}-->
49                        <span class="attention"><!--{$arrErr[$key]}--></span>
50                        パスワード&nbsp;:
51                    </dt>
52                    <dd>
53                        <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box300" />
54                    </dd>
55                </dl>
56                <div class="btn_area">
57                    <ul>
58                        <li>
59                            <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_login_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_login.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_login.jpg" alt="ログイン" name="log" id="log" />
60                        </li>
61                    </ul>
62                </div>
63            </div>
64            <p>
65                ※パスワードを忘れた方は<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">こちら</a>からパスワードの再発行を行ってください。<br />
66                ※メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.ROOT_URLPATH}-->contact/<!--{$smarty.const.DIR_INDEX_PATH}-->">お問い合わせページ</a>からお問い合わせください。
67            </p>
68        </div>
69        </form>
70        <div class="login_area">
71            <h3>まだ会員登録されていないお客様</h3>
72
73
74            <h4>会員登録をする</h4>
75            <p class="inputtext">会員登録をすると便利なMyページをご利用いただけます。<br />
76                また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます。
77            </p>
78            <div class="inputbox">
79                <div class="btn_area">
80                    <ul>
81                        <li>
82                            <a href="<!--{$smarty.const.ROOT_URLPATH}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_on.jpg','b_gotoentry');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry.jpg','b_gotoentry');">
83                            <img src="<!--{$TPL_URLPATH}-->img/button/btn_entry.jpg" alt="会員登録をする" border="0" name="b_gotoentry" /></a>
84                        </li>
85                    </ul>
86                </div>
87            </div>
88
89            <h4>会員登録をせずに購入手続きへ進む</h4>
90            <p class="inputtext">会員登録をせずに購入手続きをされたい方は、下記よりお進みください。</p>
91            <form name="member_form2" id="member_form2" method="post" action="?">
92            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
93            <input type="hidden" name="mode" value="nonmember" />
94            <div class="inputbox">
95                <div class="btn_area">
96                    <ul>
97                        <li>
98                            <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_buystep_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_buystep.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_buystep.jpg" alt="購入手続きへ" name="buystep" id="buystep" />
99                        </li>
100                    </ul>
101                </div>
102            </div>
103            </form>
104        </div>
105    </div>
106</div>
Note: See TracBrowser for help on using the repository browser.