source: branches/version-2_5-dev/data/Smarty/templates/default/admin/main_frame.tpl @ 18776

Revision 18776, 6.6 KB checked in by nanasess, 14 years ago (diff)

店舗概要ページに地図を掲載する対応(#795)

  • Property svn:eol-style set to LF
  • 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-2010 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<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
26<head>
27<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
28<meta http-equiv="content-script-type" content="text/javascript" />
29<meta http-equiv="content-style-type" content="text/css" />
30<link rel="stylesheet" href="<!--{$TPL_DIR}-->css/admin_contents.css" type="text/css" media="all" />
31<link rel="stylesheet" href="<!--{$TPL_DIR}-->css/admin_file_manager.css" type="text/css" media="all" />
32<script type="text/javascript" src="http://www.google.com/jsapi?key=xxx"></script>
33<script type="text/javascript">//<![CDATA[
34    google.load("maps", "3", {other_params:'sensor=false'});
35//]]>
36</script>
37<script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script>
38<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script>
39<script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script>
40<script type="text/javascript" src="<!--{$TPL_DIR}-->js/jquery-1.3.2.min.js"></script>
41<script type="text/javascript" src="<!--{$TPL_DIR}-->js/admin.js"></script>
42<script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script>
43<script type="text/javascript" src="<!--{$TPL_DIR}-->js/file_manager.js"></script>
44<title><!--{$smarty.const.ADMIN_TITLE}--></title>
45<script type="text/javascript">
46<!--
47<!--{$tpl_javascript}-->
48//-->
49</script>
50
51</head>
52
53<body onload="preLoadImg('<!--{$TPL_DIR}-->'); <!--{$tpl_onload}-->" class="<!--{if strlen($tpl_authority) >= 1}-->authority_<!--{$tpl_authority}--><!--{/if}-->">
54<!--{$GLOBAL_ERR}-->
55<noscript>
56  <p>JavaScript を有効にしてご利用下さい.</p>
57</noscript>
58
59<div id="container">
60<a name="top"></a>
61
62<!--{if $smarty.const.ADMIN_MODE == '1'}-->
63<div id="admin-mode-on">ADMIN_MODE ON</div>
64<!--{/if}-->
65
66<!--{* ▼HEADER *}-->
67<div id="header">
68  <div id="logo"><a href="<!--{$smarty.const.URL_DIR}-->admin/home.php"><img src="<!--{$TPL_DIR}-->img/admin/header/logo.jpg" width="230" height="50" alt="EC CUBE" /></a></div>
69  <ul id="sites">
70    <li><a href="<!--{$smarty.const.URL_HOME}-->"><span>MAIN PAGE</span></a></li>
71    <li><a href="<!--{$smarty.const.SITE_URL}--><!--{$smarty.const.DIR_INDEX_URL}-->" target="_blank"><span>SITE CHECK</span></a></li>
72  </ul>
73  <p>
74    WELCOME!&nbsp;<span><!--{* ログイン名 *}--><!--{$smarty.session.login_name|escape}--></span>&nbsp;様&nbsp;
75    <a href="<!--{$smarty.const.URL_LOGOUT}-->">LOGOUT</a>
76  </p>
77</div>
78<!--{* ▲HEADER *}-->
79<!--{* ▼NAVI *}-->
80<ul id="navi">
81    <li id="navi-basis" class="<!--{if $tpl_mainno eq "basis"}-->on<!--{/if}-->">
82        <a><span>基本情報管理</span></a>
83        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`basis/subnavi.tpl"}-->
84    </li>
85    <li id="navi-products" class="<!--{if $tpl_mainno eq "products"}-->on<!--{/if}-->">
86        <a><span>商品管理</span></a>
87        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`products/subnavi.tpl"}-->
88    </li>
89    <li id="navi-customer" class="<!--{if $tpl_mainno eq "customer"}-->on<!--{/if}-->">
90        <a><span>顧客管理</span></a>
91        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`customer/subnavi.tpl"}-->
92    </li>
93    <li id="navi-order" class="<!--{if $tpl_mainno eq "order"}-->on<!--{/if}-->">
94        <a><span>受注管理</span></a>
95        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`order/subnavi.tpl"}-->
96    </li>
97    <li id="navi-total" class="<!--{if $tpl_mainno eq "total"}-->on<!--{/if}-->">
98        <a><span>売上集計</span></a>
99        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`total/subnavi.tpl"}-->
100    </li>
101    <li id="navi-mail" class="<!--{if $tpl_mainno eq "mail"}-->on<!--{/if}-->">
102        <a><span>メルマガ管理</span></a>
103        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`mail/subnavi.tpl"}-->
104    </li>
105    <li id="navi-contents" class="<!--{if $tpl_mainno eq "contents"}-->on<!--{/if}-->">
106        <a><span>コンテンツ管理</span></a>
107        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`contents/subnavi.tpl"}-->
108    </li>
109    <li id="navi-design" class="<!--{if $tpl_mainno eq "design"}-->on<!--{/if}-->">
110        <a><span>デザイン管理</span></a>
111        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`design/subnavi.tpl"}-->
112    </li>
113    <li id="navi-system" class="<!--{if $tpl_mainno eq "system"}-->on<!--{/if}-->">
114        <a><span>システム設定</span></a>
115        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`system/subnavi.tpl"}-->
116    </li>
117    <li id="navi-ownersstore" class="<!--{if $tpl_mainno eq "ownersstore"}-->on<!--{/if}-->">
118        <a><span>OWNERS STORE</span></a>
119        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`ownersstore/subnavi.tpl"}-->
120    </li>
121    <!--{if "DEBUG_LOAD_PLUGIN"|defined && $smarty.const.DEBUG_LOAD_PLUGIN}-->
122        <li id="navi-plugin" class="<!--{if $tpl_mainno eq "plugin"}-->on<!--{/if}-->">
123            <a><span>プラグイン</span></a>
124            <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`plugin/subnavi.tpl"}-->
125        </li>
126    <!--{/if}-->
127</ul>
128<div style="clear: both;"></div>
129<!--{* ▲NAVI *}-->
130
131<!--{if $smarty.server.PHP_SELF != $smarty.const.URL_HOME && $tpl_subtitle}-->
132<h1><!--{$tpl_subtitle}--></h1>
133<!--{/if}-->
134
135<!--{* ▼CONTENTS *}-->
136<div id="contents" class="clear-block">
137  <!--{include file=$tpl_mainpage}-->
138</div>
139<!--{* ▲CONTENTS *}-->
140
141<!--{* ▼FOOTER *}-->
142<div id="footer">
143  <div id="topagetop">
144    <a href="#top">GO TO PAGE TOP</a>
145  </div>
146  <div id="copyright">
147    Copyright &copy; 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
148  </div>
149</div>
150<!--{* ▲FOOTER *}-->
151
152</div>
153</body>
154</html>
Note: See TracBrowser for help on using the repository browser.