source: trunk/data/Smarty/templates/default/abouts/index.tpl @ 18758

Revision 18758, 3.0 KB checked in by kajiwara, 14 years ago (diff)

EC-CUBE Ver2.4.4 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=223

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<!--▼CONTENTS-->
25<div id="undercolumn">
26
27  <div id="undercolumn_aboutus">
28    <h2 class="title"><img src="<!--{$TPL_DIR}-->img/aboutus/title.jpg" width="580" height="40" alt="当サイトについて" /></h2>
29
30    <table summary="当サイトについて">
31
32    <!--{assign var=_site value=$arrSiteInfo}-->
33
34      <!--{if strlen($_site.shop_name)}-->
35        <tr>
36          <th>店名</th>
37          <td><!--{$_site.shop_name|escape}--></td>
38        </tr>
39      <!--{/if}-->
40
41      <!--{if strlen($_site.company_name)}-->
42      <tr>
43        <th>会社名</th>
44        <td><!--{$_site.company_name|escape}--></td>
45      </tr>
46      <!--{/if}-->
47
48      <!--{if strlen($_site.zip01)}-->
49      <tr>
50        <th>住所</th>
51        <td>〒<!--{$_site.zip01|escape}-->-<!--{$_site.zip02|escape}--><br /><!--{$_site.pref|escape}--><!--{$_site.addr01|escape}--><!--{$_site.addr02|escape}--></td>
52      </tr>
53      <!--{/if}-->
54
55      <!--{if strlen($_site.tel01)}-->
56      <tr>
57        <th>電話番号</th>
58        <td><!--{$_site.tel01|escape}-->-<!--{$_site.tel02|escape}-->-<!--{$_site.tel03|escape}--></td>
59      </tr>
60      <!--{/if}-->
61
62      <!--{if strlen($_site.fax01)}-->
63      <tr>
64        <th>FAX番号</th>
65        <td><!--{$_site.fax01|escape}-->-<!--{$_site.fax02|escape}-->-<!--{$_site.fax03|escape}--></td>
66      </tr>
67      <!--{/if}-->
68
69      <!--{if strlen($_site.email02)}-->
70      <tr>
71        <th>メールアドレス</th>
72        <td><a href="mailto:<!--{$_site.email02|escape:'hex'}-->"><!--{$_site.email02|escape:'hexentity'}--></a></td>
73      </tr>
74      <!--{/if}-->
75
76      <!--{if strlen($_site.business_hour)}-->
77      <tr>
78        <th>営業時間</th>
79        <td><!--{$_site.business_hour|escape}--></td>
80      </tr>
81      <!--{/if}-->
82
83      <!--{if strlen($_site.good_traded)}-->
84      <tr>
85        <th>取扱商品</th>
86        <td><!--{$_site.good_traded|escape|nl2br}--></td>
87      </tr>
88      <!--{/if}-->
89
90      <!--{if strlen($_site.message)}-->
91      <tr>
92        <th>メッセージ</th>
93        <td><!--{$_site.message|escape|nl2br}--></td>
94      </tr>
95      <!--{/if}-->
96
97    </table>
98
99  </div>
100</div>
101<!--▲CONTENTS-->
102
Note: See TracBrowser for help on using the repository browser.