source: branches/version-2_13-dev/data/Smarty/templates/default/mypage/change_confirm.tpl @ 23108

Revision 23108, 6.6 KB checked in by pineray, 11 years ago (diff)

#2349 マウスオーバーで画像を切り替える処理をスマートにする
img タグを対応.

  • 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/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24
25<div id="mypagecolumn">
26    <h2 class="title"><!--{$tpl_title|h}--></h2>
27    <!--{include file=$tpl_navi}-->
28    <div id="mycontents_area">
29        <h3><!--{$tpl_subtitle|h}--></h3>
30        <p>下記の内容で送信してもよろしいでしょうか?<br />
31            よろしければ、一番下の「完了ページへ」ボタンをクリックしてください。</p>
32
33        <form name="form1" id="form1" method="post" action="?">
34            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
35            <input type="hidden" name="mode" value="complete" />
36            <input type="hidden" name="customer_id" value="<!--{$arrForm.customer_id.value|h}-->" />
37            <!--{foreach from=$arrForm key=key item=item}-->
38                <!--{if $key ne "mode" && $key ne "subm"}-->
39                <input type="hidden" name="<!--{$key|h}-->" value="<!--{$item.value|h}-->" />
40                <!--{/if}-->
41            <!--{/foreach}-->
42            <table summary=" " class="delivname">
43                <col width="30%" />
44                <col width="70%" />
45                <tr>
46                    <th>お名前</th>
47                    <td><!--{$arrForm.name01.value|h}--> <!--{$arrForm.name02.value|h}--></td>
48                </tr>
49                <tr>
50                    <th>お名前(フリガナ)</th>
51                    <td><!--{$arrForm.kana01.value|h}--> <!--{$arrForm.kana02.value|h}--></td>
52                </tr>
53                <tr>
54                    <th>会社名</th>
55                    <td>
56                        <!--{$arrForm.company_name.value|h}-->
57                    </td>
58                </tr>
59                <!--{if $smarty.const.FORM_COUNTRY_ENABLE}-->
60                <tr>
61                    <th>国</th>
62                    <td>
63                        <!--{$arrCountry[$arrForm.country_id.value]|h}-->
64                    </td>
65                </tr>
66                <tr>
67                    <th>ZIP CODE</th>
68                    <td>
69                        <!--{$arrForm.zipcode.value|h}-->
70                    </td>
71                </tr>
72                <!--{/if}-->
73                <tr>
74                    <th>郵便番号</th>
75                    <td><!--{$arrForm.zip01.value}-->-<!--{$arrForm.zip02.value}--></td>
76                </tr>
77                <tr>
78                    <th>住所</th>
79                    <td><!--{$arrPref[$arrForm.pref.value]}--><!--{$arrForm.addr01.value|h}--><!--{$arrForm.addr02.value|h}--></td>
80                </tr>
81                <tr>
82                    <th>電話番号</th>
83                    <td><!--{$arrForm.tel01.value|h}-->-<!--{$arrForm.tel02.value}-->-<!--{$arrForm.tel03.value}--></td>
84                </tr>
85                <tr>
86                    <th>FAX</th>
87                    <td><!--{if strlen($arrForm.fax01.value) > 0}--><!--{$arrForm.fax01.value}-->-<!--{$arrForm.fax02.value}-->-<!--{$arrForm.fax03.value}--><!--{else}-->未登録<!--{/if}--></td>
88                </tr>
89                <tr>
90                    <th>メールアドレス</th>
91                    <td><a href="mailto:<!--{$arrForm.email.value|escape:'hex'}-->"><!--{$arrForm.email.value|escape:'hexentity'}--></a></td>
92                </tr>
93                <tr>
94                    <th>携帯メールアドレス</th>
95                    <td>
96                        <!--{if strlen($arrForm.email_mobile.value) > 0}-->
97                        <a href="mailto:<!--{$arrForm.email_mobile.value|escape:'hex'}-->"><!--{$arrForm.email_mobile.value|escape:'hexentity'}--></a>
98                        <!--{else}-->
99                        未登録
100                        <!--{/if}-->
101                    </td>
102                </tr>
103                <tr>
104                    <th>性別</th>
105                    <td><!--{$arrSex[$arrForm.sex.value]}--></td>
106                </tr>
107                <tr>
108                    <th>職業</th>
109                    <td><!--{$arrJob[$arrForm.job.value]|default:"未登録"|h}--></td>
110                </tr>
111                <tr>
112                    <th>生年月日</th>
113                    <td><!--{if strlen($arrForm.year.value) > 0 && strlen($arrForm.month.value) > 0 && strlen($arrForm.day.value) > 0}--><!--{$arrForm.year.value|h}-->年<!--{$arrForm.month.value|h}-->月<!--{$arrForm.day.value|h}-->日<!--{else}-->未登録<!--{/if}--></td>
114                </tr>
115                <tr>
116                    <th>希望するパスワード<br />
117                    </th>
118                    <td><!--{$passlen}--></td>
119                </tr>
120                <tr>
121                    <th>パスワードを忘れた時のヒント</th>
122                    <td>質問:&nbsp;<!--{$arrReminder[$arrForm.reminder.value]|h}--><br />
123                            答え:&nbsp;<!--{$arrForm.reminder_answer.value|h}--></td>
124                </tr>
125                <tr>
126                    <th>メールマガジン送付について</th>
127                    <td><!--{$arrMAILMAGATYPE[$arrForm.mailmaga_flg.value]}--></td>
128                </tr>
129            </table>
130
131            <div class="btn_area">
132                <ul>
133                    <li>
134                        <a href="?" onclick="eccube.setModeAndSubmit('return', '', ''); return false;">
135                            <img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" /></a>
136                    </li>
137                    <li>
138                        <input type="image" onmouseover="eccube.chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_complete_on.jpg',this)" onmouseout="eccube.chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_complete.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_complete.jpg" alt="送信" name="complete" id="complete" />
139                    </li>
140                </ul>
141            </div>
142        </form>
143    </div>
144</div>
Note: See TracBrowser for help on using the repository browser.