source: branches/comu-utf8/data/Smarty/templates/admin/login_frame.tpl @ 15099

Revision 15099, 1.4 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!-- -->
9<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
10<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
11<head>
12<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->">
13<meta http-equiv="content-script-type" content="text/javascript">
14<meta http-equiv="content-style-type" content="text/css">
15<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/contents.css" type="text/css" media="all" />
16<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script>
17<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>
18<!--{include file='css/contents.tpl'}-->
19<style type="text/css">
20body {
21    background: #fff url(<!--{$smarty.const.URL_DIR}-->img/login/bg.jpg);
22    background-repeat: repeat-x;
23}
24</style>
25
26<title>EC CUBE 管理者画面</title>
27</head>
28
29<body bgcolor="#ffffff" text="#494E5F" link="#006699" vlink="#006699" alink="#006699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preLoadImg('<!--{$smarty.const.URL_DIR}-->')">
30<noscript>
31<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/common.css" type="text/css" >
32</noscript>
33<div align="center">
34
35<!--{include file=$tpl_mainpage}-->
36
37</div>
38</body>
39</html>
Note: See TracBrowser for help on using the repository browser.