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

Revision 23138, 5.3 KB checked in by pineray, 11 years ago (diff)

#2353 モーダルウィンドウのJavaScriptライブラリを変更

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
RevLine 
[21050]1<!DOCTYPE HTML>
[19661]2<!--{*
3 * This file is part of EC-CUBE
4 *
[22206]5 * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved.
[19661]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
[22363]24<html lang="ja">
[21537]25    <head>
26        <meta charset="UTF-8">
27        <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
[19661]28
[22931]29        <title><!--{$arrSiteInfo.shop_name|h}--><!--{if $tpl_subtitle|strlen >= 1}--> / <!--{$tpl_subtitle|h}--><!--{elseif $tpl_title|strlen >= 1}--> / <!--{$tpl_title|h}--><!--{/if}--></title>
30
[21537]31        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0" />
32        <meta name="format-detection" content="telephone=no">
[22931]33        <!--{if $arrPageLayout.author|strlen >= 1}-->
34            <meta name="author" content="<!--{$arrPageLayout.author|h}-->" />
35        <!--{/if}-->
36        <!--{if $arrPageLayout.description|strlen >= 1}-->
37            <meta name="description" content="<!--{$arrPageLayout.description|h}-->" />
38        <!--{/if}-->
39        <!--{if $arrPageLayout.keyword|strlen >= 1}-->
40            <meta name="keywords" content="<!--{$arrPageLayout.keyword|h}-->" />
41        <!--{/if}-->
42        <!--{if $arrPageLayout.meta_robots|strlen >= 1}-->
43            <meta name="robots" content="<!--{$arrPageLayout.meta_robots|h}-->" />
44        <!--{/if}-->
45
46        <link rel="shortcut icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
47        <link rel="icon" type="image/vnd.microsoft.icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
[21537]48        <!--{* 共通CSS *}-->
49        <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->css/import.css" />
[19661]50
[22825]51        <script src="<!--{$TPL_URLPATH}-->js/jquery-1.9.1.min.js"></script>
[23058]52        <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/eccube.js"></script>
[23078]53        <script src="<!--{$TPL_URLPATH}-->js/eccube.sphone.js"></script>
[23111]54        <!--{* 従来のJavaScript関数が必要な場合は、コメントアウトを外してスクリプトファイルを読み込んでください。
55            <script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/eccube.legacy.js"></script>
56            <script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/eccube.sphone.legacy.js"></script>
57        *}-->
[21537]58        <script src="<!--{$TPL_URLPATH}-->js/jquery.biggerlink.js"></script>
59        <script>//<![CDATA[
60            $(function(){
61                $('.header_navi li, .recommendblock, .list_area, .newslist li, .bubbleBox, .arrowBox, .category_body, .navBox li,#mypagecolumn .cartitemBox').biggerlink();
62            });
63        //]]></script>
[19713]64
[21611]65        <!--{* jQuery Mobile *}-->
[22825]66        <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->js/jquery.mobile/jquery.mobile-1.3.1.min.css" />
[21613]67        <script src="<!--{$TPL_URLPATH}-->js/config.js"></script>
[22825]68        <script src="<!--{$TPL_URLPATH}-->js/jquery.mobile/jquery.mobile-1.3.1.min.js"></script>
[21611]69
[21537]70        <!--{* スマートフォンカスタマイズ用CSS *}-->
[23138]71        <link rel="stylesheet" href="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.colorbox/colorbox.css" type="text/css" media="all" />
[21050]72
[21537]73        <!--{* スマートフォンカスタマイズ用JS *}-->
74        <script src="<!--{$TPL_URLPATH}-->js/jquery.autoResizeTextAreaQ-0.1.js"></script>
75        <script src="<!--{$TPL_URLPATH}-->js/jquery.flickslide.js"></script>
[23138]76        <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.colorbox/jquery.colorbox-min.js"></script>
[21050]77
[21537]78        <!--{* iPhone用アイコン画像 *}-->
79        <link rel="apple-touch-icon" href="<!--{$TPL_URLPATH}-->img/common/apple-touch-icon.png" />
[19661]80
[21537]81        <script type="text/javascript">//<![CDATA[
82            <!--{$tpl_javascript}-->
83            $(function(){
84                <!--{$tpl_onload}-->
85            });
86        //]]></script>
[20614]87
[22931]88        <!--{* ▼Head COLUMN *}-->
[21537]89            <!--{if $arrPageLayout.HeadNavi|@count > 0}-->
[22931]90                <!--{foreach key=HeadNaviKey item=HeadNaviItem from=$arrPageLayout.HeadNavi}-->
91                    <!--{* ▼<!--{$HeadNaviItem.bloc_name}--> *}-->
92                        <!--{if $HeadNaviItem.php_path != ""}-->
93                            <!--{include_php file=$HeadNaviItem.php_path items=$HeadNaviItem}-->
94                        <!--{else}-->
95                            <!--{include file=$HeadNaviItem.tpl_path items=$HeadNaviItem}-->
96                        <!--{/if}-->
97                    <!--{* ▲<!--{$HeadNaviItem.bloc_name}--> *}-->
98                <!--{/foreach}-->
[21537]99            <!--{/if}-->
[22931]100        <!--{* ▲Head COLUMN *}-->
[21537]101    </head>
[19661]102
[22931]103    <!-- ▼BODY部 -->
[21537]104    <!--{include file='./site_main.tpl'}-->
[22931]105    <!-- ▲BODY部 -->
[19661]106
[19771]107</html>
Note: See TracBrowser for help on using the repository browser.