Warning: Can't use blame annotator:
svn blame failed on branches/version-2_13_0/data/Smarty/templates/default/site_frame.tpl: バイナリファイル 'file:///home/svn/open/branches/version-2_13_0/data/Smarty/templates/default/site_frame.tpl' に対しては blame で各行の最終変更者を計算できません 195004

source: branches/version-2_13_0/data/Smarty/templates/default/site_frame.tpl @ 23168

Revision 23168, 4.2 KB checked in by m_uehara, 11 years ago (diff)

#2348 r23142, r23154 - r23156, r23160 - r23162 をマージ

  • 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
RevLine 
1<!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<!--{*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2013 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<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
25<head>
26<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
27<title><!--{$arrSiteInfo.shop_name|h}--><!--{if $tpl_subtitle|strlen >= 1}--> / <!--{$tpl_subtitle|h}--><!--{elseif $tpl_title|strlen >= 1}--> / <!--{$tpl_title|h}--><!--{/if}--></title>
28<meta http-equiv="Content-Script-Type" content="text/javascript" />
29<meta http-equiv="Content-Style-Type" content="text/css" />
30<!--{if $arrPageLayout.author|strlen >= 1}-->
31    <meta name="author" content="<!--{$arrPageLayout.author|h}-->" />
32<!--{/if}-->
33<!--{if $arrPageLayout.description|strlen >= 1}-->
34    <meta name="description" content="<!--{$arrPageLayout.description|h}-->" />
35<!--{/if}-->
36<!--{if $arrPageLayout.keyword|strlen >= 1}-->
37    <meta name="keywords" content="<!--{$arrPageLayout.keyword|h}-->" />
38<!--{/if}-->
39<!--{if $arrPageLayout.meta_robots|strlen >= 1}-->
40    <meta name="robots" content="<!--{$arrPageLayout.meta_robots|h}-->" />
41<!--{/if}-->
42<link rel="shortcut icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
43<link rel="icon" type="image/vnd.microsoft.icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
44<link rel="stylesheet" href="<!--{$TPL_URLPATH}-->css/import.css" type="text/css" media="all" />
45<link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.HTTP_URL}-->rss/<!--{$smarty.const.DIR_INDEX_PATH}-->" />
46<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery-1.4.2.min.js"></script>
47<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/eccube.js"></script>
48<!--{if $load_legacy_js}-->
49    <!--{* 従来のJavaScript関数が必要な場合 LC_Page::init() で $load_legacy_js を true に設定する *}-->
50    <script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/eccube.legacy.js"></script>
51<!--{/if}-->
52<!--{if $tpl_page_class_name === "LC_Page_Abouts"}-->
53    <!--{if ($smarty.server.HTTPS != "") && ($smarty.server.HTTPS != "off")}-->
54        <script type="text/javascript" src="https://maps-api-ssl.google.com/maps/api/js?sensor=false"></script>
55    <!--{else}-->
56        <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
57    <!--{/if}-->
58<!--{/if}-->
59
60<script type="text/javascript">//<![CDATA[
61    <!--{$tpl_javascript}-->
62    $(function(){
63        <!--{$tpl_onload}-->
64    });
65//]]></script>
66
67<!--{strip}-->
68    <!--{* ▼Head COLUMN*}-->
69    <!--{if $arrPageLayout.HeadNavi|@count > 0}-->
70        <!--{* ▼上ナビ *}-->
71        <!--{foreach key=HeadNaviKey item=HeadNaviItem from=$arrPageLayout.HeadNavi}-->
72            <!--{* ▼<!--{$HeadNaviItem.bloc_name}--> *}-->
73            <!--{if $HeadNaviItem.php_path != ""}-->
74                <!--{include_php file=$HeadNaviItem.php_path}-->
75            <!--{else}-->
76                <!--{include file=$HeadNaviItem.tpl_path}-->
77            <!--{/if}-->
78            <!--{* ▲<!--{$HeadNaviItem.bloc_name}--> *}-->
79        <!--{/foreach}-->
80        <!--{* ▲上ナビ *}-->
81    <!--{/if}-->
82    <!--{* ▲Head COLUMN*}-->
83<!--{/strip}-->
84</head>
85
86<!-- ▼BODY部 スタート -->
87<!--{include file='./site_main.tpl'}-->
88<!-- ▲BODY部 エンド -->
89
90</html>
Note: See TracBrowser for help on using the repository browser.