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

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

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

Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2008 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
25<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
26
27<head>
28<meta http-equiv="content-type" content="application/xhtml+xml; 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<link rel="stylesheet" href="<!--{$TPL_DIR}-->css/admin_contents.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<!--{if $tpl_javascript != ""}-->
39<script type="text/javascript">//<![CDATA[
40    <!--{$tpl_javascript}-->
41//]]>
42</script>
43<!--{/if}-->
44<!--{include file='css/contents.tpl'}-->
45<title><!--{$smarty.const.ADMIN_TITLE}--> <!--{$tpl_subtitle}--></title>
46</head>
47
48<body id="popup"<!--{if $tpl_onload || $tpl_start}--> onLoad="<!--{$tpl_onload}--> <!--{$tpl_start}-->"<!--{/if}-->>
49<noscript>
50  <p>JavaScript を有効にしてご利用下さい.</p>
51</noscript>
Note: See TracBrowser for help on using the repository browser.