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

Revision 21866, 6.3 KB checked in by h_yoshimoto, 12 years ago (diff)

#1831 Copyrightを更新を誤っているので戻します

  • 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_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|h}-->" />
33        <!--{/foreach}-->
34
35        <table summary="入力内容確認">
36            <col width="30%" />
37            <col width="70%" />
38            <tr>
39                <th>お名前<span class="attention">※</span></th>
40                <td>
41                    <!--{$arrForm.name01|h}-->&nbsp;
42                    <!--{$arrForm.name02|h}-->
43                </td>
44            </tr>
45            <tr>
46                <th>お名前(フリガナ)<span class="attention">※</span></th>
47                <td>
48                    <!--{$arrForm.kana01|h}-->&nbsp;
49                    <!--{$arrForm.kana02|h}-->
50                </td>
51            </tr>
52            <tr>
53                <th>郵便番号<span class="attention">※</span></th>
54                <td>
55                    〒<!--{$arrForm.zip01|h}--> - <!--{$arrForm.zip02|h}-->
56                </td>
57            </tr>
58            <tr>
59                <th>住所<span class="attention">※</span></th>
60                <td>
61                    <!--{$arrPref[$arrForm.pref]|h}--><!--{$arrForm.addr01|h}--><!--{$arrForm.addr02|h}-->
62                </td>
63            </tr>
64            <tr>
65                <th>電話番号<span class="attention">※</span></th>
66                <td>
67                    <!--{$arrForm.tel01|h}--> - <!--{$arrForm.tel02|h}--> - <!--{$arrForm.tel03|h}-->
68                </td>
69            </tr>
70            <tr>
71                <th>FAX</th>
72                <td>
73                    <!--{if strlen($arrForm.fax01) > 0 && strlen($arrForm.fax02) > 0 && strlen($arrForm.fax03) > 0}-->
74                        <!--{$arrForm.fax01|h}--> - <!--{$arrForm.fax02|h}--> - <!--{$arrForm.fax03|h}-->
75                    <!--{else}-->
76                        未登録
77                    <!--{/if}-->
78                </td>
79            </tr>
80            <tr>
81                <th>メールアドレス<span class="attention">※</span></th>
82                <td>
83                    <a href="mailto:<!--{$arrForm.email|escape:'hex'}-->"><!--{$arrForm.email|escape:'hexentity'}--></a>
84                </td>
85            </tr>
86            <tr>
87                <th>性別<span class="attention">※</span></th>
88                <td>
89                    <!--{if $arrForm.sex eq 1}-->
90                    男性
91                    <!--{else}-->
92                    女性
93                    <!--{/if}-->
94                </td>
95            </tr>
96            <tr>
97                <th>職業</th>
98                <td><!--{$arrJob[$arrForm.job]|default:"未登録"|h}--></td>
99            </tr>
100            <tr>
101                <th>生年月日</th>
102                <td>
103                    <!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}-->
104                        <!--{$arrForm.year|h}-->年<!--{$arrForm.month|h}-->月<!--{$arrForm.day|h}-->日
105                    <!--{else}-->
106                    未登録
107                    <!--{/if}-->
108                </td>
109            </tr>
110            <tr>
111                <th>希望するパスワード<span class="attention">※</span><br />
112                </th>
113                <td><!--{$passlen}--></td>
114            </tr>
115            <tr>
116                <th>パスワードを忘れた時のヒント<span class="attention">※</span></th>
117                <td>
118                    質問:<!--{$arrReminder[$arrForm.reminder]|h}--><br />
119                    答え:<!--{$arrForm.reminder_answer|h}-->
120                </td>
121            </tr>
122            <tr>
123                <th>メールマガジン送付について<span class="attention">※</span></th>
124                <td>
125                    <!--{if $arrForm.mailmaga_flg eq 1}-->
126                    HTMLメール+テキストメールを受け取る
127                    <!--{elseif $arrForm.mailmaga_flg eq 2}-->
128                    テキストメールを受け取る
129                    <!--{else}-->
130                    受け取らない
131                    <!--{/if}-->
132                </td>
133            </tr>
134        </table>
135
136        <div class="btn_area">
137            <ul>
138                <li>
139                    <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="戻る" border="0" name="back" id="back" /></a>
140                </li>
141                <li>
142                    <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_entry_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_entry.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_entry.jpg" alt="会員登録をする" border="0" name="send" id="send" />
143                </li>
144            </ul>
145        </div>
146
147        </form>
148    </div>
149</div>
Note: See TracBrowser for help on using the repository browser.