Changeset 18985
- Timestamp:
- 2010/11/06 19:39:52 (12 years ago)
- Location:
- branches/camp/camp-2_5-B
- Files:
-
- 22 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-B/data/Smarty/templates/default/footer.tpl
r18846 r18985 1 1 <!--{* 2 /* 2 3 * This file is part of EC-CUBE 3 4 * 4 * Copyright(c) 2000-20 10LOCKON CO.,LTD. All Rights Reserved.5 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 5 6 * 6 7 * http://www.lockon.co.jp/ … … 19 20 * along with this program; if not, write to the Free Software 20 21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 *}--> 22 <!--▼FOOTER--> 23 <div id="pagetop" style="clear: both;"><a href="#top"><img src="<!--{$TPL_DIR}-->img/common/pagetop.gif" width="100" height="10" alt="このページのTOPへ" /></a></div> 24 <!--{strip}--> 25 <div id="footer">Copyright © 26 <!--{if $smarty.const.RELEASE_YEAR != $smarty.now|date_format:"%Y"}--> 27 <!--{$smarty.const.RELEASE_YEAR}-->- 28 <!--{/if}--> 29 <!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name_eng|default:$arrSiteInfo.shop_name|escape}--> All rights reserved. 30 </div> 31 <!--{/strip}--> 32 <!--▲FOOTER--> 22 */ 23 *}--> 24 25 <!--▼ BEGIN PAGETOP--> 26 <div id="pagetop"> 27 <a href="#top">↑このページのトップへ</a> 28 </div> 29 <!--▲ END PAGETOP--> 30 31 <!--▼ BEGIN FOOTER--> 32 <div id="footer"> 33 <div id="footer-info"> 34 <ul id="footer-menu"> 35 <li> 36 <a href="<!--{$smarty.const.SPHONE_SSL_URL|sfTrimURL}-->/cart/index.php">かごを見る</a> 37 </li> 38 <li> 39 <a href="<!--{$smarty.const.SPHONE_SSL_URL|sfTrimURL}-->/mypage/login.php">マイページ</a> 40 </li> 41 <li> 42 <a href="<!--{$smarty.const.SPHONE_SSL_URL|sfTrimURL}-->/entry/kiyaku.php">会員登録</a> 43 </li> 44 45 <!--{php}--> 46 $tmp = $this->get_template_vars('tpl_mainpage'); 47 if(preg_match("/top\.tpl$/", $tmp)) 48 $this->assign('isTop', 1); 49 <!--{/php}--> 50 <!--{if $isTop ne 1}--> 51 <li> 52 <a href="<!--{$smarty.const.SPHONE_SITE_URL|sfTrimURL}-->">TOPページへ</a> 53 </li> 54 <!--{/if}--> 55 56 </ul> 57 <ul id="footer-navi"> 58 <li><a href="<!--{$smarty.const.SPHONE_SITE_URL}-->contact/index.php">お問合せ</a></li> 59 <li><a href="<!--{$smarty.const.SPHONE_SITE_URL}-->privacy.html">プライバシーポリシー</a></li> 60 <li class="end"><a href="<!--{$smarty.const.SPHONE_SITE_URL}-->abouts/index.php">店舗情報</a></li> 61 <li class="end"><a href="<!--{$smarty.const.SPHONE_SITE_URL}-->order/index.php">特定商取引法に基づく表記</a></li> 62 </ul> 63 64 <div id="copyright">(C) <!--{$arrSiteInfo.shop_name|escape}-->.</div> 65 66 </div> 67 </div> 68 <!--▲ END FOOTER--> -
branches/camp/camp-2_5-B/data/Smarty/templates/default/site_frame.tpl
r18841 r18985 21 21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 22 *}--> 23 24 <!--{* UserAgentがスマートフォンか *}--> 25 <!--{if $smarty.const.CONTROL_SMARTPHONE}--> 26 <!--{if "/iPhone|iPod|Android/"|preg_match:$smarty.server.HTTP_USER_AGENT}--> 27 <!--{assign var=isSmartphone value=1}--> 28 <!--{if "/smartphone/"|preg_match:$smarty.server.PHP_SELF}--> 29 <!--{elseif "/user_data/"|preg_match:$smarty.server.PHP_SELF}--> 30 <!--{assign var=isSmartphone value=0}--> 31 <!--{/if}--> 32 <!--{else}--> 33 <!--{assign var=isSmartphone value=0}--> 34 <!--{/if}--> 35 <!--{/if}--> 36 23 37 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 24 38 <head> 25 39 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 40 41 <meta name="viewport" content="width=320,maximum-scale=1.0,user-scalable=no"> 42 <meta name="format-detection" content="telephone=no"> 26 43 <meta http-equiv="Content-Script-Type" content="text/javascript" /> 27 44 <meta http-equiv="Content-Style-Type" content="text/css" /> 28 <link rel="stylesheet" href="<!--{$TPL_DIR}-->css/import.css" type="text/css" media="all" /> 29 <link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->rss/<!--{$smarty.const.DIR_INDEX_URL}-->" /> 30 <script type="text/javascript" src="http://www.google.com/jsapi?key=xxx"></script> 31 <script type="text/javascript">//<![CDATA[ 32 google.load("maps", "3", {other_params:'sensor=false'}); 33 //]]> 34 </script> 35 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 45 <!--{* 共通CSS *}--> 46 <link rel="stylesheet" media="only screen" href="<!--{$smarty.const.SPHONE_URL_DIR}-->user_data/packages/default/css/import.css" type="text/css" /> 47 48 <script type="text/javascript" src="<!--{$smarty.const.SPHONE_URL_DIR}-->user_data/packages/default/js/barbutton.js"></script> 49 <script type="text/javascript" src="<!--{$smarty.const.SPHONE_URL_DIR}-->user_data/packages/default/js/category.js"></script> 50 <script type="text/javascript" src="<!--{$smarty.const.SPHONE_URL_DIR}-->user_data/packages/default/js/news.js"></script> 36 51 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 37 52 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 38 53 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 39 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/jquery-1.4.2.min.js"></script>40 54 <title><!--{$arrSiteInfo.shop_name|escape}--><!--{if $tpl_subtitle|strlen >= 1}--> / <!--{$tpl_subtitle|escape}--><!--{elseif $tpl_title|strlen >= 1}--> / <!--{$tpl_title|escape}--><!--{/if}--></title> 41 55 <!--{if $arrPageLayout.author|strlen >= 1}--> … … 48 62 <meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" /> 49 63 <!--{/if}--> 64 <!--{* iPhone用アイコン画像 *}--> 65 <link rel="apple-touch-icon" href="<!--{$smarty.const.SPHONE_URL_DIR}-->apple-touch-icon.png" /> 50 66 51 <script type="text/javascript">//<![CDATA[52 <!--{$tpl_javascript}-->53 //]]>54 </script>55 <!--{* ▼Head COLUMN*}-->56 <!--{if $arrPageLayout.HeadNavi|@count > 0}-->57 <!--{* ▼上ナビ *}-->58 <!--{foreach key=HeadNaviKey item=HeadNaviItem from=$arrPageLayout.HeadNavi}-->59 <!--{* ▼<!--{$HeadNaviItem.bloc_name}--> ここから*}-->60 <!--{if $HeadNaviItem.php_path != ""}-->61 <!--{include_php file=$HeadNaviItem.php_path}-->62 <!--{else}-->63 <!--{include file=$HeadNaviItem.tpl_path}-->64 <!--{/if}-->65 <!--{* ▲<!--{$HeadNaviItem.bloc_name}--> ここまで*}-->66 <!--{/foreach}-->67 <!--{* ▲上ナビ *}-->68 <!--{/if}-->69 <!--{* ▲Head COLUMN*}-->70 67 </head> 71 68 -
branches/camp/camp-2_5-B/data/Smarty/templates/default/site_main.tpl
r18910 r18985 20 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 21 *}--> 22 <body onload="<!--{$tpl_onload}-->"> 23 <!--{* A8タグ表示用 *}--> 24 <!--{if "sfPrintA8Tag"|function_exists === TRUE}--> 25 <!--{include file=`$smarty.const.MODULE_PATH`mdl_a8/print_a8_tag.tpl}--> 26 <!--{/if}--> 22 <body> 27 23 28 24 <!--{$GLOBAL_ERR}--> 29 25 <noscript> 30 26 <p>JavaScript を有効にしてご利用下さい.</p> 31 27 </noscript> 32 28 33 <div class="frame_outer"> 34 <a name="top" id="top"></a> 29 <a name="top" id="top"></a> 35 30 36 <!--{* ▼HeaderHeaderTop COLUMN*}--> 37 <!--{if $arrPageLayout.HeaderTopNavi|@count > 0}--> 38 <div id="headertopcolumn"> 39 <!--{* ▼上ナビ *}--> 40 <!--{foreach key=HeaderTopNaviKey item=HeaderTopNaviItem from=$arrPageLayout.HeaderTopNavi}--> 41 <!-- ▼<!--{$HeaderTopNaviItem.bloc_name}--> --> 42 <!--{if $HeaderTopNaviItem.php_path != ""}--> 43 <!--{include_php file=$HeaderTopNaviItem.php_path}--> 44 <!--{else}--> 45 <!--{include file=$HeaderTopNaviItem.tpl_path}--> 46 <!--{/if}--> 47 <!-- ▲<!--{$HeaderTopNaviItem.bloc_name}--> --> 48 <!--{/foreach}--> 49 <!--{* ▲上ナビ *}--> 50 </div> 51 <!--{/if}--> 52 <!--{* ▲HeaderHeaderTop COLUMN*}--> 53 <!--{* ▼HEADER *}--> 54 <!--{if $arrPageLayout.header_chk != 2}--> 55 <!--{include file= $header_tpl}--> 56 <!--{/if}--> 57 <!--{* ▲HEADER *}--> 31 <!--▼MAIN--> 32 <!--{include file=$include_tpl}--> 33 <!--▲MAIN--> 58 34 59 <!--{* ▼CONTENTS *}--> 60 <div id="container"> 35 <!--{* ▼FOOTER *}--> 36 <!--{if $arrPageLayout.footer_chk != 2}--> 37 <!--{include file= './footer.tpl'}--> 38 <!--{/if}--> 39 <!--{* ▲FOOTER *}--> 61 40 62 <!--{* ▼TOP COLUMN*}--> 63 <!--{if $arrPageLayout.TopNavi|@count > 0}--> 64 <div id="topcolumn"> 65 <!--{* ▼上ナビ *}--> 66 <!--{foreach key=TopNaviKey item=TopNaviItem from=$arrPageLayout.TopNavi}--> 67 <!-- ▼<!--{$TopNaviItem.bloc_name}--> --> 68 <!--{if $TopNaviItem.php_path != ""}--> 69 <!--{include_php file=$TopNaviItem.php_path}--> 70 <!--{else}--> 71 <!--{include file=$TopNaviItem.tpl_path}--> 72 <!--{/if}--> 73 <!-- ▲<!--{$TopNaviItem.bloc_name}--> --> 74 <!--{/foreach}--> 75 <!--{* ▲上ナビ *}--> 76 </div> 77 <!--{/if}--> 78 <!--{* ▲TOP COLUMN*}--> 41 </body> 79 42 80 <!--{* ▼LEFT COLUMN *}--> 81 <!--{if $arrPageLayout.LeftNavi|@count > 0}--> 82 <div id="leftcolumn" class="side_column"> 83 <!--{* ▼左ナビ *}--> 84 <!--{foreach key=LeftNaviKey item=LeftNaviItem from=$arrPageLayout.LeftNavi}--> 85 <!-- ▼<!--{$LeftNaviItem.bloc_name}--> --> 86 <!--{if $LeftNaviItem.php_path != ""}--> 87 <!--{include_php file=$LeftNaviItem.php_path}--> 88 <!--{else}--> 89 <!--{include file=$LeftNaviItem.tpl_path}--> 90 <!--{/if}--> 91 <!-- ▲<!--{$LeftNaviItem.bloc_name}--> --> 92 <!--{/foreach}--> 93 <!--{* ▲左ナビ *}--> 94 </div> 95 <!--{/if}--> 96 <!--{* ▲LEFT COLUMN *}--> 97 98 <!--{* ▼CENTER COLUMN *}--> 99 <div 100 <!--{if $tpl_column_num == 3}--> 101 id="three_maincolumn" 102 <!--{elseif $tpl_column_num == 2}--> 103 <!--{if $arrPageLayout.LeftNavi|@count == 0}--> 104 id="two_maincolumn_left" 105 <!--{else}--> 106 id="two_maincolumn_right" 107 <!--{/if}--> 108 <!--{elseif $tpl_column_num == 1}--> 109 id="one_maincolumn" 110 <!--{/if}--> 111 class="main_column" 112 > 113 <!--{* ▼メイン上部 *}--> 114 <!--{if $arrPageLayout.MainHead|@count > 0}--> 115 <!--{foreach key=MainHeadKey item=MainHeadItem from=$arrPageLayout.MainHead}--> 116 <!-- ▼<!--{$MainHeadItem.bloc_name}--> --> 117 <!--{if $MainHeadItem.php_path != ""}--> 118 <!--{include_php file=$MainHeadItem.php_path}--> 119 <!--{else}--> 120 <!--{include file=$MainHeadItem.tpl_path}--> 121 <!--{/if}--> 122 <!-- ▲<!--{$MainHeadItem.bloc_name}--> --> 123 <!--{/foreach}--> 124 <!--{/if}--> 125 <!--{* ▲メイン上部 *}--> 126 127 <!--{* ▼メイン *}--> 128 <!--{include file=$tpl_mainpage}--> 129 <!--{* ▲メイン *}--> 130 131 <!--{* ▼メイン下部 *}--> 132 <!--{if $arrPageLayout.MainFoot|@count > 0}--> 133 <!--{foreach key=MainFootKey item=MainFootItem from=$arrPageLayout.MainFoot}--> 134 <!-- ▼<!--{$MainFootItem.bloc_name}--> --> 135 <!--{if $MainFootItem.php_path != ""}--> 136 <!--{include_php file=$MainFootItem.php_path}--> 137 <!--{else}--> 138 <!--{include file=$MainFootItem.tpl_path}--> 139 <!--{/if}--> 140 <!-- ▲<!--{$MainFootItem.bloc_name}--> --> 141 <!--{/foreach}--> 142 <!--{/if}--> 143 <!--{* ▲メイン下部 *}--> 144 </div> 145 <!--{* ▲CENTER COLUMN *}--> 146 147 <!--{* ▼RIGHT COLUMN *}--> 148 <!--{if $arrPageLayout.RightNavi|@count > 0}--> 149 <div id="rightcolumn" class="side_column"> 150 <!--{* ▼右ナビ *}--> 151 <!--{foreach key=RightNaviKey item=RightNaviItem from=$arrPageLayout.RightNavi}--> 152 <!-- ▼<!--{$RightNaviItem.bloc_name}--> --> 153 <!--{if $RightNaviItem.php_path != ""}--> 154 <!--{include_php file=$RightNaviItem.php_path}--> 155 <!--{else}--> 156 <!--{include file=$RightNaviItem.tpl_path}--> 157 <!--{/if}--> 158 <!-- ▲<!--{$RightNaviItem.bloc_name}--> --> 159 <!--{/foreach}--> 160 <!--{* ▲右ナビ *}--> 161 </div> 162 <!--{/if}--> 163 <!--{* ▲RIGHT COLUMN *}--> 164 165 <!--{* ▼BOTTOM COLUMN*}--> 166 <!--{if $arrPageLayout.BottomNavi|@count > 0}--> 167 <div id="bottomcolumn"> 168 <!--{* ▼下ナビ *}--> 169 <!--{foreach key=BottomNaviKey item=BottomNaviItem from=$arrPageLayout.BottomNavi}--> 170 <!-- ▼<!--{$BottomNaviItem.bloc_name}--> --> 171 <!--{if $BottomNaviItem.php_path != ""}--> 172 <!--{include_php file=$BottomNaviItem.php_path}--> 173 <!--{else}--> 174 <!--{include file=$BottomNaviItem.tpl_path}--> 175 <!--{/if}--> 176 <!-- ▲<!--{$BottomNaviItem.bloc_name}--> --> 177 <!--{/foreach}--> 178 <!--{* ▲下ナビ *}--> 179 </div> 180 <!--{/if}--> 181 <!--{* ▲BOTTOM COLUMN*}--> 182 183 </div> 184 <!--{* ▲CONTENTS *}--> 185 186 <!--{* ▼FOOTER *}--> 187 <!--{if $arrPageLayout.footer_chk != 2}--> 188 <!--{include file=$footer_tpl}--> 189 <!--{/if}--> 190 <!--{* ▲FOOTER *}--> 191 <!--{* ▼FooterBottom COLUMN*}--> 192 <!--{if $arrPageLayout.FooterBottomNavi|@count > 0}--> 193 <div id="footerbottomcolumn"> 194 <!--{* ▼上ナビ *}--> 195 <!--{foreach key=FooterBottomNaviKey item=FooterBottomNaviItem from=$arrPageLayout.FooterBottomNavi}--> 196 <!-- ▼<!--{$FooterBottomNaviItem.bloc_name}--> --> 197 <!--{if $FooterBottomNaviItem.php_path != ""}--> 198 <!--{include_php file=$FooterBottomNaviItem.php_path}--> 199 <!--{else}--> 200 <!--{include file=$FooterBottomNaviItem.tpl_path}--> 201 <!--{/if}--> 202 <!-- ▲<!--{$FooterBottomNaviItem.bloc_name}--> --> 203 <!--{/foreach}--> 204 <!--{* ▲上ナビ *}--> 205 </div> 206 <!--{/if}--> 207 <!--{* ▲FooterBottom COLUMN*}--> 208 </div> 209 210 <!--{* EBiSタグ表示用 *}--> 211 <!--{$tpl_mainpage|sfPrintEbisTag}--> 212 <!--{* アフィリエイトタグ表示用 *}--> 213 <!--{$tpl_conv_page|sfPrintAffTag:$tpl_aff_option}--> 214 </body> 43 <!--{if $smarty.template != 'top.tpl'}--> 44 <script type="text/javascript" language="JavaScript"> 45 //<![CDATA[ 46 setTopButton(); //TOPに戻るボタンの初期化 47 //]]> 48 <!--{/if}--> 49 </script>
Note: See TracChangeset
for help on using the changeset viewer.