source: branches/comu-ver2/data/Smarty/templates/default/admin/main_frame.tpl @ 17425

Revision 17425, 6.4 KB checked in by Seasoft, 16 years ago (diff)

管理機能の表示名称を統一。
 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=2473&forum=4

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; 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-2008 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="<!--{$TPL_DIR}-->js/navi.js"></script>
33<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script>
34<script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script>
35<script type="text/javascript" src="<!--{$TPL_DIR}-->js/jquery.js"></script>
36<script type="text/javascript" src="<!--{$TPL_DIR}-->js/admin.js"></script>
37<script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script>
38<script type="text/javascript" src="<!--{$TPL_DIR}-->js/file_manager.js"></script>
39<title><!--{$smarty.const.ADMIN_TITLE}--></title>
40<script type="text/javascript">
41<!--
42<!--{$tpl_javascript}-->
43//-->
44</script>
45
46</head>
47
48<body onload="preLoadImg('<!--{$TPL_DIR}-->'); <!--{$tpl_onload}-->">
49<!--{$GLOBAL_ERR}-->
50<noscript>
51  <p>JavaScript を有効にしてご利用下さい.</p>
52</noscript>
53
54<div id="container">
55<a name="top"></a>
56
57<!--{if $smarty.const.ADMIN_MODE == '1'}-->
58<div id="admin-mode-on">ADMIN_MODE ON</div>
59<!--{/if}-->
60
61<!--{* ▼HEADER *}-->
62<div id="header">
63  <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>
64  <!--{* ▼NAVI *}-->
65  <ul id="sites">
66    <li><a href="<!--{$smarty.const.URL_HOME}-->"><span>MAIN PAGE</span></a></li>
67    <li><a href="<!--{$smarty.const.SITE_URL}-->" target="_blank"><span>SITE CHECK</span></a></li>
68  </ul>
69  <p>
70    WELCOME!&nbsp;<span><!--{* ログイン名 *}--><!--{$smarty.session.login_name|escape}--></span>&nbsp;様&nbsp;
71    <a href="<!--{$smarty.const.URL_LOGOUT}-->">LOGOUT</a>
72  </p>
73  <ul id="navi">
74    <li id="navi-basis" class="<!--{if $tpl_mainno eq "basis"}-->on<!--{/if}-->">
75      <a href="<!--{$smarty.const.URL_DIR}-->admin/basis/index.php"><span>基本情報管理</span></a>
76      <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`basis/subnavi.tpl"}-->
77    </li>
78    <li id="navi-products" class="<!--{if $tpl_mainno eq "products"}-->on<!--{/if}-->">
79      <a href="<!--{$smarty.const.URL_DIR}-->admin/products/index.php"><span>商品管理</span></a>
80      <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`products/subnavi.tpl"}-->
81    </li>
82    <li id="navi-customer" class="<!--{if $tpl_mainno eq "customer"}-->on<!--{/if}-->">
83      <a href="<!--{$smarty.const.URL_DIR}-->admin/customer/index.php"><span>顧客管理</span></a>
84      <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`customer/subnavi.tpl"}-->
85    </li>
86    <li id="navi-order" class="<!--{if $tpl_mainno eq "order"}-->on<!--{/if}-->">
87      <a href="<!--{$smarty.const.URL_DIR}-->admin/order/index.php"><span>受注管理</span></a>
88      <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`order/subnavi.tpl"}-->
89    </li>
90    <li id="navi-total" class="<!--{if $tpl_mainno eq "total"}-->on<!--{/if}-->">
91      <a href="<!--{$smarty.const.URL_DIR}-->admin/total/index.php"><span>売上集計</span></a>
92      <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`total/subnavi.tpl"}-->
93    </li>
94    <li id="navi-mail" class="<!--{if $tpl_mainno eq "mail"}-->on<!--{/if}-->">
95      <a href="<!--{$smarty.const.URL_DIR}-->admin/mail/index.php"><span>メルマガ管理</span></a>
96      <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`mail/subnavi.tpl"}-->
97    </li>
98    <li id="navi-contents" class="<!--{if $tpl_mainno eq "contents"}-->on<!--{/if}-->">
99      <a href="<!--{$smarty.const.URL_DIR}-->admin/contents/index.php"><span>コンテンツ管理</span></a>
100      <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`contents/subnavi.tpl"}-->
101    </li>
102    <li id="navi-design" class="<!--{if $tpl_mainno eq "design"}-->on<!--{/if}-->">
103      <a href="<!--{$smarty.const.URL_DIR}-->admin/design/index.php"><span>デザイン管理</span></a>
104      <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`design/subnavi.tpl"}-->
105    </li>
106    <li id="navi-system" class="<!--{if $tpl_mainno eq "system"}-->on<!--{/if}-->">
107      <a href="<!--{$smarty.const.URL_DIR}-->admin/system/index.php"><span>システム設定</span></a>
108      <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`system/subnavi.tpl"}-->
109    </li>
110    <li id="navi-ownersstore" class="<!--{if $tpl_mainno eq "ownersstore"}-->on<!--{/if}-->">
111      <a href="<!--{$smarty.const.URL_DIR}-->admin/ownersstore/index.php"><span>OWNERS STORE</span></a>
112      <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`ownersstore/subnavi.tpl"}-->
113    </li>
114  </ul>
115  <!--{* ▲NAVI *}-->
116</div>
117<!--{* ▲HEADER *}-->
118
119<!--{if $smarty.server.PHP_SELF != $smarty.const.URL_HOME && $tpl_subtitle}-->
120<h1><!--{$tpl_subtitle}--></h1>
121<!--{/if}-->
122
123<!--{* ▼CONTENTS *}-->
124<div id="contents" class="clear-block">
125  <!--{include file=$tpl_mainpage}-->
126</div>
127<!--{* ▲CONTENTS *}-->
128
129<!--{* ▼FOOTER *}-->
130<div id="footer">
131  <div id="topagetop">
132    <a href="#top">GO TO PAGE TOP</a>
133  </div>
134  <div id="copyright">
135    Copyright &copy; 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
136  </div>
137</div>
138<!--{* ▲FOOTER *}-->
139
140</div>
141</body>
142</html>
Note: See TracBrowser for help on using the repository browser.