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

Revision 22222, 3.4 KB checked in by m_uehara, 11 years ago (diff)

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

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<div id="undercolumn">
24    <div id="undercolumn_order">
25        <h2 class="title"><!--{$tpl_title|h}--></h2>
26        <table summary="Legal-based notation related to specified commercial transactions">
27            <col width="20%" />
28            <col width="80%" />
29            <tr>
30                <th>Distributor</th>
31                <td><!--{$arrOrder.law_company|h}--></td>
32            </tr>
33            <tr>
34                <th>Operation director</th>
35                <td><!--{$arrOrder.law_manager|h}--></td>
36            </tr>
37            <tr>
38                <th>Address</th>
39                <!--{* <td><!--{$arrOrder.law_zip01|h}-->-<!--{$arrOrder.law_zip02|h}--><br /><!--{$arrPref[$arrOrder.law_pref]|h}--><!--{$arrOrder.law_addr01|h}--><!--{$arrOrder.law_addr02|h}--></td> *}-->
40                <td><!--{$arrOrder.law_zipcode|h}--><br /><!--{$arrPref[$arrOrder.law_pref]|h}--><!--{$arrOrder.law_addr01|h}--><!--{$arrOrder.law_addr02|h}--></td>
41            </tr>
42            <tr>
43                <th>Telephone number</th>
44                <td><!--{$arrOrder.law_tel01|h}-->-<!--{$arrOrder.law_tel02|h}-->-<!--{$arrOrder.law_tel03|h}--></td>
45            </tr>
46            <tr>
47                <th>Fax number</th>
48                <td><!--{$arrOrder.law_fax01|h}-->-<!--{$arrOrder.law_fax02|h}-->-<!--{$arrOrder.law_fax03|h}--></td>
49            </tr>
50            <tr>
51                <th>E-mail address</th>
52                <td><a href="mailto:<!--{$arrOrder.law_email|escape:'hex'}-->"><!--{$arrOrder.law_email|escape:'hexentity'}--></a></td>
53            </tr>
54            <tr>
55                <th>URL</th>
56                <td><a href="<!--{$arrOrder.law_url|h}-->"><!--{$arrOrder.law_url|h}--></a></td>
57            </tr>
58            <tr>
59                <th>Necessary expenses other than for the product</th>
60                <td><!--{$arrOrder.law_term01|h|nl2br}--></td>
61            </tr>
62            <tr>
63                <th>Order method</th>
64                <td><!--{$arrOrder.law_term02|h|nl2br}--></td>
65            </tr>
66            <tr>
67                <th>Payment method</th>
68                <td><!--{$arrOrder.law_term03|h|nl2br}--></td>
69            </tr>
70            <tr>
71                <th>Payment deadline</th>
72                <td><!--{$arrOrder.law_term04|h|nl2br}--></td>
73            </tr>
74            <tr>
75                <th>Delivery period</th>
76                <td><!--{$arrOrder.law_term05|h|nl2br}--></td>
77            </tr>
78            <tr>
79                <th>Returns and exchanges</th>
80                <td><!--{$arrOrder.law_term06|h|nl2br}--></td>
81            </tr>
82        </table>
83    </div>
84</div>
Note: See TracBrowser for help on using the repository browser.