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

Revision 21170, 4.6 KB checked in by nanasess, 13 years ago (diff)

#1413 CSS ファイルをフォーマットされたものに変更. カスタマイズ性を優先させるため

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
RevLine 
[21050]1<!DOCTYPE HTML>
[19661]2<!--{*
3 * This file is part of EC-CUBE
4 *
[20764]5 * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved.
[19661]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
[21050]24<html lang="ja">
[19661]25<head>
[21050]26<meta charset="UTF-8"> 
[19661]27<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
28
[21050]29<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0" />
[19661]30<meta name="format-detection" content="telephone=no">
31<!--{* 共通CSS *}-->
[21050]32<link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->css/import.css" />
[19661]33
[20793]34<!--{if $tpl_page_category == "abouts"}-->
35<!--{if ($smarty.server.HTTPS != "") && ($smarty.server.HTTPS != "off")}-->
[21129]36<script src="https://maps-api-ssl.google.com/maps/api/js?sensor=false"></script>
[20793]37<!--{else}-->
[21050]38<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
[20793]39<!--{/if}-->
40<!--{/if}-->
[21050]41<script src="<!--{$smarty.const.ROOT_URLPATH}-->js/navi.js"></script>
42<script src="<!--{$smarty.const.ROOT_URLPATH}-->js/win_op.js"></script>
43<script src="<!--{$smarty.const.ROOT_URLPATH}-->js/site.js"></script>
44<script src="<!--{$TPL_URLPATH}-->js/jquery-1.5.2.min.js"></script>
45<script src="<!--{$TPL_URLPATH}-->js/jquery.biggerlink.js"></script>
[21132]46<script>//<![CDATA[
[21050]47    $(function(){
[21095]48        $('.header_navi li,.recomendblock, .list_area, .newslist li, .bubbleBox, .arrowBox, .category_body, .navBox li,#mypagecolumn .cartitemBox').biggerlink();
[21050]49    });
[21132]50//]]>
[20614]51</script>
[21132]52<script src="<!--{$TPL_URLPATH}-->js/btn.js"></script>
53<script src="<!--{$TPL_URLPATH}-->js/barbutton.js"></script>
54<script src="<!--{$TPL_URLPATH}-->js/category.js"></script>
55<script src="<!--{$TPL_URLPATH}-->js/news.js"></script>
[19713]56
[21050]57<!--{* スマートフォンカスタマイズ用CSS *}-->
[21170]58<link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->css/jquery.mobile-1.0a3.css" />
[21132]59<link rel="stylesheet" media="screen" href="<!--{$TPL_URLPATH}-->js/jquery.facebox/facebox.css" />
[21050]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>
[21157]64<script src="<!--{$TPL_URLPATH}-->js/jquery.autoResizeTextAreaQ-0.1.js"></script>
[21050]65<script src="<!--{$TPL_URLPATH}-->js/jquery.flickslide.js"></script>
66<script src="<!--{$TPL_URLPATH}-->js/favorite.js"></script>
67
[19785]68<title><!--{$arrSiteInfo.shop_name|h}--><!--{if $tpl_subtitle|strlen >= 1}--> / <!--{$tpl_subtitle|h}--><!--{elseif $tpl_title|strlen >= 1}--> / <!--{$tpl_title|h}--><!--{/if}--></title>
[19661]69<!--{if $arrPageLayout.author|strlen >= 1}-->
[19785]70    <meta name="author" content="<!--{$arrPageLayout.author|h}-->" />
[19661]71<!--{/if}-->
72<!--{if $arrPageLayout.description|strlen >= 1}-->
[19785]73    <meta name="description" content="<!--{$arrPageLayout.description|h}-->" />
[19661]74<!--{/if}-->
75<!--{if $arrPageLayout.keyword|strlen >= 1}-->
[19785]76    <meta name="keywords" content="<!--{$arrPageLayout.keyword|h}-->" />
[19661]77<!--{/if}-->
78<!--{* iPhone用アイコン画像 *}-->
[19983]79<link rel="apple-touch-icon" href="<!--{$TPL_URLPATH}-->img/common/apple-touch-icon.png" />
[19661]80
[19757]81<script type="text/javascript">//<![CDATA[
82    <!--{$tpl_javascript}-->
[19785]83    $(function(){
[21050]84    <!--{$tpl_onload}-->
85});
[19757]86//]]>
87</script>
[20614]88
89
90
[19837]91<!--{* ▼Head COLUMN*}-->
92  <!--{if $arrPageLayout.HeadNavi|@count > 0}-->
93    <!--{* ▼上ナビ *}-->
94      <!--{foreach key=HeadNaviKey item=HeadNaviItem from=$arrPageLayout.HeadNavi}-->
95        <!--{* ▼<!--{$HeadNaviItem.bloc_name}--> ここから*}-->
96          <!--{if $HeadNaviItem.php_path != ""}-->
[20809]97            <!--{include_php file=$HeadNaviItem.php_path items=$HeadNaviItem}-->
[19837]98          <!--{else}-->
[20809]99            <!--{include file=$HeadNaviItem.tpl_path items=$HeadNaviItem}-->
[19837]100          <!--{/if}-->
101        <!--{* ▲<!--{$HeadNaviItem.bloc_name}--> ここまで*}-->
102      <!--{/foreach}-->
103    <!--{* ▲上ナビ *}-->
104  <!--{/if}-->
105<!--{* ▲Head COLUMN*}-->
[19661]106</head>
107
108<!-- ▼BODY部 スタート -->
109<!--{include file='./site_main.tpl'}-->
110<!-- ▲BODY部 エンド -->
111
[19771]112</html>
Note: See TracBrowser for help on using the repository browser.