source: branches/version-2_5-dev/data/Smarty/templates/sphone/entry/confirm.tpl @ 20764

Revision 20764, 5.4 KB checked in by nanasess, 13 years ago (diff)

#601 (コピーライトの更新)

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