source: branches/version-2_12-multilang/data/Smarty/templates/sphone_en/popup_header.tpl @ 22157

Revision 22157, 4.5 KB checked in by h_yoshimoto, 11 years ago (diff)

#1992 英文テンプレートを一旦コミット

Line 
1<!DOCTYPE HTML>
2<!--{*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2012 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 lang="ja">
25<head>
26    <meta charset="UTF-8">
27    <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
28
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    <meta http-equiv="Content-Script-Type" content="text/javascript" />
32    <meta http-equiv="Content-Style-Type" content="text/css" />
33    <!--{* 共通CSS *}-->
34    <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->css/import.css" />
35
36    <!--{if $tpl_page_category == "abouts"}-->
37        <!--{if ($smarty.server.HTTPS != "") && ($smarty.server.HTTPS != "off")}-->
38            <script src="https://maps.google.com/maps/api/js?sensor=false"></script>
39        <!--{else}-->
40            <script src="http://maps.google.com/maps/api/js?sensor=false"></script>
41        <!--{/if}-->
42    <!--{/if}-->
43    <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/navi.js"></script>
44    <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/win_op.js"></script>
45    <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/site.js"></script>
46    <script src="<!--{$TPL_URLPATH}-->js/jquery-1.6.4.min.js"></script>
47    <script src="<!--{$TPL_URLPATH}-->js/jquery.biggerlink.js"></script>
48    <script type="text/javascript">
49        $(function(){
50            $('.recommendblock, .list_area, .newslist li, .bubbleBox, .arrowBox').biggerlink();
51        });
52    </script>
53    <script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/btn.js"></script>
54    <script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/barbutton.js"></script>
55    <script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/category.js"></script>
56    <script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/news.js"></script>
57
58    <!--{* jQuery Mobile *}-->
59    <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->js/jquery.mobile/jquery.mobile-1.0.1.min.css" />
60    <script src="<!--{$TPL_URLPATH}-->js/config.js"></script>
61    <script src="<!--{$TPL_URLPATH}-->js/jquery.mobile/jquery.mobile-1.0.1.min.js"></script>
62
63    <!--{* スマートフォンカスタマイズ用JS *}-->
64    <script src="<!--{$TPL_URLPATH}-->js/jquery.autoResizeTextAreaQ-0.1.js"></script>
65    <script src="<!--{$TPL_URLPATH}-->js/jquery.flickslide.js"></script>
66    <script src="<!--{$TPL_URLPATH}-->js/favorite.js"></script>
67
68    <title><!--{$arrSiteInfo.shop_name|h}--><!--{if $tpl_subtitle|strlen >= 1}--> / <!--{$tpl_subtitle|h}--><!--{elseif $tpl_title|strlen >= 1}--> / <!--{$tpl_title|h}--><!--{/if}--></title>
69    <!--{if $arrPageLayout.author|strlen >= 1}-->
70        <meta name="author" content="<!--{$arrPageLayout.author|h}-->" />
71    <!--{/if}-->
72    <!--{if $arrPageLayout.description|strlen >= 1}-->
73        <meta name="description" content="<!--{$arrPageLayout.description|h}-->" />
74    <!--{/if}-->
75    <!--{if $arrPageLayout.keyword|strlen >= 1}-->
76        <meta name="keywords" content="<!--{$arrPageLayout.keyword|h}-->" />
77    <!--{/if}-->
78    <link rel="shortcut icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
79    <link rel="icon" type="image/vnd.microsoft.icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
80    <!--{* iPhone用アイコン画像 *}-->
81    <link rel="apple-touch-icon" href="<!--{$TPL_URLPATH}-->img/common/apple-touch-icon.png" />
82
83    <script type="text/javascript">//<![CDATA[
84        <!--{$tpl_javascript}-->
85        $(function(){
86            <!--{$tpl_onload}-->
87        });
88    //]]></script>
89</head>
90
91<body>
92    <noscript>
93        <p><em>Enable JavaScript</em></p>
94    </noscript>
95
96    <a name="top" id="top"></a>
97
98        <!--{if !$disable_wincol}--><div id="windowcolumn"><!--{/if}-->
Note: See TracBrowser for help on using the repository browser.