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

Revision 21218, 4.7 KB checked in by Seasoft, 13 years ago (diff)

#1461 (HTML構文誤り)

  • 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 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2011 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<section id="undercolumn">
24       <h2 class="title"><!--{$tpl_title|h}--></h2>
25
26         <!--★インフォメーション★-->
27         <div class="information end">
28            <p>入力内容をご確認ください。</p>
29         </div>
30
31      <form name="form1" id="form1" method="post" action="?">
32           <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
33           <input type="hidden" name="mode" value="complete">
34           <!--{foreach from=$arrForm key=key item=item}-->
35           <input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->" />
36           <!--{/foreach}-->
37
38      <dl class="form_entry">
39
40         <dt>お名前</dt>
41          <dd><!--{$arrForm.name01|h}-->&nbsp;<!--{$arrForm.name02|h}--></dd>
42       
43         <dt>お名前(フリガナ)</dt>
44          <dd><!--{$arrForm.kana01|h}-->&nbsp;<!--{$arrForm.kana02|h}--></dd>
45         
46         <dt>住所</dt>
47          <dd>〒<!--{$arrForm.zip01|h}--> - <!--{$arrForm.zip02|h}--><br />
48                <!--{$arrPref[$arrForm.pref]|h}--><!--{$arrForm.addr01|h}--><!--{$arrForm.addr02|h}--></dd>
49
50         <dt>電話番号</dt>
51          <dd><!--{$arrForm.tel01|h}--> - <!--{$arrForm.tel02|h}--> - <!--{$arrForm.tel03|h}--></dd>
52       
53         <dt>FAX</dt>
54          <dd><!--{if strlen($arrForm.fax01) > 0 && strlen($arrForm.fax02) > 0 && strlen($arrForm.fax03) > 0}-->
55              <!--{$arrForm.fax01|h}--> - <!--{$arrForm.fax02|h}--> - <!--{$arrForm.fax03|h}-->
56              <!--{else}-->
57              未登録
58              <!--{/if}--></dd>
59
60         <dt>メールアドレス</dt>
61          <dd><a href="mailto:<!--{$arrForm.email|escape:'hex'}-->" rel="external"><!--{$arrForm.email|escape:'hexentity'}--></a></dd>
62       
63          <dt>性別</dt>
64          <dd><!--{if $arrForm.sex eq 1}-->
65              男性
66              <!--{else}-->
67              女性
68              <!--{/if}--></dd>
69       
70          <dt>職業</dt>
71           <dd><!--{$arrJob[$arrForm.job]|default:"未登録"|h}--></dd>
72
73          <dt>生年月日</dt>
74           <dd><!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}-->
75               <!--{$arrForm.year|h}-->年<!--{$arrForm.month|h}-->月<!--{$arrForm.day|h}-->日
76               <!--{else}-->
77               未登録
78               <!--{/if}--></dd>
79       
80          <dt>希望するパスワード</dt>
81           <dd><!--{$passlen}--></dd>
82       
83          <dt>パスワードを忘れた時のヒント</dt>
84           <dd>質問:<!--{$arrReminder[$arrForm.reminder]|h}--><br />
85               答え:<!--{$arrForm.reminder_answer|h}--></dd>
86
87          <dt>メールマガジン送付について</dt>
88           <dd><!--{if $arrForm.mailmaga_flg eq 1}-->
89               HTMLメール+テキストメールを受け取る
90               <!--{elseif $arrForm.mailmaga_flg eq 2}-->
91               テキストメールを受け取る
92               <!--{else}-->
93               受け取らない
94               <!--{/if}--></dd>
95        </dl>
96
97       <!--★ボタン★-->
98       <div class="btn_area">
99          <ul class="btn_btm">
100            <li><input type="submit" value="完了ページへ" class="btn data-role-none" name="send" id="send" /></li>
101            <li><a href="#" onclick="fnModeSubmit('return', '', ''); return false;" class="btn_back">戻る</a></li>
102          </ul>
103       </div>
104     </form>
105</section>
106<!--▼検索バー -->
107<section id="search_area">
108<form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
109<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
110<input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" >
111</form>
112</section>
113<!--▲検索バー -->
114<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.