source: branches/version-2_13-dev/data/Smarty/templates/default/entry/confirm.tpl @ 23062

Revision 23062, 7.4 KB checked in by pineray, 11 years ago (diff)

#2342 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-2013 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_entry">
25        <h2 class="title"><!--{$tpl_title|h}--></h2>
26        <p>下記の内容で送信してもよろしいでしょうか?<br />
27            よろしければ、一番下の「会員登録をする」ボタンをクリックしてください。</p>
28        <form name="form1" id="form1" method="post" action="?">
29            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
30            <input type="hidden" name="mode" value="complete">
31            <!--{foreach from=$arrForm key=key item=item}-->
32                <input type="hidden" name="<!--{$key|h}-->" value="<!--{$item.value|h}-->" />
33            <!--{/foreach}-->
34
35            <table summary="入力内容確認">
36                <col width="30%" />
37                <col width="70%" />
38                <tr>
39                    <th>お名前</th>
40                    <td>
41                        <!--{$arrForm.name01.value|h}-->&nbsp;
42                        <!--{$arrForm.name02.value|h}-->
43                    </td>
44                </tr>
45                <tr>
46                    <th>お名前(フリガナ)</th>
47                    <td>
48                        <!--{$arrForm.kana01.value|h}-->&nbsp;
49                        <!--{$arrForm.kana02.value|h}-->
50                    </td>
51                </tr>
52                <tr>
53                    <th>会社名</th>
54                    <td>
55                        <!--{$arrForm.company_name.value|h}-->
56                    </td>
57                </tr>
58                <!--{if $smarty.const.FORM_COUNTRY_ENABLE}-->
59                <tr>
60                    <th>国</th>
61                    <td>
62                        <!--{$arrCountry[$arrForm.country_id].value|h}-->
63                    </td>
64                </tr>
65                <tr>
66                    <th>ZIP CODE</th>
67                    <td>
68                        <!--{$arrForm.zipcode.value|h}-->
69                    </td>
70                </tr>
71                <!--{/if}-->
72                <tr>
73                    <th>郵便番号</th>
74                    <td>
75                        〒<!--{$arrForm.zip01.value|h}--> - <!--{$arrForm.zip02.value|h}-->
76                    </td>
77                </tr>
78                <tr>
79                    <th>住所</th>
80                    <td>
81                        <!--{$arrPref[$arrForm.pref.value]|h}--><!--{$arrForm.addr01.value|h}--><!--{$arrForm.addr02.value|h}-->
82                    </td>
83                </tr>
84                <tr>
85                    <th>電話番号</th>
86                    <td>
87                        <!--{$arrForm.tel01.value|h}--> - <!--{$arrForm.tel02.value|h}--> - <!--{$arrForm.tel03.value|h}-->
88                    </td>
89                </tr>
90                <tr>
91                    <th>FAX</th>
92                    <td>
93                        <!--{if strlen($arrForm.fax01.value) > 0 && strlen($arrForm.fax02.value) > 0 && strlen($arrForm.fax03.value) > 0}-->
94                            <!--{$arrForm.fax01.value|h}--> - <!--{$arrForm.fax02.value|h}--> - <!--{$arrForm.fax03.value|h}-->
95                        <!--{else}-->
96                            未登録
97                        <!--{/if}-->
98                    </td>
99                </tr>
100                <tr>
101                    <th>メールアドレス</th>
102                    <td>
103                        <a href="mailto:<!--{$arrForm.email.value|escape:'hex'}-->"><!--{$arrForm.email.value|escape:'hexentity'}--></a>
104                    </td>
105                </tr>
106                <tr>
107                    <th>性別</th>
108                    <td>
109                        <!--{if $arrForm.sex.value eq 1}-->
110                        男性
111                        <!--{else}-->
112                        女性
113                        <!--{/if}-->
114                    </td>
115                </tr>
116                <tr>
117                    <th>職業</th>
118                    <td><!--{$arrJob[$arrForm.job.value]|default:"未登録"|h}--></td>
119                </tr>
120                <tr>
121                    <th>生年月日</th>
122                    <td>
123                        <!--{if strlen($arrForm.year.value) > 0 && strlen($arrForm.month.value) > 0 && strlen($arrForm.day.value) > 0}-->
124                            <!--{$arrForm.year.value|h}-->年<!--{$arrForm.month.value|h}-->月<!--{$arrForm.day.value|h}-->日
125                        <!--{else}-->
126                        未登録
127                        <!--{/if}-->
128                    </td>
129                </tr>
130                <tr>
131                    <th>希望するパスワード<br />
132                    </th>
133                    <td><!--{$passlen}--></td>
134                </tr>
135                <tr>
136                    <th>パスワードを忘れた時のヒント</th>
137                    <td>
138                        質問:<!--{$arrReminder[$arrForm.reminder.value]|h}--><br />
139                        答え:<!--{$arrForm.reminder_answer.value|h}-->
140                    </td>
141                </tr>
142                <tr>
143                    <th>メールマガジン送付について</th>
144                    <td>
145                        <!--{if $arrForm.mailmaga_flg.value eq 1}-->
146                        HTMLメール+テキストメールを受け取る
147                        <!--{elseif $arrForm.mailmaga_flg.value eq 2}-->
148                        テキストメールを受け取る
149                        <!--{else}-->
150                        受け取らない
151                        <!--{/if}-->
152                    </td>
153                </tr>
154            </table>
155
156            <div class="btn_area">
157                <ul>
158                    <li>
159                        <a href="?" onclick="fnModeSubmit('return', '', ''); return false;" onmouseover="eccube.common.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back_on.jpg','back')" onmouseout="eccube.common.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back.jpg','back')"><img src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" border="0" name="back" id="back" /></a>
160                    </li>
161                    <li>
162                        <input type="image" onmouseover="eccube.common.chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_entry_on.jpg',this)" onmouseout="eccube.common.chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_entry.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_entry.jpg" alt="会員登録をする" border="0" name="send" id="send" />
163                    </li>
164                </ul>
165            </div>
166
167        </form>
168    </div>
169</div>
Note: See TracBrowser for help on using the repository browser.