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

Revision 21864, 2.9 KB checked in by h_yoshimoto, 12 years ago (diff)

#1831 Copyrightを更新

  • 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
36        <dt>電話番号</dt>
37        <dd><!--{$arrOrder.law_tel01|h}-->-<!--{$arrOrder.law_tel02|h}-->-<!--{$arrOrder.law_tel03|h}--></dd>
38
39        <dt>FAX番号</dt>
40        <dd><!--{$arrOrder.law_fax01|h}-->-<!--{$arrOrder.law_fax02|h}-->-<!--{$arrOrder.law_fax03|h}--></dd>
41
42        <dt>メールアドレス</dt>
43        <dd><a href="mailto:<!--{$arrOrder.law_email|escape:'hex'}-->" rel="external"><!--{$arrOrder.law_email|escape:'hexentity'}--></a></dd>
44
45        <dt>URL</dt>
46        <dd><a href="<!--{$arrOrder.law_url|h}-->" rel="external"><!--{$arrOrder.law_url|h}--></a></dd>
47
48        <dt>商品以外の必要代金</dt>
49        <dd><!--{$arrOrder.law_term01|h|nl2br}--></dd>
50
51        <dt>注文方法</dt>
52        <dd><!--{$arrOrder.law_term02|h|nl2br}--></dd>
53
54        <dt>支払方法</dt>
55        <dd><!--{$arrOrder.law_term03|h|nl2br}--></dd>
56
57        <dt>支払期限</dt>
58        <dd><!--{$arrOrder.law_term04|h|nl2br}--></dd>
59
60        <dt>引渡し時期</dt>
61        <dd><!--{$arrOrder.law_term05|h|nl2br}--></dd>
62
63        <dt>返品・交換について</dt>
64        <dd><!--{$arrOrder.law_term06|h|nl2br}--></dd>
65    </dl>
66</section>
67
68<section id="search_area">
69    <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
70        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
71        <input type="hidden" name="mode" value="search" />
72        <input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" >
73    </form>
74</section>
75<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.