Warning: Can't use blame annotator:
svn blame failed on branches/version-2_13_0/data/Smarty/templates/admin/main_frame.tpl: バイナリファイル 'file:///home/svn/open/branches/version-2_13_0/data/Smarty/templates/admin/main_frame.tpl' に対しては blame で各行の最終変更者を計算できません 195004

source: branches/version-2_13_0/data/Smarty/templates/admin/main_frame.tpl @ 23140

Revision 23140, 8.9 KB checked in by m_uehara, 11 years ago (diff)

#2348 r23128 - r23137 をマージ

  • 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
RevLine 
1<!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<!--{*
3/*
4 * This file is part of EC-CUBE
5 *
6 * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved.
7 *
8 * http://www.lockon.co.jp/
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version 2
13 * of the License, or (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23 */
24*}-->
25
26<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
27<head>
28<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
29<meta http-equiv="content-script-type" content="text/javascript" />
30<meta http-equiv="content-style-type" content="text/css" />
31<meta name="robots" content="noindex,nofollow" />
32<link rel="stylesheet" href="<!--{$TPL_URLPATH}-->css/reset.css" type="text/css" media="all" />
33<link rel="stylesheet" href="<!--{$TPL_URLPATH}-->css/admin_contents.css" type="text/css" media="all" />
34<link rel="stylesheet" href="<!--{$TPL_URLPATH}-->css/admin_file_manager.css" type="text/css" media="all" />
35<!--{if $tpl_mainno eq "basis" && $tpl_subno eq "index"}-->
36<!--{if ($smarty.server.HTTPS != "") && ($smarty.server.HTTPS != "off")}-->
37<script type="text/javascript" src="https://maps-api-ssl.google.com/maps/api/js?sensor=false"></script>
38<!--{else}-->
39<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
40<!--{/if}-->
41<!--{/if}-->
42<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery-1.4.2.min.js"></script>
43    <script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/eccube.js"></script>
44<script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/eccube.admin.js"></script>
45<!--{* 従来のJavaScript関数が必要な場合は、コメントアウトを外してスクリプトファイルを読み込んでください。
46    <script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/eccube.legacy.js"></script>
47    <script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/eccube.admin.legacy.js"></script>
48*}-->
49<title><!--{$smarty.const.ADMIN_TITLE}--></title>
50<link rel="shortcut icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
51<link rel="icon" type="image/vnd.microsoft.icon" href="<!--{$TPL_URLPATHd}-->img/common/favicon.ico" />
52<script type="text/javascript">//<![CDATA[
53    <!--{$tpl_javascript}-->
54    $(function(){
55        <!--{$tpl_onload}-->
56    });
57//]]></script>
58<!--{* ▼Head COLUMN*}-->
59<!--{if $arrPageLayout.HeadNavi|@count > 0}-->
60    <!--{foreach key=HeadNaviKey item=HeadNaviItem from=$arrPageLayout.HeadNavi}-->
61        <!--{if $HeadNaviItem.php_path != ""}-->
62            <!--{include_php file=$HeadNaviItem.php_path}-->
63        <!--{/if}-->
64    <!--{/foreach}-->
65<!--{/if}-->
66<!--{* ▲Head COLUMN*}-->
67</head>
68
69<body class="<!--{if strlen($tpl_authority) >= 1}-->authority_<!--{$tpl_authority}--><!--{/if}-->">
70<!--{$GLOBAL_ERR}-->
71<noscript>
72    <p>JavaScript を有効にしてご利用下さい.</p>
73</noscript>
74
75<div id="container">
76<a name="top"></a>
77
78<!--{if $smarty.const.ADMIN_MODE == '1'}-->
79<div id="admin-mode-on">ADMIN_MODE ON</div>
80<!--{/if}-->
81
82<!--{* ▼HEADER *}-->
83<div id="header">
84    <div id="header-contents">
85        <div id="logo"><a href="<!--{$smarty.const.ADMIN_HOME_URLPATH}-->"><img src="<!--{$TPL_URLPATH}-->img/header/logo.jpg" width="172" height="25" alt="EC-CUBE" /></a></div>
86        <div id="site-check">
87            <p class="info"><span>ログイン&nbsp;:&nbsp;<!--{* ログイン名 *}--><!--{$smarty.session.login_name|h}--></span>&nbsp;様&nbsp;</p>
88            <ul>
89                <li><a href="<!--{$smarty.const.HTTP_URL}--><!--{$smarty.const.DIR_INDEX_PATH}-->" class="btn-tool-format" target="_blank"><span>SITE CHECK</span></a></li>
90                <li><a href="<!--{$smarty.const.ADMIN_LOGOUT_URLPATH}-->" class="btn-tool-format">LOGOUT</a></li>
91            </ul>
92        </div>
93    </div>
94</div>
95<!--{* ▲HEADER *}-->
96
97<!--{* ▼NAVI *}-->
98<div id="navi-wrap">
99    <ul id="navi" class="clearfix">
100        <li id="navi-basis" class="<!--{if $tpl_mainno eq "basis"}-->on<!--{/if}-->">
101            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span class="level1">基本情報管理</span></a>
102            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`basis/subnavi.tpl"}-->
103        </li>
104        <li id="navi-products" class="<!--{if $tpl_mainno eq "products"}-->on<!--{/if}-->">
105            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->products/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>商品管理</span></a>
106            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`products/subnavi.tpl"}-->
107        </li>
108        <li id="navi-customer" class="<!--{if $tpl_mainno eq "customer"}-->on<!--{/if}-->">
109            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>会員管理</span></a>
110            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`customer/subnavi.tpl"}-->
111        </li>
112        <li id="navi-order" class="<!--{if $tpl_mainno eq "order"}-->on<!--{/if}-->">
113            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>受注管理</span></a>
114            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`order/subnavi.tpl"}-->
115        </li>
116        <li id="navi-total" class="<!--{if $tpl_mainno eq "total"}-->on<!--{/if}-->">
117            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->total/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>売上集計</span></a>
118            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`total/subnavi.tpl"}-->
119        </li>
120        <li id="navi-mail" class="<!--{if $tpl_mainno eq "mail"}-->on<!--{/if}-->">
121            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->mail/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>メルマガ管理</span></a>
122            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`mail/subnavi.tpl"}-->
123        </li>
124        <li id="navi-contents" class="<!--{if $tpl_mainno eq "contents"}-->on<!--{/if}-->">
125            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->contents/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>コンテンツ管理</span></a>
126            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`contents/subnavi.tpl"}-->
127        </li>
128        <li id="navi-design" class="<!--{if $tpl_mainno eq "design"}-->on<!--{/if}-->">
129            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->design/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>デザイン管理</span></a>
130            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`design/subnavi.tpl"}-->
131        </li>
132        <li id="navi-system" class="<!--{if $tpl_mainno eq "system"}-->on<!--{/if}-->">
133            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->system/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>システム設定</span></a>
134            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`system/subnavi.tpl"}-->
135        </li>
136        <li id="navi-ownersstore" class="<!--{if $tpl_mainno eq "ownersstore"}-->on<!--{/if}-->">
137            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->ownersstore/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span>オーナーズストア</span></a>
138            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`ownersstore/subnavi.tpl"}-->
139        </li>
140    </ul>
141</div>
142<!--{* ▲NAVI *}-->
143
144<!--{if $tpl_subtitle}-->
145<h1><span class="title"><!--{$tpl_maintitle|h}--><!--{if strlen($tpl_maintitle) >= 1 && strlen($tpl_subtitle) >= 1}-->><!--{/if}--><!--{$tpl_subtitle|h}--></span></h1>
146<!--{/if}-->
147
148<div id="contents" class="clearfix">
149    <!--{include file=$tpl_mainpage}-->
150</div>
151
152<!--{* ▼FOOTER *}-->
153<div id="footer">
154    <div id="footer-contents">
155        <div id="copyright">Copyright &copy; 2000-<!--{$smarty.now|date_format:"%Y"}--> LOCKON CO.,LTD. All Rights Reserved.</div>
156        <div id="topagetop">
157            <ul class="sites">
158                <li><a href="#top" class="btn-tool-format">PAGE TOP</a></li>
159            </ul>
160        </div>
161    </div>
162</div>
163<!--{* ▲FOOTER *}-->
164
165</div>
166</body>
167</html>
Note: See TracBrowser for help on using the repository browser.