source: trunk/data/Smarty/templates/default/mobile/entry/set2.tpl @ 18758

Revision 18758, 3.3 KB checked in by kajiwara, 14 years ago (diff)

EC-CUBE Ver2.4.4 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=223

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2010 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<div align="center">会員情報入力 3/3</div>
25<hr>
26<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
27    <input type="hidden" name="mode" value="confirm">
28
29    <font color="#FF0000">*は必須項目です。</font><br>
30    <br>
31
32    【都道府県】<font color="#FF0000">*</font><br>
33    <font color="#FF0000"><!--{$arrErr.pref}--></font>
34    <select name="pref">
35        <option value="">都道府県を選択</option>
36        <!--{html_options options=$arrPref selected=$pref}-->
37    </select><br>
38
39    【市区町村】<font color="#FF0000">*</font><br>
40    <font color="#FF0000"><!--{$arrErr.addr01}--></font>
41    <input type="text" name="addr01" value="<!--{$addr01|escape}-->" istyle="1"><br>
42
43    【番地】<font color="#FF0000">*</font><br>
44    <font color="#FF0000"><!--{$arrErr.addr02}--></font>
45    <input type="text" name="addr02" value="<!--{$addr02|escape}-->" istyle="1"><br>
46
47    【電話番号】<font color="#FF0000">*</font><br>
48    <font color="#FF0000"><!--{$arrErr.tel01}--><!--{$arrErr.tel02}--><!--{$arrErr.tel03}--></font>
49    <!--{assign var="size" value="`$smarty.const.TEL_ITEM_LEN+2`"}-->
50    <input type="text" size="<!--{$size}-->" name="tel01" value="<!--{$tel01|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4">
51    &nbsp;-&nbsp;
52    <input type="text" size="<!--{$size}-->" name="tel02" value="<!--{$tel02|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4">
53    &nbsp;-&nbsp;
54    <input type="text" size="<!--{$size}-->" name="tel03" value="<!--{$tel03|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4"><br>
55
56    【メールマガジン】<br>
57    お得な情報を希望されますか?<br>
58    配信希望<input type="checkbox" name="mailmaga_flg" value="on" <!--{if $mailmaga_flg eq 'on' || $mailmaga_flg == 2}-->checked<!--{/if}--> /><br>
59    (希望されない場合はチェックをはずしてください)<br>
60    <br>
61
62    <input type="submit" name="submit" value="次へ"><br>
63    <input type="submit" name="return" value="戻る">
64
65    <!--{foreach from=$list_data key=key item=item}-->
66        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
67    <!--{/foreach}-->
68</form>
69
70<br>
71<hr>
72
73<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
74<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
75
76<br>
77
78<!-- ▼フッター ここから -->
79<!--{include file='footer.tpl'}-->
80<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.