source: branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/index.tpl @ 20407

Revision 20407, 4.3 KB checked in by kotani, 13 years ago (diff)

#812 (トランザクションIDの自動生成/自動検証), #1053 (transactionidが埋め込まれる前にクリックされるとエラー)

  • transactionid用hiddenタグをJavaScriptで生成しないように変更
  • 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-2010 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<!--▼CONTENTS-->
23<div id="under02column">
24  <div id="under02column_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   <div class="loginarea">
29     <h3>会員登録がお済みのお客様</h3>
30     <p class="inputtext">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</p>
31       <input type="hidden" name="mode" value="login" />
32       <div class="inputbox">
33       <!--{assign var=key value="login_email"}--><span class="attention"><!--{$arrErr[$key]}--></span>
34       <p>メールアドレス:&nbsp;
35         <input type="text" name="<!--{$key}-->"
36                value="<!--{$tpl_login_email|h}-->"
37                maxlength="<!--{$arrForm[$key].length}-->"
38                style="<!--{$arrErr[$key]|sfGetErrorColor}-->; ime-mode: disabled;"
39                size="40" class="box300" />
40       </p>
41       <p class="mini">
42         <input type="checkbox" name="login_memory" value="1" <!--{$tpl_login_memory|sfGetChecked:1}--> id="login_memory" />
43         <label for="login_memory">メールアドレスを記憶させる</label>
44       </p>
45       <p class="passwd">
46         <!--{assign var=key value="login_pass"}--><span class="attention"><!--{$arrErr[$key]}--></span>
47         パスワード:&nbsp;
48         <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box300" />
49       </p>
50     </div>
51     <div class="tblareabtn">
52     <input type="submit" value="ログイン" class="spbtn spbtn-shopping" width="130" height="30" alt="ログイン" name="log" id="log" />
53     </div>
54     <p class="inputtext02">
55       パスワードを忘れた方は<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 />
56      メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.ROOT_URLPATH}-->contact/<!--{$smarty.const.DIR_INDEX_PATH}-->">お問い合わせページ</a>からお問い合わせください。
57     </p>
58   </div>
59    </form>
60    <form name="member_form2" id="member_form2" method="post" action="?">
61      <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
62      <input type="hidden" name="mode" value="nonmember" />
63    <div class="loginarea">
64    <h3>まだ会員登録されていないお客様</h3>
65    <p class="inputtext">会員登録をすると便利なMyページをご利用いただけます。<br />
66      また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます。
67    </p>
68    <div class="inputbox02">
69    <a href="<!--{$smarty.const.ROOT_URLPATH}-->entry/kiyaku.php" class="spbtn spbtn-medeum">
70                    会員登録をする</a>&nbsp;
71      <input type="submit" value="購入手続きへ" class="spbtn spbtn-shopping" width="130" height="30" alt="購入手続きへ" name="buystep" id="buystep" />
72    </div>
73  </div>
74</form>
75</div>
76</div>
77<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.