source: branches/version-2_12-multilang/data/Smarty/templates/sphone_en-US/order/index.tpl @ 22346

Revision 22346, 3.1 KB checked in by michael_nelson, 11 years ago (diff)

#1992 英文テキストを調整

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>Distributor</dt>
28        <dd><!--{$arrOrder.law_company|h}--></dd>
29
30        <dt>Operation director</dt>
31        <dd><!--{$arrOrder.law_manager|h}--></dd>
32
33        <dt>Address</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>Telephone number</dt>
38        <dd><!--{$arrOrder.law_tel01|h}-->-<!--{$arrOrder.law_tel02|h}-->-<!--{$arrOrder.law_tel03|h}--></dd>
39
40        <dt>Fax number</dt>
41        <dd><!--{$arrOrder.law_fax01|h}-->-<!--{$arrOrder.law_fax02|h}-->-<!--{$arrOrder.law_fax03|h}--></dd>
42
43        <dt>E-mail address</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>Other expenses</dt>
50        <dd><!--{$arrOrder.law_term01|h|nl2br}--></dd>
51
52        <dt>Order method</dt>
53        <dd><!--{$arrOrder.law_term02|h|nl2br}--></dd>
54
55        <dt>Payment method</dt>
56        <dd><!--{$arrOrder.law_term03|h|nl2br}--></dd>
57
58        <dt>Payment deadline</dt>
59        <dd><!--{$arrOrder.law_term04|h|nl2br}--></dd>
60
61        <dt>Delivery period</dt>
62        <dd><!--{$arrOrder.law_term05|h|nl2br}--></dd>
63
64        <dt>Returns and exchanges</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="Enter keywords" class="searchbox" >
74    </form>
75</section>
76<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.