source: branches/version-2_5-dev/data/Smarty/templates/default/mypage/change_confirm.tpl @ 20407

Revision 20407, 5.5 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/*
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="mypagecolumn">
26  <h2 class="title"><!--{$tpl_title|h}--></h2>
27    <!--{include file=$tpl_navi}-->
28    <div id="mycontents_area">
29    <h3><!--{$tpl_subtitle|h}--></h3>
30    <p>下記の内容で送信してもよろしいでしょうか?<br />
31      よろしければ、一番下の「完了ページへ」ボタンをクリックしてください。</p>
32
33
34    <form name="form1" id="form1" method="post" action="?">
35      <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
36      <input type="hidden" name="mode" value="complete" />
37      <input type="hidden" name="customer_id" value="<!--{$arrForm.customer_id|h}-->" />
38      <!--{foreach from=$arrForm key=key item=item}-->
39        <!--{if $key ne "mode" && $key ne "subm"}-->
40        <input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->" />
41        <!--{/if}-->
42      <!--{/foreach}-->
43      <table summary=" " class="delivname">
44        <colgroup width="30%"></colgroup>
45        <colgroup width="70%"></colgroup>
46        <tr>
47          <th>お名前<span class="attention">※</span></th>
48          <td><!--{$arrForm.name01|h}--> <!--{$arrForm.name02|h}--></td>
49        </tr>
50        <tr>
51          <th>お名前(フリガナ)<span class="attention">※</span></th>
52          <td><!--{$arrForm.kana01|h}--> <!--{$arrForm.kana02|h}--></td>
53        </tr>
54        <tr>
55          <th>郵便番号<span class="attention">※</span></th>
56          <td><!--{$arrForm.zip01}-->-<!--{$arrForm.zip02}--></td>
57        </tr>
58        <tr>
59          <th>住所<span class="attention">※</span></th>
60          <td><!--{$arrPref[$arrForm.pref]}--><!--{$arrForm.addr01|h}--><!--{$arrForm.addr02|h}--></td>
61        </tr>
62        <tr>
63          <th>電話番号<span class="attention">※</span></th>
64          <td><!--{$arrForm.tel01|h}-->-<!--{$arrForm.tel02}-->-<!--{$arrForm.tel03}--></td>
65        </tr>
66        <tr>
67          <th>FAX</th>
68          <td><!--{if strlen($arrForm.fax01) > 0}--><!--{$arrForm.fax01}-->-<!--{$arrForm.fax02}-->-<!--{$arrForm.fax03}--><!--{else}-->未登録<!--{/if}--></td>
69        </tr>
70        <tr>
71          <th>メールアドレス<span class="attention">※</span></th>
72          <td><a href="<!--{$arrForm.email|escape:'hex'}-->"><!--{$arrForm.email|escape:'hexentity'}--></a></td>
73        </tr>
74        <tr>
75          <th>携帯メールアドレス</th>
76          <td>
77            <!--{if strlen($arrForm.email_mobile) > 0}-->
78            <a href="<!--{$arrForm.email_mobile|escape:'hex'}-->"><!--{$arrForm.email_mobile|escape:'hexentity'}--></a>
79            <!--{else}-->
80            未登録
81            <!--{/if}-->
82          </td>
83        </tr>
84        <tr>
85          <th>性別<span class="attention">※</span></th>
86          <td><!--{$arrSex[$arrForm.sex]}--></td>
87        </tr>
88        <tr>
89          <th>職業</th>
90          <td><!--{$arrJob[$arrForm.job]|default:"未登録"|h}--></td>
91        </tr>
92        <tr>
93          <th>生年月日</th>
94          <td><!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}--><!--{$arrForm.year|h}-->年<!--{$arrForm.month|h}-->月<!--{$arrForm.day|h}-->日<!--{else}-->未登録<!--{/if}--></td>
95        </tr>
96        <tr>
97          <th>希望するパスワード<br />
98          </th>
99          <td><!--{$passlen}--></td>
100        </tr>
101        <tr>
102          <th>パスワードを忘れた時のヒント<span class="attention">※</span></th>
103          <td>質問:&nbsp;<!--{$arrReminder[$arrForm.reminder]|h}--><br />
104              答え:&nbsp;<!--{$arrForm.reminder_answer|h}--></td>
105        </tr>
106        <tr>
107          <th>メールマガジン送付について<span class="attention">※</span></th>
108          <td><!--{$arrMAILMAGATYPE[$arrForm.mailmaga_flg]}--></td>
109        </tr>
110      </table>
111
112      <div class="btn_area">
113            <ul>
114                <li>
115                        <a href="?" onclick="fnModeSubmit('return', '', ''); return false;" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back_on.jpg','back');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back.jpg','back');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" name="back" id="back" /></a>
116                </li>
117                <li>
118                      <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_complete_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_complete.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_complete.jpg" alt="送信" name="complete" id="complete" />
119                </li>
120            </ul>
121      </div>
122    </form>
123  </div>
124</div>
125<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.