source: branches/version-2_13_0/data/Smarty/templates/admin/login_frame.tpl @ 23191

Revision 23191, 2.5 KB checked in by h_yoshimoto, 11 years ago (diff)

#2342 コメント追加

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • 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-2013 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
26<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
27<head>
28<meta http-equiv="Content-Type" content="text/html; 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_URLPATH}-->css/reset.css" type="text/css" media="all" />
32<link rel="stylesheet" href="<!--{$TPL_URLPATH}-->css/admin_contents.css" type="text/css" media="all" />
33<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery-1.4.2.min.js"></script>
34<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/eccube.js"></script>
35<!-- #2342 次期メジャーバージョン(2.14)にてeccube.legacy.jsは削除予定.モジュール、プラグインの互換性を考慮して2.13では残します. -->
36<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/eccube.legacy.js"></script>
37<title>管理機能</title>
38<link rel="shortcut icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
39<link rel="icon" type="image/vnd.microsoft.icon" href="<!--{$TPL_URLPATH}-->img/common/favicon.ico" />
40<script type="text/javascript">//<![CDATA[
41    <!--{$tpl_javascript}-->
42    $(function(){
43        <!--{$tpl_onload}-->
44    });
45//]]></script>
46
47</head>
48
49<body>
50<!--{$GLOBAL_ERR}-->
51<noscript>
52    <p>JavaScript を有効にしてご利用下さい.</p>
53</noscript>
54<div id="login">
55
56<!--{include file=$tpl_mainpage}-->
57
58</div>
59</body>
60</html>
Note: See TracBrowser for help on using the repository browser.