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

Revision 18254, 6.0 KB checked in by Seasoft, 15 years ago (diff)

#528(改行コードが混在している)を改修

  • *.tpl の SVN 属性を統一。
    • (svn:eol-style) LF
    • (svn:mime-type) text/x-smarty-template; charset=UTF-8
  • 以下は除外。
    • /data/module
    • /data/pdf
    • /html/test
  • 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-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}-->" class="<!--{if strlen($tpl_authority) >= 1}-->authority_<!--{$tpl_authority}--><!--{/if}-->">
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  <ul id="sites">
65    <li><a href="<!--{$smarty.const.URL_HOME}-->"><span>MAIN PAGE</span></a></li>
66    <li><a href="<!--{$smarty.const.SITE_URL}--><!--{$smarty.const.DIR_INDEX_URL}-->" target="_blank"><span>SITE CHECK</span></a></li>
67  </ul>
68  <p>
69    WELCOME!&nbsp;<span><!--{* ログイン名 *}--><!--{$smarty.session.login_name|escape}--></span>&nbsp;様&nbsp;
70    <a href="<!--{$smarty.const.URL_LOGOUT}-->">LOGOUT</a>
71  </p>
72</div>
73<!--{* ▲HEADER *}-->
74<!--{* ▼NAVI *}-->
75<ul id="navi">
76    <li id="navi-basis" class="<!--{if $tpl_mainno eq "basis"}-->on<!--{/if}-->">
77        <a><span>基本情報管理</span></a>
78        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`basis/subnavi.tpl"}-->
79    </li>
80    <li id="navi-products" class="<!--{if $tpl_mainno eq "products"}-->on<!--{/if}-->">
81        <a><span>商品管理</span></a>
82        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`products/subnavi.tpl"}-->
83    </li>
84    <li id="navi-customer" class="<!--{if $tpl_mainno eq "customer"}-->on<!--{/if}-->">
85        <a><span>顧客管理</span></a>
86        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`customer/subnavi.tpl"}-->
87    </li>
88    <li id="navi-order" class="<!--{if $tpl_mainno eq "order"}-->on<!--{/if}-->">
89        <a><span>受注管理</span></a>
90        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`order/subnavi.tpl"}-->
91    </li>
92    <li id="navi-total" class="<!--{if $tpl_mainno eq "total"}-->on<!--{/if}-->">
93        <a><span>売上集計</span></a>
94        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`total/subnavi.tpl"}-->
95    </li>
96    <li id="navi-mail" class="<!--{if $tpl_mainno eq "mail"}-->on<!--{/if}-->">
97        <a><span>メルマガ管理</span></a>
98        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`mail/subnavi.tpl"}-->
99    </li>
100    <li id="navi-contents" class="<!--{if $tpl_mainno eq "contents"}-->on<!--{/if}-->">
101        <a><span>コンテンツ管理</span></a>
102        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`contents/subnavi.tpl"}-->
103    </li>
104    <li id="navi-design" class="<!--{if $tpl_mainno eq "design"}-->on<!--{/if}-->">
105        <a><span>デザイン管理</span></a>
106        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`design/subnavi.tpl"}-->
107    </li>
108    <li id="navi-system" class="<!--{if $tpl_mainno eq "system"}-->on<!--{/if}-->">
109        <a><span>システム設定</span></a>
110        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`system/subnavi.tpl"}-->
111    </li>
112    <li id="navi-ownersstore" class="<!--{if $tpl_mainno eq "ownersstore"}-->on<!--{/if}-->">
113        <a><span>OWNERS STORE</span></a>
114        <!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`ownersstore/subnavi.tpl"}-->
115    </li>
116</ul>
117<div style="clear: both;"></div>
118<!--{* ▲NAVI *}-->
119
120<!--{if $smarty.server.PHP_SELF != $smarty.const.URL_HOME && $tpl_subtitle}-->
121<h1><!--{$tpl_subtitle}--></h1>
122<!--{/if}-->
123
124<!--{* ▼CONTENTS *}-->
125<div id="contents" class="clear-block">
126  <!--{include file=$tpl_mainpage}-->
127</div>
128<!--{* ▲CONTENTS *}-->
129
130<!--{* ▼FOOTER *}-->
131<div id="footer">
132  <div id="topagetop">
133    <a href="#top">GO TO PAGE TOP</a>
134  </div>
135  <div id="copyright">
136    Copyright &copy; 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
137  </div>
138</div>
139<!--{* ▲FOOTER *}-->
140
141</div>
142</body>
143</html>
Note: See TracBrowser for help on using the repository browser.