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

Revision 16003, 2.2 KB checked in by nanasess, 17 years ago (diff)

メールアドレスをエンコーディング

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!--{*
2    /*
3    * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4    *
5    * http://www.lockon.co.jp/
6    */
7    *}-->
8<!--▼CONTENTS-->
9<div id="undercolumn">
10
11  <div id="undercolumn_aboutus">
12    <h2 class="title"><img src="<!--{$TPL_DIR}-->img/aboutus/title.jpg" width="580" height="40" alt="当サイトについて" /></h2>
13
14    <table summary="当サイトについて">
15
16    <!--{assign var=_site value=$arrSiteInfo}-->
17
18      <!--{if $_site.shop_name}-->
19        <tr>
20          <th>店名</th>
21          <td><!--{$_site.shop_name|escape}--></td>
22        </tr>
23      <!--{/if}-->
24
25      <!--{if $_site.company_name}-->
26      <tr>
27        <th>会社名</th>
28        <td><!--{$_site.company_name|escape}--></td>
29      </tr>
30      <!--{/if}-->
31
32      <!--{if $_site.zip01}-->
33      <tr>
34        <th>住所</th>
35        <td>〒<!--{$_site.zip01|escape}-->-<!--{$_site.zip02|escape}--><br /><!--{$_site.pref|escape}--><!--{$_site.addr01|escape}--><!--{$_site.addr02|escape}--></td>
36      </tr>
37      <!--{/if}-->
38
39      <!--{if $_site.tel01}-->
40      <tr>
41        <th>電話番号</th>
42        <td><!--{$_site.tel01|escape}-->-<!--{$_site.tel02|escape}-->-<!--{$_site.tel03|escape}--></td>
43      </tr>
44      <!--{/if}-->
45
46      <!--{if $_site.fax01}-->
47      <tr>
48        <th>FAX番号</th>
49        <td><!--{$_site.fax01|escape}-->-<!--{$_site.fax02|escape}-->-<!--{$_site.fax03|escape}--></td>
50      </tr>
51      <!--{/if}-->
52
53      <!--{if $_site.email02}-->
54      <tr>
55        <th>メールアドレス</th>
56        <td><a href="mailto:<!--{$_site.email02|escape:'hex'}-->"><!--{$_site.email02|escape:'hexentity'}--></a></td>
57      </tr>
58      <!--{/if}-->
59
60      <!--{if $_site.business_hour}-->
61      <tr>
62        <th>営業時間</th>
63        <td><!--{$_site.business_hour|escape}--></td>
64      </tr>
65      <!--{/if}-->
66
67      <!--{if $_site.business_hour}-->
68      <tr>
69        <th>取扱商品</th>
70        <td><!--{$_site.good_traded|escape|nl2br}--></td>
71      </tr>
72      <!--{/if}-->
73
74      <!--{if $_site.message}-->
75      <tr>
76        <th>メッセージ</th>
77        <td><!--{$_site.message|escape|nl2br}--></td>
78      </tr>
79      <!--{/if}-->
80
81    </table>
82
83  </div>
84</div>
85<!--▲CONTENTS-->
86
Note: See TracBrowser for help on using the repository browser.