Warning: Can't use blame annotator:
svn blame failed on branches/version-2_12-multilang/data/Smarty/templates/default/entry/confirm.tpl: バイナリファイル 'file:///home/svn/open/branches/version-2_12-multilang/data/Smarty/templates/default/entry/confirm.tpl' に対しては blame で各行の最終変更者を計算できません 195004

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

Revision 22205, 6.1 KB checked in by m_uehara, 11 years ago (diff)

#2004 郵便番号を2カラムから1カラムに変更しました。

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