source: branches/version-2_12-multilang/data/Smarty/templates/sphone_en-US/contact/index.tpl @ 22320

Revision 22320, 8.2 KB checked in by m_uehara, 11 years ago (diff)

#2049 郵便番号検索へのリンクを削除します。

Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2012 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
23<script>
24    $(function() {
25        $('#contents')
26            .css('font-size', '100%')
27            .autoResizeTextAreaQ({
28                'max_rows': 50,
29                'extra_rows': 0
30            });
31    });
32</script>
33<section id="undercolumn">
34    <h2 class="title"><!--{$tpl_title|h}--></h2>
35    <div class="intro">
36        <p>We welcome questions and opinions.<br />
37           Please note that on holidays, a response will be sent the next business day or afterwards.</p>
38    </div>
39
40    <form name="form1" method="post" action="?">
41        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
42        <input type="hidden" name="mode" value="confirm" />
43
44        <dl class="form_entry">
45            <dt>Name&nbsp;<span class="attention">*</span></dt>
46            <dd>
47                <span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span>
48                <input type="text" name="name01"
49                    value="<!--{$arrForm.name01.value|default:$arrData.name01|h}-->"
50                    maxlength="<!--{$smarty.const.STEXT_LEN}-->"
51                    style="<!--{$arrErr.name01|sfGetErrorColor}-->" class="boxHarf text data-role-none" placeholder="Last name" />&nbsp;&nbsp;
52                <input type="text" name="name02"
53                    value="<!--{$arrForm.name02.value|default:$arrData.name02|h}-->"
54                    maxlength="<!--{$smarty.const.STEXT_LEN}-->"
55                    style="<!--{$arrErr.name02|sfGetErrorColor}-->" class="boxHarf text data-role-none" placeholder="Name" />
56            </dd>
57           
58            <dt>Postal code</dt>
59            <dd>
60                <!--{* <!--{assign var=key1 value="`$prefix`zip01"}--> *}-->
61                <!--{* <!--{assign var=key2 value="`$prefix`zip02"}--> *}-->
62                <!--{assign var=key1 value="`$prefix`zipcode"}-->
63                <!--{assign var=key4 value="`$prefix`addr01"}-->
64
65                <!--{* <span class="attention"><!--{$arrErr.zip01}--><!--{$arrErr.zip02}--></span> *}-->
66                <span class="attention"><!--{$arrErr.zipcode}--></span>
67
68                <p>
69                    <!--{*
70                    <input type="tel" name="zip01"
71                        value="<!--{$arrForm.zip01.value|default:$arrData.zip01|h}-->"
72                        max="<!--{$smarty.const.ZIP01_LEN}-->"
73                        style="<!--{$arrErr.zip01|sfGetErrorColor}-->; ime-mode: disabled;" class="boxShort text data-role-none" />&nbsp;-&nbsp;<input type="tel" name="zip02"
74                        value="<!--{$arrForm.zip02.value|default:$arrData.zip02|h}-->"
75                        max="<!--{$smarty.const.ZIP02_LEN}-->"
76                        style="<!--{$arrErr.zip02|sfGetErrorColor}-->; ime-mode: disabled;" class="boxShort text data-role-none" />
77                    *}-->
78                    <input type="tel" name="zipcode"
79                        value="<!--{$arrForm.zipcode.value|default:$arrData.zipcode|h}-->"
80                        max="<!--{$smarty.const.ZIPCODE_LEN}-->"
81                        style="<!--{$arrErr.zipcode|sfGetErrorColor}-->; ime-mode: disabled;" class="boxShort text data-role-none" />
82                </p>
83
84                <!--{* <a href="javascript:fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URLPATH}-->', '<!--{$key1}-->', '<!--{$key2}-->', '<!--{$key3}-->', '<!--{$key4}-->');" class="btn_sub btn_inputzip" rel="external">Automatic address input from postal code</a> *}-->
85            </dd>
86
87            <dt>Address</dt>
88            <dd>
89                <span class="attention"><!--{$arrErr.addr01}--><!--{$arrErr.addr02}--></span>
90
91                <input type="text" name="addr01"
92                    value="<!--{$arrForm.addr01.value|default:$arrData.addr01|h}-->"
93                    class="boxLong top text data-role-none"
94                    style="<!--{$arrErr.addr01|sfGetErrorColor}-->" placeholder="Municipality name" />
95                <input type="text" name="addr02"
96                    value="<!--{$arrForm.addr02.value|default:$arrData.addr02|h}-->"
97                    class="boxLong text data-role-none"
98                    style="<!--{$arrErr.addr02|sfGetErrorColor}-->" placeholder="House number/building name" />
99            </dd>
100
101            <dt>Telephone number</dt>
102            <dd>
103                <span class="attention"><!--{$arrErr.tel01}--><!--{$arrErr.tel02}--><!--{$arrErr.tel03}--></span>
104                <input type="tel" name="tel01"
105                    value="<!--{$arrForm.tel01.value|default:$arrData.tel01|h}-->"
106                    maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->"
107                    style="<!--{$arrErr.tel01|sfGetErrorColor}-->"
108                    class="boxShort text data-role-none" />&nbsp;-&nbsp;<input type="tel" name="tel02" value="<!--{$arrForm.tel02.value|default:$arrData.tel02|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.tel02|sfGetErrorColor}-->" class="boxShort text data-role-none" />&nbsp;-&nbsp;<input type="text" name="tel03" value="<!--{$arrForm.tel03.value|default:$arrData.tel03|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.tel03|sfGetErrorColor}-->" class="boxShort text data-role-none" />
109            </dd>
110
111            <dt>E-mail address&nbsp;<span class="attention">*</span></dt>
112            <dd>
113                <span class="attention"><!--{$arrErr.email}--><!--{$arrErr.email02}--></span>
114                <input type="email" name="email"
115                    value="<!--{$arrForm.email.value|default:$arrData.email|h}-->"
116                    style="<!--{$arrErr.email|sfGetErrorColor}-->"
117                    maxlength="<!--{$smarty.const.MTEXT_LEN}-->" class="boxLong top text data-role-none" />
118
119                <!--{* ログインしていれば入力済みにする *}-->
120                <!--{if $smarty.server.REQUEST_METHOD != 'POST' && $smarty.session.customer}-->
121                    <!--{assign var=email02 value=$arrData.email}-->
122                <!--{/if}-->
123
124                <input type="email" name="email02"
125                    value="<!--{$arrForm.email02.value|default:$email02|h}-->"
126                    style="<!--{$arrErr.email02|sfGetErrorColor}-->"
127                    maxlength="<!--{$smarty.const.MTEXT_LEN}-->" class="boxLong text data-role-none" placeholder="Input twice for confirmation" />
128            </dd>
129
130            <dt>Details of inquiry&nbsp;<span class="attention">*</span>
131                <span class="mini">(<!--{$smarty.const.MLTEXT_LEN}--> two-byte characters or less)</span></dt>
132            <dd><span class="attention"><!--{$arrErr.contents}--></span>
133                <textarea name="contents" id="contents" class="textarea data-role-none" rows="4" cols="42" style="<!--{$arrErr.contents|sfGetErrorColor}-->"><!--{"\n"}--><!--{$arrForm.contents.value|h}--></textarea>
134            </dd>
135
136        </dl>
137
138        <div class="btn_area">
139            <input type="submit" value="To confirmation page" class="btn data-role-none" name="confirm" id="confirm" />
140        </div>
141    </form>
142</section>
143
144<!--▼検索バー -->
145<section id="search_area">
146    <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
147        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
148        <input type="hidden" name="mode" value="search" />
149        <input type="search" name="name" id="search" value="" placeholder="Input keyword" class="searchbox" >
150    </form>
151</section>
152<!--▲検索バー -->
Note: See TracBrowser for help on using the repository browser.