source: branches/version-2_13_0/html/install/templates/install_frame.tpl @ 23104

Revision 23104, 2.6 KB checked in by h_yoshimoto, 11 years ago (diff)

#2348 r23077 - r23081 をマージ

  • 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-2013 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/jquery-1.4.2.min.js"></script>
30        <script type="text/javascript" src="../js/eccube.js"></script>
31        <title>EC-CUBEインストール</title>
32    </head>
33    <body>
34        <!--{$GLOBAL_ERR}-->
35        <noscript>
36            <p>JavaScript を有効にしてご利用下さい。</p>
37        </noscript>
38        <div id="outside">
39            <div id="out-wrap">
40                <div class="logo">
41                    <img src="img/logo_resize.jpg" width="99" height="15" alt="EC-CUBE" />
42                </div>
43                <div id="out-area">
44                    <div class="out-top"></div>
45                    <!--{include file=$tpl_mainpage}-->
46                </div>
47                <!--{if strlen($install_info_url) != 0}-->
48                <div id="info-area">
49                            <iframe src="<!--{$install_info_url}-->" width="562" height="550" frameborder="no" scrolling="no">
50                                                         こちらはEC-CUBEからのお知らせです。この部分は iframe対応ブラウザでご覧下さい。
51                            </iframe>
52                 </div>
53                <!--{/if}-->
54            </div>
55        </div>
56    </body>
57</html>
Note: See TracBrowser for help on using the repository browser.