source: branches/version-2_5-dev/data/Smarty/templates/admin/admin_popup_header.tpl @ 19802

Revision 19802, 2.2 KB checked in by Seasoft, 13 years ago (diff)

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある) 一部改修

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2010 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="<!--{$smarty.const.URL_PATH}-->js/navi.js"></script>
33<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/win_op.js"></script>
34<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/site.js"></script>
35<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/jquery-1.4.2.min.js"></script>
36<script type="text/javascript" src="<!--{$TPL_DIR}-->js/admin.js"></script>
37<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/css.js"></script>
38<script type="text/javascript">//<![CDATA[
39    <!--{$tpl_javascript}-->
40    $(function(){
41        <!--{$tpl_onload}-->
42    });
43//]]>
44</script>
45<!--{include file='css/contents.tpl'}-->
46<title><!--{$smarty.const.ADMIN_TITLE}--> <!--{$tpl_subtitle}--></title>
47</head>
48
49<body id="popup">
50<noscript>
51  <p>JavaScript を有効にしてご利用下さい.</p>
52</noscript>
Note: See TracBrowser for help on using the repository browser.