source: branches/version-2_5-dev/html/install/templates/install_frame.tpl @ 20764

Revision 20764, 2.7 KB checked in by nanasess, 13 years ago (diff)

#601 (コピーライトの更新)

  • 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<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
23<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
24    <head>
25        <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
26        <meta http-equiv="content-script-type" content="text/javascript" />
27        <meta http-equiv="content-style-type" content="text/css" />
28        <link rel="stylesheet" href="css/admin_contents.css" type="text/css" media="all" />
29        <script type="text/javascript" src="../js/css.js"></script>
30        <script type="text/javascript" src="../js/navi.js"></script>
31        <script type="text/javascript" src="../js/jquery-1.4.2.min.js"></script>
32        <title>EC-CUBEインストール</title>
33    </head>
34    <body>
35        <!--{$GLOBAL_ERR}-->
36        <noscript>
37            <p>JavaScript を有効にしてご利用下さい。</p>
38        </noscript>
39        <div id="outside">
40            <div id="out-wrap">
41                <div class="logo">
42                    <img src="img/logo_resize.jpg" width="99" height="15" alt="EC-CUBE" />
43                </div>
44                <div id="out-area">
45                    <div class="out-top"></div>
46                    <!--{include file=$tpl_mainpage}-->
47                </div>
48                <!--{if strlen($install_info_url) != 0}-->
49                <div id="info-area">
50                            <iframe src="<!--{$install_info_url}-->" width="562" height="550" frameborder="no" scrolling="no">
51                                                         こちらはEC-CUBEからのお知らせです。この部分は iframe対応ブラウザでご覧下さい。
52                            </iframe>
53                 </div>
54                <!--{/if}-->
55            </div>
56        </div>
57    </body>
58</html>
Note: See TracBrowser for help on using the repository browser.