1 | <!--{* |
---|
2 | /* |
---|
3 | * This file is part of EC-CUBE |
---|
4 | * |
---|
5 | * Copyright(c) 2000-2012 LOCKON CO.,LTD. All Rights Reserved. |
---|
6 | * |
---|
7 | * http://www.lockon.co.jp/ |
---|
8 | * |
---|
9 | * This program is free software; you can redistribute it and/or |
---|
10 | * modify it under the terms of the GNU General Public License |
---|
11 | * as published by the Free Software Foundation; either version 2 |
---|
12 | * of the License, or (at your option) any later version. |
---|
13 | * |
---|
14 | * This program is distributed in the hope that it will be useful, |
---|
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
17 | * GNU General Public License for more details. |
---|
18 | * |
---|
19 | * You should have received a copy of the GNU General Public License |
---|
20 | * along with this program; if not, write to the Free Software |
---|
21 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
---|
22 | */ |
---|
23 | *}--> |
---|
24 | |
---|
25 | <col width="24%" /> |
---|
26 | <col width="" /> |
---|
27 | <tr> |
---|
28 | <th>Name<span class="attention">*</span></th> |
---|
29 | <td> |
---|
30 | <!--{assign var=key1 value="`$prefix`name01"}--> |
---|
31 | <!--{assign var=key2 value="`$prefix`name02"}--> |
---|
32 | <!--{if $arrErr[$key1] || $arrErr[$key2]}--> |
---|
33 | <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></div> |
---|
34 | <!--{/if}--> |
---|
35 | Last name <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->;" class="box120" /> |
---|
36 | First Name <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->;" class="box120" /> |
---|
37 | </td> |
---|
38 | </tr> |
---|
39 | <tr> |
---|
40 | <th>Postal code<span class="attention">*</span></th> |
---|
41 | <td> |
---|
42 | <!--{* <!--{assign var=key1 value="`$prefix`zip01"}--> *}--> |
---|
43 | <!--{* <!--{assign var=key2 value="`$prefix`zip02"}--> *}--> |
---|
44 | <!--{assign var=key1 value="`$prefix`zipcode"}--> |
---|
45 | <!--{assign var=key4 value="`$prefix`addr01"}--> |
---|
46 | <!--{assign var=key5 value="`$prefix`addr02"}--> |
---|
47 | |
---|
48 | <!--{* |
---|
49 | <!--{if $arrErr[$key1] || $arrErr[$key2]}--> |
---|
50 | <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></div> |
---|
51 | <!--{/if}--> |
---|
52 | *}--> |
---|
53 | <!--{if $arrErr[$key1]}--> |
---|
54 | <div class="attention"><!--{$arrErr[$key1]}--></div> |
---|
55 | <!--{/if}--> |
---|
56 | |
---|
57 | <p class="top"> |
---|
58 | <!--{* <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" /> - <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" maxlength="<!--{$smarty.const.ZIP02_LEN}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" /> *}--> |
---|
59 | <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" maxlength="<!--{$smarty.const.ZIPCODE_LEN}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" /> |
---|
60 | </p> |
---|
61 | |
---|
62 | <!--{* |
---|
63 | <p class="zipimg"> |
---|
64 | <a class="bt01" href="<!--{$smarty.const.ROOT_URLPATH}-->input_zip.php" onclick="fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URLPATH}-->', '<!--{$key1}-->', '<!--{$key2}-->', '<!--{$key3}-->', '<!--{$key4}-->'); return false;" target="_blank">Automatic address input</a> |
---|
65 | <span class="mini">Click after inputting the postal code.</span> |
---|
66 | </p> |
---|
67 | *}--> |
---|
68 | </td> |
---|
69 | </tr> |
---|
70 | <tr> |
---|
71 | <th>Address<span class="attention">*</span></th> |
---|
72 | <td> |
---|
73 | <!--{if $arrErr[$key4] || $arrErr[$key5]}--> |
---|
74 | <div class="attention"><!--{$arrErr[$key4]}--><!--{$arrErr[$key5]}--></div> |
---|
75 | <!--{/if}--> |
---|
76 | <p class="top"><input type="text" name="<!--{$key4}-->" value="<!--{$arrForm[$key4]|h}-->" class="box300" style="<!--{$arrErr[$key4]|sfGetErrorColor}-->;" /><br /> |
---|
77 | <!--{$smarty.const.SAMPLE_ADDRESS1}--></p> |
---|
78 | <p class="top"><input type="text" name="<!--{$key5}-->" value="<!--{$arrForm[$key5]|h}-->" class="box300" style="<!--{$arrErr[$key5]|sfGetErrorColor}-->;" /><br /> |
---|
79 | <!--{$smarty.const.SAMPLE_ADDRESS2}--></p> |
---|
80 | <p class="mini"><span class="attention">Separate the address into two fields. Make sure to write down the building name.</span></p> |
---|
81 | </td> |
---|
82 | </tr> |
---|
83 | <tr> |
---|
84 | <th>Telephone number<span class="attention">*</span></th> |
---|
85 | <td> |
---|
86 | <!--{assign var=key1 value="`$prefix`tel01"}--> |
---|
87 | <!--{assign var=key2 value="`$prefix`tel02"}--> |
---|
88 | <!--{assign var=key3 value="`$prefix`tel03"}--> |
---|
89 | <!--{if $arrErr[$key1] || $arrErr[$key2] || $arrErr[$key3]}--> |
---|
90 | <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--><!--{$arrErr[$key3]}--></div> |
---|
91 | <!--{/if}--> |
---|
92 | <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" /> - <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" /> - <input type="text" name="<!--{$key3}-->" value="<!--{$arrForm[$key3]|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr[$key3]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" /> |
---|
93 | </td> |
---|
94 | </tr> |
---|
95 | <tr> |
---|
96 | <th>FAX</th> |
---|
97 | <td> |
---|
98 | <!--{assign var=key1 value="`$prefix`fax01"}--> |
---|
99 | <!--{assign var=key2 value="`$prefix`fax02"}--> |
---|
100 | <!--{assign var=key3 value="`$prefix`fax03"}--> |
---|
101 | <!--{if $arrErr[$key1] || $arrErr[$key2] || $arrErr[$key3]}--> |
---|
102 | <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--><!--{$arrErr[$key3]}--></div> |
---|
103 | <!--{/if}--> |
---|
104 | <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" /> - <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" /> - <input type="text" name="<!--{$key3}-->" value="<!--{$arrForm[$key3]|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr[$key3]|sfGetErrorColor}-->; ime-mode: disabled;" class="box60" /> |
---|
105 | </td> |
---|
106 | </tr> |
---|
107 | <!--{if $flgFields > 1}--> |
---|
108 | <tr> |
---|
109 | <th>E-mail address<span class="attention">*</span></th> |
---|
110 | <td> |
---|
111 | <!--{assign var=key1 value="`$prefix`email"}--> |
---|
112 | <!--{assign var=key2 value="`$prefix`email02"}--> |
---|
113 | <!--{if $arrErr[$key1] || $arrErr[$key2]}--> |
---|
114 | <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></div> |
---|
115 | <!--{/if}--> |
---|
116 | <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" class="box300 top" /><br /> |
---|
117 | <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" style="<!--{$arrErr[$key1]|cat:$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: disabled;" class="box300" /><br /> |
---|
118 | <span class="attention mini">Please enter email address twice</span> |
---|
119 | </td> |
---|
120 | </tr> |
---|
121 | <!--{if $emailMobile}--> |
---|
122 | <tr> |
---|
123 | <th>Mobile e-mail address</th> |
---|
124 | <td> |
---|
125 | <!--{assign var=key1 value="`$prefix`email_mobile"}--> |
---|
126 | <!--{assign var=key2 value="`$prefix`email_mobile02"}--> |
---|
127 | <!--{if $arrErr[$key1] || $arrErr[$key2]}--> |
---|
128 | <div class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></div> |
---|
129 | <!--{/if}--> |
---|
130 | <input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" class="box300 top" /><br /> |
---|
131 | <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" style="<!--{$arrErr[$key1]|cat:$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: disabled;" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" class="box300" /><br /> |
---|
132 | <span class="attention mini">Please enter password twice.</span> |
---|
133 | </td> |
---|
134 | </tr> |
---|
135 | <!--{/if}--> |
---|
136 | <tr> |
---|
137 | <th>Gender<span class="attention">*</span></th> |
---|
138 | <td> |
---|
139 | <!--{assign var=key1 value="`$prefix`sex"}--> |
---|
140 | <!--{if $arrErr[$key1]}--> |
---|
141 | <div class="attention"><!--{$arrErr[$key1]}--></div> |
---|
142 | <!--{/if}--> |
---|
143 | <span style="<!--{$arrErr[$key1]|sfGetErrorColor}-->"> |
---|
144 | <input type="radio" id="man" name="<!--{$key1}-->" value="1" <!--{if $arrForm[$key1] eq 1}--> checked="checked" <!--{/if}--> /><label for="man">Male</label> |
---|
145 | <input type="radio" id="woman" name="<!--{$key1}-->" value="2" <!--{if $arrForm[$key1] eq 2}--> checked="checked" <!--{/if}--> /><label for="woman">Female</label> |
---|
146 | </span> |
---|
147 | </td> |
---|
148 | </tr> |
---|
149 | <tr> |
---|
150 | <th>Occupation</th> |
---|
151 | <td> |
---|
152 | <!--{assign var=key1 value="`$prefix`job"}--> |
---|
153 | <!--{if $arrErr[$key1]}--> |
---|
154 | <div class="attention"><!--{$arrErr[$key1]}--></div> |
---|
155 | <!--{/if}--> |
---|
156 | <select name="<!--{$key1}-->"> |
---|
157 | <option value="" selected="selected">Please make a selection</option> |
---|
158 | <!--{html_options options=$arrJob selected=$arrForm[$key1]}--> |
---|
159 | </select> |
---|
160 | </td> |
---|
161 | </tr> |
---|
162 | <tr> |
---|
163 | <th>Date of birth</th> |
---|
164 | <td> |
---|
165 | <!--{assign var=errBirth value="`$arrErr.year``$arrErr.month``$arrErr.day`"}--> |
---|
166 | <!--{if $errBirth}--> |
---|
167 | <div class="attention"><!--{$errBirth}--></div> |
---|
168 | <!--{/if}--> |
---|
169 | <select name="year" style="<!--{$errBirth|sfGetErrorColor}-->"> |
---|
170 | <!--{html_options options=$arrYear selected=$arrForm.year|default:''}--> |
---|
171 | </select>Year |
---|
172 | <select name="month" style="<!--{$errBirth|sfGetErrorColor}-->"> |
---|
173 | <!--{html_options options=$arrMonth selected=$arrForm.month|default:''}--> |
---|
174 | </select>Month |
---|
175 | <select name="day" style="<!--{$errBirth|sfGetErrorColor}-->"> |
---|
176 | <!--{html_options options=$arrDay selected=$arrForm.day|default:''}--> |
---|
177 | </select>Day |
---|
178 | </td> |
---|
179 | </tr> |
---|
180 | <!--{if $flgFields > 2}--> |
---|
181 | <tr> |
---|
182 | <th>Desired password<span class="attention">*</span><br /> |
---|
183 | </th> |
---|
184 | <td> |
---|
185 | <!--{if $arrErr.password || $arrErr.password02}--> |
---|
186 | <div class="attention"><!--{$arrErr.password}--><!--{$arrErr.password02}--></div> |
---|
187 | <!--{/if}--> |
---|
188 | <input type="password" name="password" value="<!--{$arrForm.password|h}-->" maxlength="<!--{$smarty.const.PASSWORD_MAX_LEN}-->" style="<!--{$arrErr.password|sfGetErrorColor}-->" class="box120" /> |
---|
189 | <p><span class="attention mini">Letters and numbers only. Must be between <!--{$smarty.const.PASSWORD_MIN_LEN}--> to <!--{$smarty.const.PASSWORD_MAX_LEN}--> characters. (Symbols cannot be used)</span></p> |
---|
190 | <input type="password" name="password02" value="<!--{$arrForm.password02|h}-->" maxlength="<!--{$smarty.const.PASSWORD_MAX_LEN}-->" style="<!--{$arrErr.password|cat:$arrErr.password02|sfGetErrorColor}-->" class="box120" /> |
---|
191 | <p><span class="attention mini">Please enter password twice.</span></p> |
---|
192 | </td> |
---|
193 | </tr> |
---|
194 | <tr> |
---|
195 | <th>Hint for when you have forgotten your password<span class="attention">*</span></th> |
---|
196 | <td> |
---|
197 | <!--{if $arrErr.reminder || $arrErr.reminder_answer}--> |
---|
198 | <div class="attention"><!--{$arrErr.reminder}--><!--{$arrErr.reminder_answer}--></div> |
---|
199 | <!--{/if}--> |
---|
200 | Question: |
---|
201 | <select name="reminder" style="<!--{$arrErr.reminder|sfGetErrorColor}-->"> |
---|
202 | <option value="" selected="selected">Please make a selection</option> |
---|
203 | <!--{html_options options=$arrReminder selected=$arrForm.reminder}--> |
---|
204 | </select> |
---|
205 | <br /> |
---|
206 | Answer:<input type="text" name="reminder_answer" value="<!--{$arrForm.reminder_answer|h}-->" style="<!--{$arrErr.reminder_answer|sfGetErrorColor}-->;" class="box260" /> |
---|
207 | </td> |
---|
208 | </tr> |
---|
209 | <tr> |
---|
210 | <th>About delivery of the mail magazine<span class="attention">*</span></th> |
---|
211 | <td> |
---|
212 | <!--{if $arrErr.mailmaga_flg}--> |
---|
213 | <div class="attention"><!--{$arrErr.mailmaga_flg}--></div> |
---|
214 | <!--{/if}--> |
---|
215 | <span style="<!--{$arrErr.mailmaga_flg|sfGetErrorColor}-->"> |
---|
216 | <input type="radio" name="mailmaga_flg" value="1" id="html" <!--{if $arrForm.mailmaga_flg eq 1}--> checked="checked" <!--{/if}--> /><label for="html">Receive HTML mail + text mail</label><br /> |
---|
217 | <input type="radio" name="mailmaga_flg" value="2" id="text" <!--{if $arrForm.mailmaga_flg eq 2}--> checked="checked" <!--{/if}--> /><label for="text">Receive a text mail</label><br /> |
---|
218 | <input type="radio" name="mailmaga_flg" value="3" id="no" <!--{if $arrForm.mailmaga_flg eq 3}--> checked="checked" <!--{/if}--> /><label for="no">Do not send an email</label> |
---|
219 | </span> |
---|
220 | </td> |
---|
221 | </tr> |
---|
222 | <!--{/if}--> |
---|
223 | <!--{/if}--> |
---|