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

Revision 20717, 5.4 KB checked in by habu, 13 years ago (diff)

fix #1175 (スマートフォンの会員登録画面で、確認画面から戻るとデータが未入力状態になる)

お問い合わせページについても同様に修正。

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