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

Revision 19785, 5.6 KB checked in by Seasoft, 13 years ago (diff)

#862(テンプレート上のエスケープを簡単に)
#628(未使用処理・定義などの削除)

  • Smarty 変数 tpl_start

#879(jQuery の ready イベントと競合する body の onload イベントを使用している)

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