source: branches/version-2_5-dev/data/Smarty/templates/default/contact/index.tpl @ 19833

Revision 19833, 9.5 KB checked in by Seasoft, 13 years ago (diff)

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

  • Property svn:eol-style set to LF
  • 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-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_contact">
25    <h2 class="title"><!--{$tpl_title|h}--></h2>
26   
27    <p>お問い合わせはメールにて承っています。<br />
28    内容によっては回答をさしあげるのにお時間をいただくこともございます。また、土日、祝祭日、年末年始、夏期休暇期間は翌営業日以降の対応となりますのでご了承ください。</p>
29   
30    <p class="mini"><em>※ご注文に関するお問い合わせには、必ず「ご注文番号」と「お名前」をご記入の上、メールくださいますようお願いいたします。</em></p>
31   
32    <form name="form1" method="post" action="?">
33    <input type="hidden" name="mode" value="confirm" />
34   
35    <table summary="お問い合わせ">
36      <tr>
37        <th>お名前<span class="attention">※</span></th>
38        <td>
39          <span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span>
40          姓&nbsp;<input type="text"
41                         class="box120"
42                         name="name01"
43                         value="<!--{$arrForm.name01|default:$arrData.name01|h}-->"
44                         maxlength="<!--{$smarty.const.STEXT_LEN}-->"
45                         style="<!--{$arrErr.name01|sfGetErrorColor}-->; ime-mode: active;" /> 
46          名&nbsp;<input type="text" class="box120" name="name02"
47                         value="<!--{$arrForm.name02|default:$arrData.name02|h}-->"
48                         maxlength="<!--{$smarty.const.STEXT_LEN}-->"
49                         style="<!--{$arrErr.name02|sfGetErrorColor}-->; ime-mode: active;" />
50        </td>
51      </tr>
52      <tr>
53        <th>お名前(フリガナ)<span class="attention">※</span></th>
54        <td>
55          <span class="attention"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></span>
56          セイ&nbsp;<input type="text"
57                           class="box120"
58                           name="kana01"
59                           value="<!--{$arrForm.kana01|default:$arrData.kana01|h}-->"
60                           maxlength="<!--{$smarty.const.STEXT_LEN}-->"
61                           style="<!--{$arrErr.kana01|sfGetErrorColor}-->; ime-mode: active;" /> 
62          メイ&nbsp;<input type="text"
63                           class="box120"
64                           name="kana02"
65                           value="<!--{$arrForm.kana02|default:$arrData.kana02|h}-->"
66                           maxlength="<!--{$smarty.const.STEXT_LEN}-->"
67                           style="<!--{$arrErr.kana02|sfGetErrorColor}-->; ime-mode: active;" />
68        </td>
69      </tr>
70      <tr>
71        <th>郵便番号</th>
72        <td>
73          <span class="attention"><!--{$arrErr.zip01}--><!--{$arrErr.zip02}--></span>
74          <p>
75            〒&nbsp;
76            <input type="text"
77                   name="zip01"
78                   class="box60"
79                   value="<!--{$arrForm.zip01|default:$arrData.zip01|h}-->"
80                   maxlength="<!--{$smarty.const.ZIP01_LEN}-->"
81                   style="<!--{$arrErr.zip01|sfGetErrorColor}-->; ime-mode: disabled;" />&nbsp;-&nbsp;
82            <input type="text"
83                   name="zip02"
84                   class="box60"
85                   value="<!--{$arrForm.zip02|default:$arrData.zip02|h}-->"
86                   maxlength="<!--{$smarty.const.ZIP02_LEN}-->"
87                   style="<!--{$arrErr.zip02|sfGetErrorColor}-->; ime-mode: disabled;" /> 
88            <a href="http://search.post.japanpost.jp/zipcode/" target="_blank"><span class="fs12">郵便番号検索</span></a>
89          </p>
90          <p class="zipimg">
91            <a href="javascript:fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URL_PATH}-->', 'zip01', 'zip02', 'pref', 'addr01');">
92              <img src="<!--{$TPL_DIR}-->img/button/btn_address_input.gif" width="86" height="20" alt="住所自動入力" /></a>
93            <span class="mini">&nbsp;郵便番号を入力後、クリックしてください。</span>
94          </p>
95        </td>
96      </tr>
97      <tr>
98        <th>住所</th>
99        <td>
100          <span class="attention"><!--{$arrErr.pref}--><!--{$arrErr.addr01}--><!--{$arrErr.addr02}--></span>
101         
102          <select name="pref" style="<!--{$arrErr.pref|sfGetErrorColor}-->">
103          <option value="">都道府県を選択</option>
104          <!--{html_options options=$arrPref selected=$arrForm.pref|default:$arrData.pref|h}-->
105          </select>
106         
107          <p class="mini">
108            <input type="text"
109                   class="box380"
110                   name="addr01"
111                   value="<!--{$arrForm.addr01|default:$arrData.addr01|h}-->"
112                   style="<!--{$arrErr.addr01|sfGetErrorColor}-->; ime-mode: active;" /><br />
113            <!--{$smarty.const.SAMPLE_ADDRESS1}-->
114          </p>
115         
116          <p class="mini">
117            <input type="text"
118                   class="box380"
119                   name="addr02"
120                   value="<!--{$arrForm.addr02|default:$arrData.addr02|h}-->"
121                   style="<!--{$arrErr.addr02|sfGetErrorColor}-->; ime-mode: active;" /><br />
122            <!--{$smarty.const.SAMPLE_ADDRESS2}-->
123          </p>
124         
125          <p class="mini"><em>住所は2つに分けてご記入ください。マンション名は必ず記入してください。</em></p>
126        </td>
127      </tr>
128      <tr>
129        <th>電話番号</th>
130        <td>
131          <span class="attention"><!--{$arrErr.tel01}--><!--{$arrErr.tel02}--><!--{$arrErr.tel03}--></span>
132          <input type="text"
133                 class="box60"
134                 name="tel01"
135                 value="<!--{$arrForm.tel01|default:$arrData.tel01|h}-->"
136                 maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->"
137                 style="<!--{$arrErr.tel01|sfGetErrorColor}-->; ime-mode: disabled;" />&nbsp;-&nbsp;
138          <input type="text"
139                 class="box60"
140                 name="tel02"
141                 value="<!--{$arrForm.tel02|default:$arrData.tel02|h}-->"
142                 maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->"
143                 style="<!--{$arrErr.tel02|sfGetErrorColor}-->; ime-mode: disabled;" />&nbsp;-&nbsp;
144          <input type="text"
145                 class="box60"
146                 name="tel03"
147                 value="<!--{$arrForm.tel03|default:$arrData.tel03|h}-->"
148                 maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->"
149                 style="<!--{$arrErr.tel03|sfGetErrorColor}-->; ime-mode: disabled;" />
150        </td>
151      </tr>
152      <tr>
153        <th>メールアドレス<span class="attention">※</span></th>
154        <td>
155          <span class="attention"><!--{$arrErr.email}--><!--{$arrErr.email02}--></span>
156          <input type="text"
157                 class="box380"
158                 name="email"
159                 value="<!--{$arrForm.email|default:$arrData.email|h}-->"
160                 maxlength="<!--{$smarty.const.MTEXT_LEN}-->"
161                 style="<!--{$arrErr.email|sfGetErrorColor}-->; ime-mode: disabled;" /><br />
162          <!--{* ログインしていれば入力済みにする *}-->
163          <!--{if $smarty.server.REQUEST_METHOD != 'POST' && $smarty.session.customer}-->
164          <!--{assign var=email02 value=$arrData.email}-->
165          <!--{/if}-->
166          <input type="text"
167                 class="box380"
168                 name="email02"
169                 value="<!--{$arrForm.email02|h}-->"
170                 maxlength="<!--{$smarty.const.MTEXT_LEN}-->"
171                 style="<!--{$arrErr.email02|sfGetErrorColor}-->; ime-mode: disabled;" /><br />
172          <p class="mini"><em>確認のため2度入力してください。</em></p>
173        </td>
174      </tr>       
175      <tr>
176        <th>お問い合わせ内容<span class="attention">※</span><br />
177        <span class="mini">(全角<!--{$smarty.const.MLTEXT_LEN}-->字以下)</span></th>
178        <td>
179          <span class="attention"><!--{$arrErr.contents}--></span>
180          <textarea name="contents"
181                    class="area380"
182                    cols="60"
183                    rows="20"
184                    style="<!--{$arrErr.contents|sfGetErrorColor}-->; ime-mode: active;"><!--{$arrForm.contents|h}--></textarea>
185        </td>
186      </tr>
187    </table>
188   
189    <div class="tblareabtn">
190      <input type="image"
191             onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_confirm_on.gif', this)"
192             onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_confirm.gif', this)"
193             src="<!--{$TPL_DIR}-->img/button/btn_confirm.gif"
194             style="width:150px; height=30px;"
195             alt="確認ページへ"
196             name="confirm" />
197    </div>
198    </form>
199  </div>
200</div>
201<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.