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

Revision 21539, 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
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>会員登録がお済みのお客様</h3>
32            <p class="inputtext">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</p>
33            <div class="inputbox">
34                <dl class="formlist clearfix">
35                    <!--{assign var=key value="login_email"}-->
36                    <dt>メールアドレス&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">メールアドレスをコンピューターに記憶させる</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                        パスワード&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                            <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" />
61                        </li>
62                    </ul>
63                </div>
64            </div>
65            <p>
66                ※パスワードを忘れた方は<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 />
67                ※メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.ROOT_URLPATH}-->contact/<!--{$smarty.const.DIR_INDEX_PATH}-->">お問い合わせページ</a>からお問い合わせください。
68            </p>
69        </div>
70        </form>
71        <div class="login_area">
72            <h3>まだ会員登録されていないお客様</h3>
73
74
75            <h4>会員登録をする</h4>
76            <p class="inputtext">会員登録をすると便利なMyページをご利用いただけます。<br />
77                また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます。
78            </p>
79            <div class="inputbox">
80                <div class="btn_area">
81                    <ul>
82                        <li>
83                            <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');">
84                            <img src="<!--{$TPL_URLPATH}-->img/button/btn_entry.jpg" alt="会員登録をする" border="0" name="b_gotoentry" /></a>
85                        </li>
86                    </ul>
87                </div>
88            </div>
89
90            <h4>会員登録をせずに購入手続きへ進む</h4>
91            <p class="inputtext">会員登録をせずに購入手続きをされたい方は、下記よりお進みください。</p>
92            <form name="member_form2" id="member_form2" method="post" action="?">
93            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
94            <input type="hidden" name="mode" value="nonmember" />
95            <div class="inputbox">
96                <div class="btn_area">
97                    <ul>
98                        <li>
99                            <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" />
100                        </li>
101                    </ul>
102                </div>
103            </div>
104            </form>
105        </div>
106    </div>
107</div>
Note: See TracBrowser for help on using the repository browser.