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

Revision 23078, 3.6 KB checked in by pineray, 11 years ago (diff)

#2341 EC-CUBE独自のJSをまとめる
スマートフォン用のJavaScriptファイル名を変更.

  • 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 
[21539]1<!DOCTYPE HTML>
[17088]2<!--{*
3 * This file is part of EC-CUBE
4 *
[22206]5 * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved.
[17088]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 *}-->
[19898]23
[21050]24<html lang="ja">
[17088]25<head>
[21533]26    <meta charset="UTF-8">
27    <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
[19898]28
[21533]29    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0" />
30    <meta name="format-detection" content="telephone=no">
31    <!--{* 共通CSS *}-->
32    <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->css/import.css" />
[19898]33
[22825]34    <script src="<!--{$TPL_URLPATH}-->js/jquery-1.9.1.min.js"></script>
[23058]35    <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/eccube.js"></script>
[23078]36    <script src="<!--{$TPL_URLPATH}-->js/eccube.sphone.js"></script>
[21533]37    <script src="<!--{$TPL_URLPATH}-->js/jquery.biggerlink.js"></script>
38    <script type="text/javascript">
39        $(function(){
40            $('.recommendblock, .list_area, .newslist li, .bubbleBox, .arrowBox').biggerlink();
41        });
42    </script>
[19898]43
[21611]44    <!--{* jQuery Mobile *}-->
[22825]45    <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->js/jquery.mobile/jquery.mobile-1.3.1.min.css" />
[21613]46    <script src="<!--{$TPL_URLPATH}-->js/config.js"></script>
[22825]47    <script src="<!--{$TPL_URLPATH}-->js/jquery.mobile/jquery.mobile-1.3.1.min.js"></script>
[21050]48
[21533]49    <!--{* スマートフォンカスタマイズ用JS *}-->
50    <script src="<!--{$TPL_URLPATH}-->js/jquery.autoResizeTextAreaQ-0.1.js"></script>
51    <script src="<!--{$TPL_URLPATH}-->js/jquery.flickslide.js"></script>
[21050]52
[21533]53    <title><!--{$arrSiteInfo.shop_name|h}--><!--{if $tpl_subtitle|strlen >= 1}--> / <!--{$tpl_subtitle|h}--><!--{elseif $tpl_title|strlen >= 1}--> / <!--{$tpl_title|h}--><!--{/if}--></title>
54    <!--{if $arrPageLayout.author|strlen >= 1}-->
55        <meta name="author" content="<!--{$arrPageLayout.author|h}-->" />
56    <!--{/if}-->
57    <!--{if $arrPageLayout.description|strlen >= 1}-->
58        <meta name="description" content="<!--{$arrPageLayout.description|h}-->" />
59    <!--{/if}-->
60    <!--{if $arrPageLayout.keyword|strlen >= 1}-->
61        <meta name="keywords" content="<!--{$arrPageLayout.keyword|h}-->" />
62    <!--{/if}-->
[21752]63    <link rel="shortcut icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
64    <link rel="icon" type="image/vnd.microsoft.icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
[21533]65    <!--{* iPhone用アイコン画像 *}-->
66    <link rel="apple-touch-icon" href="<!--{$TPL_URLPATH}-->img/common/apple-touch-icon.png" />
[19898]67
[21533]68    <script type="text/javascript">//<![CDATA[
69        <!--{$tpl_javascript}-->
70        $(function(){
71            <!--{$tpl_onload}-->
72        });
[21537]73    //]]></script>
[17088]74</head>
75
[19785]76<body>
[21533]77    <noscript>
78        <p><em>JavaScriptを有効にしてご利用下さい.</em></p>
79    </noscript>
[17088]80
[21533]81    <a name="top" id="top"></a>
[17088]82
[21537]83        <!--{if !$disable_wincol}--><div id="windowcolumn"><!--{/if}-->
Note: See TracBrowser for help on using the repository browser.