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

Revision 21537, 5.9 KB checked in by Seasoft, 12 years ago (diff)

#1613 (ソース整形・ソースコメントの改善)

  • 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-2011 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<div id="mypagecolumn">
25    <h2 class="title"><!--{$tpl_title|h}--></h2>
26    <!--{include file=$tpl_navi}-->
27    <div id="mycontents_area">
28        <h3><!--{$tpl_subtitle|h}--></h3>
29        <p>下記の内容で送信してもよろしいでしょうか?<br />
30            よろしければ、一番下の「完了ページへ」ボタンをクリックしてください。</p>
31
32        <form name="form1" id="form1" method="post" action="?">
33        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
34        <input type="hidden" name="mode" value="complete" />
35        <input type="hidden" name="customer_id" value="<!--{$arrForm.customer_id|h}-->" />
36        <!--{foreach from=$arrForm key=key item=item}-->
37            <!--{if $key ne "mode" && $key ne "subm"}-->
38            <input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->" />
39            <!--{/if}-->
40        <!--{/foreach}-->
41        <table summary=" " class="delivname">
42            <col width="30%" />
43            <col width="70%" />
44            <tr>
45                <th>お名前<span class="attention">※</span></th>
46                <td><!--{$arrForm.name01|h}--> <!--{$arrForm.name02|h}--></td>
47            </tr>
48            <tr>
49                <th>お名前(フリガナ)<span class="attention">※</span></th>
50                <td><!--{$arrForm.kana01|h}--> <!--{$arrForm.kana02|h}--></td>
51            </tr>
52            <tr>
53                <th>郵便番号<span class="attention">※</span></th>
54                <td><!--{$arrForm.zip01}-->-<!--{$arrForm.zip02}--></td>
55            </tr>
56            <tr>
57                <th>住所<span class="attention">※</span></th>
58                <td><!--{$arrPref[$arrForm.pref]}--><!--{$arrForm.addr01|h}--><!--{$arrForm.addr02|h}--></td>
59            </tr>
60            <tr>
61                <th>電話番号<span class="attention">※</span></th>
62                <td><!--{$arrForm.tel01|h}-->-<!--{$arrForm.tel02}-->-<!--{$arrForm.tel03}--></td>
63            </tr>
64            <tr>
65                <th>FAX</th>
66                <td><!--{if strlen($arrForm.fax01) > 0}--><!--{$arrForm.fax01}-->-<!--{$arrForm.fax02}-->-<!--{$arrForm.fax03}--><!--{else}-->未登録<!--{/if}--></td>
67            </tr>
68            <tr>
69                <th>メールアドレス<span class="attention">※</span></th>
70                <td><a href="<!--{$arrForm.email|escape:'hex'}-->"><!--{$arrForm.email|escape:'hexentity'}--></a></td>
71            </tr>
72            <tr>
73                <th>携帯メールアドレス</th>
74                <td>
75                    <!--{if strlen($arrForm.email_mobile) > 0}-->
76                    <a href="<!--{$arrForm.email_mobile|escape:'hex'}-->"><!--{$arrForm.email_mobile|escape:'hexentity'}--></a>
77                    <!--{else}-->
78                    未登録
79                    <!--{/if}-->
80                </td>
81            </tr>
82            <tr>
83                <th>性別<span class="attention">※</span></th>
84                <td><!--{$arrSex[$arrForm.sex]}--></td>
85            </tr>
86            <tr>
87                <th>職業</th>
88                <td><!--{$arrJob[$arrForm.job]|default:"未登録"|h}--></td>
89            </tr>
90            <tr>
91                <th>生年月日</th>
92                <td><!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}--><!--{$arrForm.year|h}-->年<!--{$arrForm.month|h}-->月<!--{$arrForm.day|h}-->日<!--{else}-->未登録<!--{/if}--></td>
93            </tr>
94            <tr>
95                <th>希望するパスワード<span class="attention">※</span><br />
96                </th>
97                <td><!--{$passlen}--></td>
98            </tr>
99            <tr>
100                <th>パスワードを忘れた時のヒント<span class="attention">※</span></th>
101                <td>質問:&nbsp;<!--{$arrReminder[$arrForm.reminder]|h}--><br />
102                        答え:&nbsp;<!--{$arrForm.reminder_answer|h}--></td>
103            </tr>
104            <tr>
105                <th>メールマガジン送付について<span class="attention">※</span></th>
106                <td><!--{$arrMAILMAGATYPE[$arrForm.mailmaga_flg]}--></td>
107            </tr>
108        </table>
109
110        <div class="btn_area">
111            <ul>
112                <li>
113                    <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');">
114                        <img src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" name="back" id="back" /></a>
115                </li>
116                <li>
117                    <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_complete_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_complete.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_complete.jpg" alt="送信" name="complete" id="complete" />
118                </li>
119            </ul>
120        </div>
121        </form>
122    </div>
123</div>
Note: See TracBrowser for help on using the repository browser.