source: branches/feature-module-update/data/Smarty/templates/default/order/index.tpl @ 16582

Revision 16582, 3.0 KB checked in by nanasess, 16 years ago (diff)

ライセンス表記変更

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2007 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<!--▼CONTENTS-->
23<div id="undercolumn">
24  <div id="undercolumn_order">
25    <h2 class="title">
26      <img src="<!--{$TPL_DIR}-->img/aboutshopping/transaction_title.jpg" width="580" height="40" alt="特定商取引に関する法律に基づく表記" />
27    </h2>
28    <table summary="特定商取引に関する法律に基づく表記">
29      <tr>
30        <th>販売業者</th>
31        <td><!--{$arrRet.law_company|escape}--></td>
32      </tr>
33      <tr>
34        <th>運営責任者</th>
35        <td><!--{$arrRet.law_manager|escape}--></td>
36      </tr>
37      <tr>
38        <th>住所</th>
39        <td>〒<!--{$arrRet.law_zip01|escape}-->-<!--{$arrRet.law_zip02|escape}--><br /><!--{$arrPref[$arrRet.law_pref]|escape}--><!--{$arrRet.law_addr01|escape}--><!--{$arrRet.law_addr02|escape}--></td>
40      </tr>
41      <tr>
42        <th>電話番号</th>
43        <td><!--{$arrRet.law_tel01|escape}-->-<!--{$arrRet.law_tel02|escape}-->-<!--{$arrRet.law_tel03|escape}--></td>
44      </tr>
45      <tr>
46        <th>FAX番号</th>
47        <td><!--{$arrRet.law_fax01|escape}-->-<!--{$arrRet.law_fax02|escape}-->-<!--{$arrRet.law_fax03|escape}--></td>
48      </tr>
49      <tr>
50        <th>メールアドレス</th>
51        <td><a href="mailto:<!--{$arrRet.law_email|escape:'hex'}-->"><!--{$arrRet.law_email|escape:'hexentity'}--></a></td>
52      </tr>
53      <tr>
54        <th>URL</th>
55        <td><a href="<!--{$arrRet.law_url|escape}-->"><!--{$arrRet.law_url|escape}--></a></td>
56      </tr>
57      <tr>
58        <th>商品以外の必要代金</th>
59        <td><!--{$arrRet.law_term01|escape|nl2br}--></td>
60      </tr>
61      <tr>
62        <th>注文方法</th>
63        <td><!--{$arrRet.law_term02|escape|nl2br}--></td>
64      </tr>
65      <tr>
66        <th>支払方法</th>
67        <td><!--{$arrRet.law_term03|escape|nl2br}--></td>
68      </tr>
69      <tr>
70        <th>支払期限</th>
71        <td><!--{$arrRet.law_term04|escape|nl2br}--></td>
72      </tr>
73      <tr>
74        <th>引渡し時期</th>
75        <td><!--{$arrRet.law_term05|escape|nl2br}--></td>
76      </tr>
77      <tr>
78        <th>返品・交換について</th>
79        <td><!--{$arrRet.law_term06|escape|nl2br}--></td>
80      </tr>
81    </table>
82  </div>
83</div>
84<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.