source: branches/comu-ver2/data/Smarty/templates/default/entry/index.tpl @ 17095

Revision 17095, 12.8 KB checked in by pineray, 16 years ago (diff)

Chgset17037,17040-17046のマージ

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2007 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">
25    <h2 class="title">
26      <img src="<!--{$TPL_DIR}-->img/entry/title.jpg" width="580" height="40" alt="会員登録" />
27    </h2>
28    <p>ご登録されますと、まずは仮会員となります。<br />
29      入力されたメールアドレスに、ご連絡が届きますので、本会員になった上でお買い物をお楽しみください。</p>
30    <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
31      <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
32      <input type="hidden" name="mode" value="confirm" />
33
34      <table summary="会員登録フォーム">
35        <tr>
36          <th>お名前<span class="attention">※</span></th>
37          <td>
38            <span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span>
39            姓&nbsp;<input type="text" name="name01" size="15" value="<!--{$name01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.name01|sfGetErrorColor}-->; ime-mode: active;" class="box120" />&nbsp;
40            名&nbsp;<input type="text" name="name02" size="15" value="<!--{$name02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.name02|sfGetErrorColor}-->; ime-mode: active;" class="box120" />
41          </td>
42        </tr>
43        <tr>
44          <th>お名前(フリガナ)<span class="attention">※</span></th>
45          <td>
46            <span class="attention"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></span>
47            セイ&nbsp;<input type="text" name="kana01" size="15" class="box120" value="<!--{$kana01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.kana01|sfGetErrorColor}-->; ime-mode: active;" />&nbsp;
48            メイ&nbsp;<input type="text" name="kana02" size="15" class="box120" value="<!--{$kana02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.kana02|sfGetErrorColor}-->; ime-mode: active;" />
49          </td>
50        </tr>
51        <tr>
52          <th>郵便番号<span class="attention">※</span></th>
53          <td>
54            <!--{assign var=key1 value="zip01"}-->
55            <!--{assign var=key2 value="zip02"}-->
56            <span class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></span>
57            <p>〒&nbsp;<input type="text" name="zip01" value="<!--{if $zip01 == ""}--><!--{$arrOtherDeliv.zip01|escape}--><!--{else}--><!--{$zip01|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" style="<!--{$arrErr.zip01|sfGetErrorColor}-->; ime-mode: disabled;" size="6" class="box60" />&nbsp;-&nbsp;<input type="text" name="zip02" value="<!--{if $zip02 == ""}--><!--{$arrOtherDeliv.zip02|escape}--><!--{else}--><!--{$zip02|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP02_LEN}-->" style="<!--{$arrErr.zip02|sfGetErrorColor}-->; ime-mode: disabled;" size="6" class="box60" />&nbsp;
58              <a href="http://search.post.japanpost.jp/zipcode/" target="_blank"><span class="fs10">郵便番号検索</span></a></p>
59              <p class="zipimg">
60                <a href="<!--{$smarty.const.URL_DIR}-->address/index.php" onclick="fnCallAddress('<!--{$smarty.const.URL_INPUT_ZIP}-->', 'zip01', 'zip02', 'pref', 'addr01'); return false;" target="_blank"><img src="<!--{$TPL_DIR}-->img/common/address.gif" width="86" height="20" alt="住所自動入力" />
61                </a>
62                <span class="mini">&nbsp;郵便番号を入力後、クリックしてください。</span>
63              </p>
64          </td>
65        </tr>
66        <tr>
67          <th>住所<span class="attention">※</span></th>
68          <td><span class="attention"><!--{$arrErr.pref}--><!--{$arrErr.addr01}--><!--{$arrErr.addr02}--></span>
69              <select name="pref" style="<!--{$arrErr.pref|sfGetErrorColor}-->">
70                <option value="" selected="selected">都道府県を選択</option>
71                <!--{html_options options=$arrPref selected=$pref}-->
72              </select>
73             <p class="mini"><input type="text" name="addr01" size="40" class="box380" value="<!--{$addr01|escape}-->" style="<!--{$arrErr.addr01|sfGetErrorColor}-->; ime-mode: active;" /><br />
74             <!--{$smarty.const.SAMPLE_ADDRESS1}--></p>
75             <p class="mini"><input type="text" name="addr02" size="40" value="<!--{$addr02|escape}-->" style="<!--{$arrErr.addr02|sfGetErrorColor}-->; ime-mode: active;" class="box380" /><br />
76             <!--{$smarty.const.SAMPLE_ADDRESS2}--></p>
77            <p class="mini"><em>住所は2つに分けてご記入いただけます。マンション名は必ず記入してください。</em></p>
78          </td>
79        </tr>
80        <tr>
81          <th>電話番号<span class="attention">※</span></th>
82          <td>
83            <span class="attention"><!--{$arrErr.tel01}--><!--{$arrErr.tel02}--><!--{$arrErr.tel03}--></span>
84            <input type="text" name="tel01" size="6" value="<!--{$tel01|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" class="box60" style="<!--{$arrErr.tel01|sfGetErrorColor}-->; ime-mode: disabled;" />&nbsp;-&nbsp;<input type="text" name="tel02" size="6" value="<!--{$tel02|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.tel02|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" />&nbsp;-&nbsp;<input type="text" name="tel03" size="6" value="<!--{$tel03|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.tel03|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" />
85          </td>
86        </tr>
87        <tr>
88          <th>FAX</th>
89          <td><span class="attention"><!--{$arrErr.fax01}--><!--{$arrErr.fax02}--><!--{$arrErr.fax03}--></span>
90            <input type="text" name="fax01" size="6" value="<!--{$fax01|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->"  style="<!--{$arrErr.fax01|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" />&nbsp;-&nbsp;<input type="text" name="fax02" size="6" value="<!--{$fax02|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.fax02|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" />&nbsp;-&nbsp;<input type="text" name="fax03" size="6" value="<!--{$fax03|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.fax03|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" />
91          </td>
92        </tr>
93        <tr>
94          <th>メールアドレス<span class="attention">※</span></th>
95          <td>
96            <span class="attention"><!--{$arrErr.email}--><!--{$arrErr.email02}--></span>
97            <div><input type="text" name="email" size="40" class="box380" value="<!--{$email|escape}-->" style="<!--{$arrErr.email|sfGetErrorColor}-->; ime-mode: disabled;" /></div>
98            <div><input type="text" name="email02" size="40" class="box380" value="<!--{$email02|escape}-->" style="<!--{$arrErr.email02|sfGetErrorColor}-->; ime-mode: disabled;" /></div>
99            <p class="mini"><em>確認のため2度入力してください。</em></p>
100          </td>
101        </tr>
102        <tr>
103          <th>性別<span class="attention">※</span></th>
104          <td>
105            <span class="attention"><!--{$arrErr.sex}--></span>
106            <input type="radio" name="sex" id="man" value="1" style="<!--{$arrErr.sex|sfGetErrorColor}-->" <!--{if $sex eq 1}--> checked="checked"<!--{/if}--> /><label for="man">男性</label>&nbsp;
107            <input type="radio" name="sex" id="woman" value="2" style="<!--{$arrErr.sex|sfGetErrorColor}-->" <!--{if $sex eq 2}--> checked="checked"<!--{/if}--> /><label for="woman">女性</label>
108          </td>
109        </tr>
110        <tr>
111          <th>職業</th>
112          <td>
113            <span class="attention"><!--{$arrErr.job}--></span>
114            <select name="job" style="<!--{$arrErr.job|sfGetErrorColor}-->">
115              <option value="" selected="selected">選択してください</option>
116              <!--{html_options options=$arrJob selected=$job}-->
117            </select>
118          </td>
119        </tr>
120        <tr>
121          <th>生年月日</th>
122          <td>
123            <span class="attention"><!--{$arrErr.year}--><!--{$arrErr.month}--><!--{$arrErr.day}--></span>
124            <select name="year" style="<!--{$arrErr.year|sfGetErrorColor}-->">
125              <!--{html_options options=$arrYear selected=$year}-->
126            </select>年
127            <select name="month" style="<!--{$arrErr.year|sfGetErrorColor}-->">
128              <option value="">--</option>
129              <!--{html_options options=$arrMonth selected=$month}-->
130            </select>月
131            <select name="day" style="<!--{$arrErr.year|sfGetErrorColor}-->">
132              <option value="">--</option>
133              <!--{html_options options=$arrDay selected=$day}-->
134            </select>日
135          </td>
136        </tr>
137        <tr>
138          <th>希望するパスワード<span class="attention">※</span><br />
139            <span class="mini">パスワードは購入時に必要です</span></th>
140          <td>
141            <span class="attention"><!--{$arrErr.password}--><!--{$arrErr.password02}--></span>
142            <div><input type="password" name="password" value="<!--{$arrForm.password}-->" size="15" class="box120" style="<!--{$arrErr.password|sfGetErrorColor}-->"/></div>
143            <p class="mini attention">半角英数字4〜10文字でお願いします。(記号不可)</p>
144            <div><input type="password" name="password02" value="<!--{$arrForm.password02}-->" size="15" class="box120"  style="<!--{$arrErr.password02|sfGetErrorColor}-->"/></div>
145            <p class="mini attention">確認のために2度入力してください。</p>
146        </tr>
147        <tr>
148          <th>パスワードを忘れた時のヒント<span class="attention">※</span></th>
149          <td>
150            <span class="attention"><!--{$arrErr.reminder}--><!--{$arrErr.reminder_answer}--></span>
151            質問:
152            <select name="reminder" style="<!--{$arrErr.reminder|sfGetErrorColor}-->">
153              <option value="" selected="selected">選択してください</option>
154              <!--{html_options options=$arrReminder selected=$reminder}-->
155            </select><br />
156              答え:<input type="text" name="reminder_answer" size="33" value="<!--{$reminder_answer|escape}-->" style="<!--{$arrErr.reminder_answer|sfGetErrorColor}-->; ime-mode: active;" class="box320" />
157           </td>
158        </tr>
159        <tr>
160          <th>メールマガジン送付について<span class="attention">※</span></th>
161          <td>
162            <span class="attention"><!--{$arrErr.mailmaga_flg}--></span>
163            <div>
164              <input type="radio" name="mailmaga_flg" id="html" value="1"
165                     style="<!--{$arrErr.mailmaga_flg|sfGetErrorColor}-->"
166              <!--{if $mailmaga_flg eq 1 || $mailmaga_flg eq ""}--> checked="checked"<!--{/if}--> /><label for="html">HTMLメール+テキストメールを受け取る</label>
167            </div>
168            <div>
169              <input type="radio" name="mailmaga_flg" id="text" value="2"
170                     style="<!--{$arrErr.mailmaga_flg|sfGetErrorColor}-->"
171              <!--{if $mailmaga_flg eq 2}--> checked="checked"<!--{/if}--> /><label for="text">テキストメールを受け取る</label>
172            </div>
173            <div>
174              <input type="radio" name="mailmaga_flg" id="no" value="3"
175                     style="<!--{$arrErr.mailmaga_flg|sfGetErrorColor}-->"
176              <!--{if $mailmaga_flg eq 3}--> checked="checked"<!--{/if}--> /><label for="no">受け取らない</label>
177            </div>
178          </td>
179        </tr>
180      </table>
181
182      <div class="tblareabtn">
183        <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_confirm_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_confirm.gif',this)" src="<!--{$TPL_DIR}-->img/common/b_confirm.gif" class="box150" alt="確認ページへ" name="confirm" id="confirm" />
184      </div>
185    </form>
186  </div>
187</div>
188<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.