source: branches/version-2_12-multilang/data/Smarty/templates/admin/main_frame.tpl @ 22181

Revision 22181, 10.0 KB checked in by adachi, 11 years ago (diff)

#1995
ファイル名間違いを修正

  • 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<!--{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-2012 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<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/locales/<!--{$smarty.const.LANG_CODE}-->.js"></script>
36<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/locale.js"></script>
37<!--{if $tpl_mainno eq "basis" && $tpl_subno eq "index"}-->
38<!--{if ($smarty.server.HTTPS != "") && ($smarty.server.HTTPS != "off")}-->
39<script type="text/javascript" src="https://maps-api-ssl.google.com/maps/api/js?sensor=false"></script>
40<!--{else}-->
41<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
42<!--{/if}-->
43<!--{/if}-->
44<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/navi.js"></script>
45<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/win_op.js"></script>
46<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/site.js"></script>
47<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery-1.4.2.min.js"></script>
48<script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/admin.js"></script>
49<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/css.js"></script>
50<script type="text/javascript" src="<!--{$TPL_URLPATH}-->js/file_manager.js"></script>
51<!--{if $tpl_mainno eq "customer" && $tpl_subno eq "index"}-->
52<link rel="stylesheet" href="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.ui/ui-datepicker.css" type="text/css" media="all" />
53<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.ui/jquery-ui-1.8.24.custom.min.js"></script>
54<link rel="stylesheet" href="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.ui/smoothness/jquery-ui-1.8.24.custom.css" type="text/css" media="all" />
55<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.ui/jquery-ui-i18n.js"></script>
56<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.ui/ui-datepicker-<!--{$smarty.const.LANG_CODE}-->.js"></script>
57<!--{/if}-->
58<title><!--{$smarty.const.ADMIN_TITLE}--></title>
59<link rel="shortcut icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
60<link rel="icon" type="image/vnd.microsoft.icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
61<script type="text/javascript">//<![CDATA[
62    <!--{$tpl_javascript}-->
63    $(function(){
64        <!--{$tpl_onload}-->
65    });
66//]]></script>
67<!--{* ▼Head COLUMN*}-->
68<!--{if $arrPageLayout.HeadNavi|@count > 0}-->
69    <!--{foreach key=HeadNaviKey item=HeadNaviItem from=$arrPageLayout.HeadNavi}-->
70        <!--{if $HeadNaviItem.php_path != ""}-->
71            <!--{include_php file=$HeadNaviItem.php_path}-->
72        <!--{/if}-->
73    <!--{/foreach}-->
74<!--{/if}-->
75<!--{* ▲Head COLUMN*}-->
76</head>
77
78<body class="<!--{if strlen($tpl_authority) >= 1}-->authority_<!--{$tpl_authority}--><!--{/if}-->">
79<!--{$GLOBAL_ERR}-->
80<noscript>
81    <p><!--{t string="tpl_523"}--></p>
82</noscript>
83
84<div id="container">
85<a name="top"></a>
86
87<!--{if $smarty.const.ADMIN_MODE == '1'}-->
88<div id="admin-mode-on"><!--{t string="tpl_541"}--></div>
89<!--{/if}-->
90
91<!--{* ▼HEADER *}-->
92<div id="header">
93    <div id="header-contents">
94        <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>
95        <div id="site-check">
96            <p class="info"><span><!--{t string="tpl_542"}-->&nbsp;:&nbsp;<!--{* ログイン名 *}--><!--{$smarty.session.login_name|h}--></span>&nbsp;様&nbsp;</p>
97            <ul>
98                <li><a href="<!--{$smarty.const.HTTP_URL}--><!--{$smarty.const.DIR_INDEX_PATH}-->" class="btn-tool-format" target="_blank"><span><!--{t string="tpl_553"}--></span></a></li>
99                <li><a href="<!--{$smarty.const.ADMIN_LOGOUT_URLPATH}-->" class="btn-tool-format"><!--{t string="tpl_543"}--></a></li>
100            </ul>
101        </div>
102    </div>
103</div>
104<!--{* ▲HEADER *}-->
105
106<!--{* ▼NAVI *}-->
107<div id="navi-wrap">
108    <ul id="navi" class="clearfix">
109        <li id="navi-basis" class="<!--{if $tpl_mainno eq "basis"}-->on<!--{/if}-->">
110            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span class="level1"><!--{t string="tpl_544"}--></span></a>
111            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`basis/subnavi.tpl"}-->
112        </li>
113        <li id="navi-products" class="<!--{if $tpl_mainno eq "products"}-->on<!--{/if}-->">
114            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->products/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span><!--{t string="tpl_202"}--></span></a>
115            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`products/subnavi.tpl"}-->
116        </li>
117        <li id="navi-customer" class="<!--{if $tpl_mainno eq "customer"}-->on<!--{/if}-->">
118            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->customer/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span><!--{t string="tpl_203"}--></span></a>
119            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`customer/subnavi.tpl"}-->
120        </li>
121        <li id="navi-order" class="<!--{if $tpl_mainno eq "order"}-->on<!--{/if}-->">
122            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span><!--{t string="tpl_204"}--></span></a>
123            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`order/subnavi.tpl"}-->
124        </li>
125        <li id="navi-total" class="<!--{if $tpl_mainno eq "total"}-->on<!--{/if}-->">
126            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->total/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span><!--{t string="tpl_545"}--></span></a>
127            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`total/subnavi.tpl"}-->
128        </li>
129        <li id="navi-mail" class="<!--{if $tpl_mainno eq "mail"}-->on<!--{/if}-->">
130            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->mail/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span><!--{t string="tpl_546"}--></span></a>
131            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`mail/subnavi.tpl"}-->
132        </li>
133        <li id="navi-contents" class="<!--{if $tpl_mainno eq "contents"}-->on<!--{/if}-->">
134            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->contents/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span><!--{t string="tpl_547"}--></span></a>
135            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`contents/subnavi.tpl"}-->
136        </li>
137        <li id="navi-design" class="<!--{if $tpl_mainno eq "design"}-->on<!--{/if}-->">
138            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->design/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span><!--{t string="tpl_548"}--></span></a>
139            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`design/subnavi.tpl"}-->
140        </li>
141        <li id="navi-system" class="<!--{if $tpl_mainno eq "system"}-->on<!--{/if}-->">
142            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->system/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span><!--{t string="tpl_549"}--></span></a>
143            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`system/subnavi.tpl"}-->
144        </li>
145        <li id="navi-ownersstore" class="<!--{if $tpl_mainno eq "ownersstore"}-->on<!--{/if}-->">
146            <a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->ownersstore/<!--{$smarty.const.DIR_INDEX_PATH}-->"><span><!--{t string="tpl_550"}--></span></a>
147            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`ownersstore/subnavi.tpl"}-->
148        </li>
149    </ul>
150</div>
151<!--{* ▲NAVI *}-->
152
153<!--{if $tpl_subtitle}-->
154<h1><span class="title"><!--{$tpl_maintitle|h}--><!--{if strlen($tpl_maintitle) >= 1 && strlen($tpl_subtitle) >= 1}-->><!--{/if}--><!--{$tpl_subtitle|h}--></span></h1>
155<!--{/if}-->
156
157<div id="contents" class="clearfix">
158    <!--{include file=$tpl_mainpage}-->
159</div>
160
161<!--{* ▼FOOTER *}-->
162<div id="footer">
163    <div id="footer-contents">
164        <div id="copyright"><!--{t string="tpl_551" T_FIELD=$smarty.now|date_format:"%Y"}--></div>
165        <div id="topagetop">
166            <ul class="sites">
167                <li><a href="#top" class="btn-tool-format"><!--{t string="tpl_552"}--></a></li>
168            </ul>
169        </div>
170    </div>
171</div>
172<!--{* ▲FOOTER *}-->
173
174</div>
175</body>
176</html>
Note: See TracBrowser for help on using the repository browser.