source: branches/version-2_13-dev/data/Smarty/templates/default/site_frame.tpl @ 23417

Revision 23417, 5.1 KB checked in by pineray, 10 years ago (diff)

#2546 ツールチップのライブラリを jQuery UI に変更

  • 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<!--{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="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.colorbox/colorbox.css" type="text/css" media="all" />
45<link rel="stylesheet" href="<!--{$TPL_URLPATH}-->css/import.css" type="text/css" media="all" />
46<!--{if $tpl_page_class_name === "LC_Page_Products_Detail"}-->
47    <link rel="stylesheet" href="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.ui/theme/jquery.ui.core.css" type="text/css" media="all" />
48    <link rel="stylesheet" href="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.ui/theme/jquery.ui.tooltip.css" type="text/css" media="all" />
49    <link rel="stylesheet" href="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.ui/theme/jquery.ui.theme.css" type="text/css" media="all" />
50<!--{/if}-->
51<link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.HTTP_URL}-->rss/<!--{$smarty.const.DIR_INDEX_PATH}-->" />
52<!--[if lt IE 9]>
53<script src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery-1.11.1.min.js"></script>
54<![endif]-->
55<!--[if gte IE 9]><!-->
56<script src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery-2.1.1.min.js"></script>
57<!--<![endif]-->
58<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/eccube.js"></script>
59<!-- #2342 次期メジャーバージョン(2.14)にてeccube.legacy.jsは削除予定.モジュール、プラグインの互換性を考慮して2.13では残します. -->
60<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/eccube.legacy.js"></script>
61<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.colorbox/jquery.colorbox-min.js"></script>
62<!--{if $tpl_page_class_name === "LC_Page_Abouts"}-->
63    <!--{if ($smarty.server.HTTPS != "") && ($smarty.server.HTTPS != "off")}-->
64        <script type="text/javascript" src="https://maps-api-ssl.google.com/maps/api/js?sensor=false"></script>
65    <!--{else}-->
66        <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
67    <!--{/if}-->
68<!--{/if}-->
69
70<script type="text/javascript">//<![CDATA[
71    <!--{$tpl_javascript}-->
72    $(function(){
73        <!--{$tpl_onload}-->
74    });
75//]]></script>
76
77<!--{strip}-->
78    <!--{* ▼Head COLUMN*}-->
79    <!--{if $arrPageLayout.HeadNavi|@count > 0}-->
80        <!--{* ▼上ナビ *}-->
81        <!--{foreach key=HeadNaviKey item=HeadNaviItem from=$arrPageLayout.HeadNavi}-->
82            <!--{* ▼<!--{$HeadNaviItem.bloc_name}--> *}-->
83            <!--{if $HeadNaviItem.php_path != ""}-->
84                <!--{include_php file=$HeadNaviItem.php_path}-->
85            <!--{else}-->
86                <!--{include file=$HeadNaviItem.tpl_path}-->
87            <!--{/if}-->
88            <!--{* ▲<!--{$HeadNaviItem.bloc_name}--> *}-->
89        <!--{/foreach}-->
90        <!--{* ▲上ナビ *}-->
91    <!--{/if}-->
92    <!--{* ▲Head COLUMN*}-->
93<!--{/strip}-->
94</head>
95
96<!-- ▼BODY部 スタート -->
97<!--{include file='./site_main.tpl'}-->
98<!-- ▲BODY部 エンド -->
99
100</html>
Note: See TracBrowser for help on using the repository browser.