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

Revision 20116, 2.2 KB checked in by nanasess, 13 years ago (diff)
  • svn properties を再設定
  • 再設定用のスクリプト追加
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • 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<!-- ▼本文 ここから -->
25<!--{if $arrSiteInfo.shop_name != ""}-->
26[emoji:38]店名<br>
27<!--{$arrSiteInfo.shop_name|h}--><br>
28<!--{/if}-->
29<!--{if $arrSiteInfo.company_name != ""}-->
30[emoji:39]会社名<br>
31<!--{$arrSiteInfo.company_name|h}--><br>
32<!--{/if}-->
33<!--{if $arrSiteInfo.zip01 != ""}-->
34[emoji:121]住所<br>
35〒<!--{$arrSiteInfo.zip01|h}-->-<!--{$arrSiteInfo.zip02|h}--><br>
36<!--{$arrSiteInfo.pref|h}--><!--{$arrSiteInfo.addr01|h}--><!--{$arrSiteInfo.addr02|h}--><br>
37<!--{/if}-->
38<!--{if $arrSiteInfo.tel01 != ""}-->
39[emoji:74]電話番号<br>
40<!--{$arrSiteInfo.tel01|h}-->-<!--{$arrSiteInfo.tel02|h}-->-<!--{$arrSiteInfo.tel03|h}--><br>
41<!--{/if}-->
42<!--{if $arrSiteInfo.fax01 != ""}-->
43[emoji:76]FAX番号<br>
44<!--{$arrSiteInfo.fax01|h}-->-<!--{$arrSiteInfo.fax02|h}-->-<!--{$arrSiteInfo.fax03|h}--><br>
45<!--{/if}-->
46<!--{if $arrSiteInfo.business_hour != ""}-->
47[emoji:176]営業時間<br>
48<!--{$arrSiteInfo.business_hour|h}--><br>
49<!--{/if}-->
50<!--{if $arrSiteInfo.email02 != ""}-->
51[emoji:110]メールアドレス<br>
52<a href="mailto:<!--{$arrSiteInfo.email02|h}-->"><!--{$arrSiteInfo.email02|h}--></a><br>
53<!--{/if}-->
54<!--{if $arrSiteInfo.good_traded != ""}-->
55[emoji:72]取扱商品<br>
56<!--{$arrSiteInfo.good_traded|h|nl2br}--><br>
57<!--{/if}-->
58<!--{if $arrSiteInfo.message != ""}-->
59[emoji:70]メッセージ<br>
60<!--{$arrSiteInfo.message|h|nl2br}--><br>
61<!--{/if}-->
62<!-- ▲本文 ここまで -->
63<br>
Note: See TracBrowser for help on using the repository browser.