source: branches/version-2_12-multilang/data/Smarty/templates/sphone/order/index.tpl @ 22205

Revision 22205, 3.1 KB checked in by m_uehara, 11 years ago (diff)

#2004 郵便番号を2カラムから1カラムに変更しました。

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
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<section id="undercolumn">
24    <!--☆特定商取引に関する法律に基づく表記 -->
25    <h2 class="title"><!--{$tpl_title|h}--></h2>
26    <dl class="form_info">
27        <dt>販売業者</dt>
28        <dd><!--{$arrOrder.law_company|h}--></dd>
29
30        <dt>運営責任者</dt>
31        <dd><!--{$arrOrder.law_manager|h}--></dd>
32
33        <dt>住所</dt>
34        <!--{* <dd>〒<!--{$arrOrder.law_zip01|h}-->-<!--{$arrOrder.law_zip02|h}--><br /><!--{$arrPref[$arrOrder.law_pref]|h}--><!--{$arrOrder.law_addr01|h}--><!--{$arrOrder.law_addr02|h}--></dd> *}-->
35        <dd>〒<!--{$arrOrder.law_zipcode|h}--><br /><!--{$arrPref[$arrOrder.law_pref]|h}--><!--{$arrOrder.law_addr01|h}--><!--{$arrOrder.law_addr02|h}--></dd>
36
37        <dt>電話番号</dt>
38        <dd><!--{$arrOrder.law_tel01|h}-->-<!--{$arrOrder.law_tel02|h}-->-<!--{$arrOrder.law_tel03|h}--></dd>
39
40        <dt>FAX番号</dt>
41        <dd><!--{$arrOrder.law_fax01|h}-->-<!--{$arrOrder.law_fax02|h}-->-<!--{$arrOrder.law_fax03|h}--></dd>
42
43        <dt>メールアドレス</dt>
44        <dd><a href="mailto:<!--{$arrOrder.law_email|escape:'hex'}-->" rel="external"><!--{$arrOrder.law_email|escape:'hexentity'}--></a></dd>
45
46        <dt>URL</dt>
47        <dd><a href="<!--{$arrOrder.law_url|h}-->" rel="external"><!--{$arrOrder.law_url|h}--></a></dd>
48
49        <dt>商品以外の必要代金</dt>
50        <dd><!--{$arrOrder.law_term01|h|nl2br}--></dd>
51
52        <dt>注文方法</dt>
53        <dd><!--{$arrOrder.law_term02|h|nl2br}--></dd>
54
55        <dt>支払方法</dt>
56        <dd><!--{$arrOrder.law_term03|h|nl2br}--></dd>
57
58        <dt>支払期限</dt>
59        <dd><!--{$arrOrder.law_term04|h|nl2br}--></dd>
60
61        <dt>引渡し時期</dt>
62        <dd><!--{$arrOrder.law_term05|h|nl2br}--></dd>
63
64        <dt>返品・交換について</dt>
65        <dd><!--{$arrOrder.law_term06|h|nl2br}--></dd>
66    </dl>
67</section>
68
69<section id="search_area">
70    <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
71        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
72        <input type="hidden" name="mode" value="search" />
73        <input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" >
74    </form>
75</section>
76<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.