Ignore:
Timestamp:
2011/03/09 19:22:35 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#1106(HTML 構文誤り)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/install/templates/install_frame.tpl

    r20290 r20575  
    11<!--{* 
    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     *}--> 
     2 * This file is part of EC-CUBE 
     3 * 
     4 * Copyright(c) 2000-2010 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 *}--> 
    2422<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    2523<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"> 
    42       <div id="out-wrap"> 
    43           <div class="logo"> 
    44             <img src="img/logo_resize.jpg" width="99" height="15" alt="EC-CUBE" /> 
    45           </div> 
    46         <div id="out-area"> 
    47           <div class="out-top"></div> 
    48           <!--{include file=$tpl_mainpage}--> 
    49           </div> 
     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            </div> 
    5049        </div> 
    51       </div> 
    52     </div> 
    53   </body> 
     50    </body> 
    5451</html> 
Note: See TracChangeset for help on using the changeset viewer.