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

Revision 20116, 2.2 KB checked in by nanasess, 13 years ago (diff)
  • svn properties を再設定
  • 再設定用のスクリプト追加
  • 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    /*
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  <head>
27    <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" />
28    <meta http-equiv="content-script-type" content="text/javascript" />
29    <meta http-equiv="content-style-type" content="text/css" />
30    <link rel="stylesheet" href="css/admin_contents.css" type="text/css" media="all" />
31    <script type="text/javascript" src="../js/css.js"></script>
32    <script type="text/javascript" src="../js/navi.js"></script>
33    <script type="text/javascript" src="../js/jquery-1.4.2.min.js"></script>
34    <title>EC-CUBEインストール</title>
35  </head>
36  <body>
37    <!--{$GLOBAL_ERR}-->
38    <noscript>
39      <p>JavaScript を有効にしてご利用下さい。</p>
40    </noscript>
41    <div id="outside-admin">
42      <div id="install-wrap">
43          <div class="logo">
44            <img src="img/logo_resize.jpg" width="99" height="15" alt="EC-CUBE" />
45          </div>
46        <div id="install-area">
47          <div class="install-top"></div>
48          <!--{include file=$tpl_mainpage}-->
49          </div>
50        </div>
51      </div>
52    </div>
53  </body>
54</html>
Note: See TracBrowser for help on using the repository browser.