Ignore:
Timestamp:
2011/03/05 12:38:04 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/products/upload_csv_category_complete.tpl

    r20371 r20514  
    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 *}--> 
    241<!--{* 
    252/* 
     
    4623*}--> 
    4724<div id="products" class="contents-main"> 
    48   <div class="message"> 
    49       <span>CSV登録を実行しました。</span> 
    50   </div> 
    51   <!--{if $arrRowErr}--> 
    52   <table class="form"> 
    53     <tr> 
    54       <td> 
    55         <!--{foreach item=err from=$arrRowErr}--> 
    56         <span class="attention"><!--{$err}--></span> 
    57         <!--{/foreach}--> 
    58       </td> 
    59     </tr> 
    60   </table> 
    61   <!--{/if}--> 
    62   <!--{if $arrRowResult}--> 
    63   <table class="form"> 
    64     <tr> 
    65       <td> 
    66         <!--{foreach item=result from=$arrRowResult}--> 
    67         <span><!--{$result}--><br/></span> 
    68         <!--{/foreach}--> 
    69       </td> 
    70     </tr> 
    71   </table> 
    72   <!--{/if}--> 
    73   <div class="btn-area"> 
    74       <ul> 
    75           <li><a class="btn-action" href="./upload_csv_category.php"><span class="btn-prev">戻る</span></a></li> 
    76       </ul> 
    77   </div> 
     25    <div class="message"> 
     26        <span>CSV登録を実行しました。</span> 
     27    </div> 
     28    <!--{if $arrRowErr}--> 
     29        <table class="form"> 
     30            <tr> 
     31                <td> 
     32                    <!--{foreach item=err from=$arrRowErr}--> 
     33                        <span class="attention"><!--{$err}--></span> 
     34                    <!--{/foreach}--> 
     35                </td> 
     36            </tr> 
     37        </table> 
     38    <!--{/if}--> 
     39    <!--{if $arrRowResult}--> 
     40        <table class="form"> 
     41            <tr> 
     42                <td> 
     43                    <!--{foreach item=result from=$arrRowResult}--> 
     44                    <span><!--{$result}--><br/></span> 
     45                    <!--{/foreach}--> 
     46                </td> 
     47            </tr> 
     48        </table> 
     49    <!--{/if}--> 
     50    <div class="btn-area"> 
     51        <ul> 
     52            <li><a class="btn-action" href="./upload_csv_category.php"><span class="btn-prev">戻る</span></a></li> 
     53        </ul> 
     54    </div> 
    7855</div> 
Note: See TracChangeset for help on using the changeset viewer.