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

Revision 21157, 4.2 KB checked in by nanasess, 13 years ago (diff)

#1413 textarea autoResize のライセンスが不明なので, BSD ライセンスのものに変更

  • 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.5.2.min.js"></script>
46<script src="<!--{$TPL_URLPATH}-->js/jquery.biggerlink.js"></script>
47<script type="text/javascript">    
48    $(function(){
49        $('.recomendblock, .list_area, .newslist li,.bubbleBox,.arrowBox').biggerlink();
50        //$('.recomendblock, .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<!--{* スマートフォンカスタマイズ用CSS *}-->
59<link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->css/jquery.mobile-1.0a3.min.css" />
60
61<!--{* スマートフォンカスタマイズ用JS *}-->
62<script src="<!--{$TPL_URLPATH}-->js/config.js"></script>
63<script src="<!--{$TPL_URLPATH}-->js/jquery.mobile-1.0a3.min.js"></script>
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<!--{* iPhone用アイコン画像 *}-->
79<link rel="apple-touch-icon" href="<!--{$TPL_URLPATH}-->img/common/apple-touch-icon.png" />
80
81<script type="text/javascript">//<![CDATA[
82    <!--{$tpl_javascript}-->
83    $(function(){
84        <!--{$tpl_onload}-->
85    });
86//]]>
87</script>
88</head>
89
90<body>
91<noscript>
92  <p><em>JavaScriptを有効にしてご利用下さい.</em></p>
93</noscript>
94
95<a name="top" id="top"></a>
96
97<!--▼CONTENTS-->
98<!--{if !$disable_wincol}--><div id="windowcolumn"><!--{/if}-->
Note: See TracBrowser for help on using the repository browser.