source: tmp/version-2_5-test/data/Smarty/templates/default/order/index.tpl @ 18609

Revision 18609, 2.9 KB checked in by kajiwara, 14 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"><!--{$tpl_title|escape}--></h2>
26    <table summary="特定商取引に関する法律に基づく表記">
27      <tr>
28        <th>販売業者</th>
29        <td><!--{$arrRet.law_company|escape}--></td>
30      </tr>
31      <tr>
32        <th>運営責任者</th>
33        <td><!--{$arrRet.law_manager|escape}--></td>
34      </tr>
35      <tr>
36        <th>住所</th>
37        <td>〒<!--{$arrRet.law_zip01|escape}-->-<!--{$arrRet.law_zip02|escape}--><br /><!--{$arrPref[$arrRet.law_pref]|escape}--><!--{$arrRet.law_addr01|escape}--><!--{$arrRet.law_addr02|escape}--></td>
38      </tr>
39      <tr>
40        <th>電話番号</th>
41        <td><!--{$arrRet.law_tel01|escape}-->-<!--{$arrRet.law_tel02|escape}-->-<!--{$arrRet.law_tel03|escape}--></td>
42      </tr>
43      <tr>
44        <th>FAX番号</th>
45        <td><!--{$arrRet.law_fax01|escape}-->-<!--{$arrRet.law_fax02|escape}-->-<!--{$arrRet.law_fax03|escape}--></td>
46      </tr>
47      <tr>
48        <th>メールアドレス</th>
49        <td><a href="mailto:<!--{$arrRet.law_email|escape:'hex'}-->"><!--{$arrRet.law_email|escape:'hexentity'}--></a></td>
50      </tr>
51      <tr>
52        <th>URL</th>
53        <td><a href="<!--{$arrRet.law_url|escape}-->"><!--{$arrRet.law_url|escape}--></a></td>
54      </tr>
55      <tr>
56        <th>商品以外の必要代金</th>
57        <td><!--{$arrRet.law_term01|escape|nl2br}--></td>
58      </tr>
59      <tr>
60        <th>注文方法</th>
61        <td><!--{$arrRet.law_term02|escape|nl2br}--></td>
62      </tr>
63      <tr>
64        <th>支払方法</th>
65        <td><!--{$arrRet.law_term03|escape|nl2br}--></td>
66      </tr>
67      <tr>
68        <th>支払期限</th>
69        <td><!--{$arrRet.law_term04|escape|nl2br}--></td>
70      </tr>
71      <tr>
72        <th>引渡し時期</th>
73        <td><!--{$arrRet.law_term05|escape|nl2br}--></td>
74      </tr>
75      <tr>
76        <th>返品・交換について</th>
77        <td><!--{$arrRet.law_term06|escape|nl2br}--></td>
78      </tr>
79    </table>
80  </div>
81</div>
82<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.