source: branches/version-2_13_0/data/Smarty/templates/sphone/popup_header.tpl @ 23191

Revision 23191, 4.0 KB checked in by h_yoshimoto, 11 years ago (diff)

#2342 コメント追加

  • 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>
[23104]36    <script src="<!--{$TPL_URLPATH}-->js/eccube.sphone.js"></script>
[23191]37    <!-- #2342 次期メジャーバージョン(2.14)にてeccube.legacy.jsは削除予定.モジュール、プラグインの互換性を考慮して2.13では残します. -->
[23169]38    <script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/eccube.legacy.js"></script>
39    <script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/eccube.sphone.legacy.js"></script>
[21533]40    <script src="<!--{$TPL_URLPATH}-->js/jquery.biggerlink.js"></script>
41    <script type="text/javascript">
42        $(function(){
43            $('.recommendblock, .list_area, .newslist li, .bubbleBox, .arrowBox').biggerlink();
44        });
45    </script>
[19898]46
[21611]47    <!--{* jQuery Mobile *}-->
[22825]48    <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->js/jquery.mobile/jquery.mobile-1.3.1.min.css" />
[21613]49    <script src="<!--{$TPL_URLPATH}-->js/config.js"></script>
[22825]50    <script src="<!--{$TPL_URLPATH}-->js/jquery.mobile/jquery.mobile-1.3.1.min.js"></script>
[21050]51
[21533]52    <!--{* スマートフォンカスタマイズ用JS *}-->
53    <script src="<!--{$TPL_URLPATH}-->js/jquery.autoResizeTextAreaQ-0.1.js"></script>
54    <script src="<!--{$TPL_URLPATH}-->js/jquery.flickslide.js"></script>
[21050]55
[21533]56    <title><!--{$arrSiteInfo.shop_name|h}--><!--{if $tpl_subtitle|strlen >= 1}--> / <!--{$tpl_subtitle|h}--><!--{elseif $tpl_title|strlen >= 1}--> / <!--{$tpl_title|h}--><!--{/if}--></title>
57    <!--{if $arrPageLayout.author|strlen >= 1}-->
58        <meta name="author" content="<!--{$arrPageLayout.author|h}-->" />
59    <!--{/if}-->
60    <!--{if $arrPageLayout.description|strlen >= 1}-->
61        <meta name="description" content="<!--{$arrPageLayout.description|h}-->" />
62    <!--{/if}-->
63    <!--{if $arrPageLayout.keyword|strlen >= 1}-->
64        <meta name="keywords" content="<!--{$arrPageLayout.keyword|h}-->" />
65    <!--{/if}-->
[21752]66    <link rel="shortcut icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
67    <link rel="icon" type="image/vnd.microsoft.icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
[21533]68    <!--{* iPhone用アイコン画像 *}-->
69    <link rel="apple-touch-icon" href="<!--{$TPL_URLPATH}-->img/common/apple-touch-icon.png" />
[19898]70
[21533]71    <script type="text/javascript">//<![CDATA[
72        <!--{$tpl_javascript}-->
73        $(function(){
74            <!--{$tpl_onload}-->
75        });
[21537]76    //]]></script>
[17088]77</head>
78
[19785]79<body>
[21533]80    <noscript>
81        <p><em>JavaScriptを有効にしてご利用下さい.</em></p>
82    </noscript>
[17088]83
[21533]84    <a name="top" id="top"></a>
[17088]85
[21537]86        <!--{if !$disable_wincol}--><div id="windowcolumn"><!--{/if}-->
Note: See TracBrowser for help on using the repository browser.