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

Revision 21537, 4.3 KB checked in by Seasoft, 12 years ago (diff)

#1613 (ソース整形・ソースコメントの改善)

  • 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<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22
23<html lang="ja">
24<head>
25    <meta charset="UTF-8">
26    <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
27
28    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0" />
29    <meta name="format-detection" content="telephone=no">
30    <meta http-equiv="Content-Script-Type" content="text/javascript" />
31    <meta http-equiv="Content-Style-Type" content="text/css" />
32    <!--{* 共通CSS *}-->
33    <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->css/import.css" />
34
35    <!--{if $tpl_page_category == "abouts"}-->
36        <!--{if ($smarty.server.HTTPS != "") && ($smarty.server.HTTPS != "off")}-->
37            <script src="https://maps.google.com/maps/api/js?sensor=false"></script>
38        <!--{else}-->
39            <script src="http://maps.google.com/maps/api/js?sensor=false"></script>
40        <!--{/if}-->
41    <!--{/if}-->
42    <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/navi.js"></script>
43    <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/win_op.js"></script>
44    <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/site.js"></script>
45    <script src="<!--{$TPL_URLPATH}-->js/jquery-1.6.4.min.js"></script>
46    <script src="<!--{$TPL_URLPATH}-->js/jquery.biggerlink.js"></script>
47    <script type="text/javascript">
48        $(function(){
49            $('.recommendblock, .list_area, .newslist li, .bubbleBox, .arrowBox').biggerlink();
50        });
51    </script>
52    <script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/btn.js"></script>
53    <script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/barbutton.js"></script>
54    <script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/category.js"></script>
55    <script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/news.js"></script>
56
57    <!--{* スマートフォンカスタマイズ用CSS *}-->
58    <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->css/jquery.mobile-1.0.1.css" />
59
60    <!--{* スマートフォンカスタマイズ用JS *}-->
61    <script src="<!--{$TPL_URLPATH}-->js/config.js"></script>
62    <script src="<!--{$TPL_URLPATH}-->js/jquery.mobile-1.0.1.min.js"></script>
63    <script src="<!--{$TPL_URLPATH}-->js/jquery.autoResizeTextAreaQ-0.1.js"></script>
64    <script src="<!--{$TPL_URLPATH}-->js/jquery.flickslide.js"></script>
65    <script src="<!--{$TPL_URLPATH}-->js/favorite.js"></script>
66
67    <title><!--{$arrSiteInfo.shop_name|h}--><!--{if $tpl_subtitle|strlen >= 1}--> / <!--{$tpl_subtitle|h}--><!--{elseif $tpl_title|strlen >= 1}--> / <!--{$tpl_title|h}--><!--{/if}--></title>
68    <!--{if $arrPageLayout.author|strlen >= 1}-->
69        <meta name="author" content="<!--{$arrPageLayout.author|h}-->" />
70    <!--{/if}-->
71    <!--{if $arrPageLayout.description|strlen >= 1}-->
72        <meta name="description" content="<!--{$arrPageLayout.description|h}-->" />
73    <!--{/if}-->
74    <!--{if $arrPageLayout.keyword|strlen >= 1}-->
75        <meta name="keywords" content="<!--{$arrPageLayout.keyword|h}-->" />
76    <!--{/if}-->
77    <!--{* iPhone用アイコン画像 *}-->
78    <link rel="apple-touch-icon" href="<!--{$TPL_URLPATH}-->img/common/apple-touch-icon.png" />
79
80    <script type="text/javascript">//<![CDATA[
81        <!--{$tpl_javascript}-->
82        $(function(){
83            <!--{$tpl_onload}-->
84        });
85    //]]></script>
86</head>
87
88<body>
89    <noscript>
90        <p><em>JavaScriptを有効にしてご利用下さい.</em></p>
91    </noscript>
92
93    <a name="top" id="top"></a>
94
95        <!--{if !$disable_wincol}--><div id="windowcolumn"><!--{/if}-->
Note: See TracBrowser for help on using the repository browser.