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

Revision 18853, 5.8 KB checked in by Seasoft, 13 years ago (diff)

#626(表記の統一性の向上)

  • 括弧とスペースの使い方 (途中)
  • 名前の補助表記 (途中)
  • Property svn:eol-style set to LF
  • 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-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|escape}--></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|escape}-->" value="<!--{$item|escape}-->" />
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|escape}-->&nbsp;
40            <!--{$list_data.name02|escape}-->
41          </td>
42        </tr>
43        <tr>
44          <th>お名前(フリガナ)<span class="attention">※</span></th>
45          <td>
46            <!--{$list_data.kana01|escape}-->&nbsp;
47            <!--{$list_data.kana02|escape}-->
48          </td>
49        </tr>
50        <tr>
51          <th>郵便番号<span class="attention">※</span></th>
52          <td>
53            〒<!--{$list_data.zip01|escape}--> - <!--{$list_data.zip02|escape}-->
54          </td>
55        </tr>
56        <tr>
57          <th>住所<span class="attention">※</span></th>
58          <td>
59            <!--{$arrPref[$list_data.pref]|escape}--><!--{$list_data.addr01|escape}--><!--{$list_data.addr02|escape}-->
60          </td>
61        </tr>
62        <tr>
63          <th>電話番号<span class="attention">※</span></th>
64          <td>
65            <!--{$list_data.tel01|escape}--> - <!--{$list_data.tel02|escape}--> - <!--{$list_data.tel03|escape}-->
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|escape}--> - <!--{$list_data.fax02|escape}--> - <!--{$list_data.fax03|escape}-->
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]|escape|default:"未登録"}--></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|escape}-->年<!--{$list_data.month|escape}-->月<!--{$list_data.day|escape}-->日
103            <!--{else}-->
104            未登録
105            <!--{/if}-->
106          </td>
107        </tr>
108        <tr>
109          <th>希望するパスワード<span class="attention">※</span><br />
110            <span class="mini">パスワードは購入時に必要です</span>
111          </th>
112          <td><!--{$passlen}--></td>
113        </tr>
114        <tr>
115          <th>パスワードを忘れた時のヒント<span class="attention">※</span></th>
116          <td>
117              質問:<!--{$arrReminder[$list_data.reminder]|escape}--><br />
118              答え:<!--{$list_data.reminder_answer|escape}-->
119          </td>
120        </tr>
121        <tr>
122          <th>メールマガジン送付について<span class="attention">※</span></th>
123          <td>
124            <!--{if $list_data.mailmaga_flg eq 1}-->
125            HTMLメール+テキストメールを受け取る
126            <!--{elseif $list_data.mailmaga_flg eq 2}-->
127            テキストメールを受け取る
128            <!--{else}-->
129            受け取らない
130            <!--{/if}-->
131          </td>
132        </tr>
133      </table>
134
135      <div class="tblareabtn">
136        <a href="?" onclick="fnModeSubmit('return', '', ''); return false;" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/b_back_on.gif','back')" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/b_back.gif','back')"><img src="<!--{$TPL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="戻る" border="0" name="back" id="back" /></a>&nbsp;
137        <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/entry/b_entrycomp_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/entry/b_entrycomp.gif',this)" src="<!--{$TPL_DIR}-->img/entry/b_entrycomp.gif" class="box150" alt="送信" border="0" name="send" id="send" />
138      </div>
139    </form>
140  </div>
141</div>
142<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.