source: branches/version-2_5-dev/data/Smarty/templates/mobile/guide/about.tpl @ 19785

Revision 19785, 2.9 KB checked in by Seasoft, 13 years ago (diff)

#862(テンプレート上のエスケープを簡単に)
#628(未使用処理・定義などの削除)

  • Smarty 変数 tpl_start

#879(jQuery の ready イベントと競合する body の onload イベントを使用している)

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-smarty-template; 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<center>運営会社紹介</center>
25
26<hr>
27
28<!-- ▼本文 ここから -->
29<!--{if $arrSiteInfo.shop_name != ""}-->
30[emoji:38]<font color="#800000">店名</font><br>
31<!--{$arrSiteInfo.shop_name|h}--><br>
32<!--{/if}-->
33<!--{if $arrSiteInfo.company_name != ""}-->
34[emoji:39]<font color="#800000">会社名</font><br>
35<!--{$arrSiteInfo.company_name|h}--><br>
36<!--{/if}-->
37<!--{if $arrSiteInfo.zip01 != ""}-->
38[emoji:121]<font color="#800000">住所</font><br>
39〒<!--{$arrSiteInfo.zip01|h}-->-<!--{$arrSiteInfo.zip02|h}--><br>
40<!--{$arrSiteInfo.pref|h}--><!--{$arrSiteInfo.addr01|h}--><!--{$arrSiteInfo.addr02|h}--><br>
41<!--{/if}-->
42<!--{if $arrSiteInfo.tel01 != ""}-->
43[emoji:74]<font color="#800000">電話番号</font><br>
44<!--{$arrSiteInfo.tel01|h}-->-<!--{$arrSiteInfo.tel02|h}-->-<!--{$arrSiteInfo.tel03|h}--><br>
45<!--{/if}-->
46<!--{if $arrSiteInfo.fax01 != ""}-->
47[emoji:76]<font color="#800000">FAX番号</font><br>
48<!--{$arrSiteInfo.fax01|h}-->-<!--{$arrSiteInfo.fax02|h}-->-<!--{$arrSiteInfo.fax03|h}--><br>
49<!--{/if}-->
50<!--{if $arrSiteInfo.business_hour != ""}-->
51[emoji:176]<font color="#800000">営業時間</font><br>
52<!--{$arrSiteInfo.business_hour|h}--><br>
53<!--{/if}-->
54<!--{if $arrSiteInfo.email02 != ""}-->
55[emoji:110]<font color="#800000">メールアドレス</font><br>
56<a href="mailto:<!--{$arrSiteInfo.email02|h}-->"><!--{$arrSiteInfo.email02|h}--></a><br>
57<!--{/if}-->
58<!--{if $arrSiteInfo.good_traded != ""}-->
59[emoji:72]<font color="#800000">取扱商品</font><br>
60<!--{$arrSiteInfo.good_traded|h|nl2br}--><br>
61<!--{/if}-->
62<!--{if $arrSiteInfo.message != ""}-->
63[emoji:70]<font color="#800000">メッセージ</font><br>
64<!--{$arrSiteInfo.message|h|nl2br}--><br>
65<!--{/if}-->
66<!-- ▲本文 ここまで -->
67
68<br>
69<hr>
70
71<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
72<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
73
74<br>
75
76<!-- ▼フッター ここから -->
77<!--{include file='footer.tpl'}-->
78<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.