source: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/set1.tpl @ 19833

Revision 19833, 3.0 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/*
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">お届け先登録</div>
25<hr>
26<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|h}-->">
27    <input type="hidden" name="mode" value="set2">
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=$arrForm.pref}-->
37    </select><br>
38
39    【住所1】<font color="#FF0000">*</font><br>
40    <font color="#FF0000"><!--{$arrErr.addr01}--></font>
41    <input type="text" name="addr01" value="<!--{$arrForm.addr01|h}-->" istyle="1"><br>
42
43    【住所2】<font color="#FF0000">*</font><br>
44    <font color="#FF0000"><!--{$arrErr.addr02}--></font>
45    <input type="text" name="addr02" value="<!--{$arrForm.addr02|h}-->" 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="<!--{$arrForm.tel01|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4">
51    &nbsp;-&nbsp;
52    <input type="text" size="<!--{$size}-->" name="tel02" value="<!--{$arrForm.tel02|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4">
53    &nbsp;-&nbsp;
54    <input type="text" size="<!--{$size}-->" name="tel03" value="<!--{$arrForm.tel03|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4"><br>
55
56    <br>
57
58    <div align="center"><input type="submit" name="submit" value="次へ"></div>
59    <div align="center"><input type="submit" name="return" value="戻る"></div>
60
61    <!--{foreach from=$list_data key=key item=item}-->
62        <input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->">
63    <!--{/foreach}-->
64</form>
65
66<br>
67<hr>
68
69<a href="<!--{$smarty.const.MOBILE_CART_URL_PATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
70<a href="<!--{$smarty.const.MOBILE_TOP_URL_PATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
71
72<br>
73
74<!-- ▼フッター ここから -->
75<!--{include file='footer.tpl'}-->
76<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.