Ignore:
Timestamp:
2011/11/06 13:29:02 (15 years ago)
Author:
Seasoft
Message:

#1431 (用語の揺れ)

  • category = カテゴリ
Location:
branches/version-2_11-dev/data/Smarty/templates
Files:
4 edited

Legend:

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

    r20970 r21317  
    2929<li<!--{if $tpl_subno == 'class'}--> class="on"<!--{/if}--> id="navi-products-class"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->products/class.php"><span>規格管理</span></a></li> 
    3030<!--{/if}--> 
    31 <li<!--{if $tpl_subno == 'category'}--> class="on"<!--{/if}--> id="navi-products-category"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->products/category.php"><span>カテゴリ登録</span></a></li> 
    32 <li<!--{if $tpl_subno == 'upload_csv_category'}--> class="on"<!--{/if}--> id="navi-products-upload-csv-category"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->products/upload_csv_category.php"><span>カテゴリ登録CSV</span></a></li> 
     31<li<!--{if $tpl_subno == 'category'}--> class="on"<!--{/if}--> id="navi-products-category"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->products/category.php"><span>カテゴリ登録</span></a></li> 
     32<li<!--{if $tpl_subno == 'upload_csv_category'}--> class="on"<!--{/if}--> id="navi-products-upload-csv-category"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->products/upload_csv_category.php"><span>カテゴリ登録CSV</span></a></li> 
    3333<li<!--{if $tpl_subno == 'maker'}--> class="on"<!--{/if}--> id="navi-products-maker"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->products/maker.php"><span>メーカー登録</span></a></li> 
    3434<li<!--{if $tpl_subno == 'product_rank'}--> class="on"<!--{/if}--> id="navi-products-rank"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->products/product_rank.php"><span>商品並び替え</span></a></li> 
  • branches/version-2_11-dev/data/Smarty/templates/default/frontparts/bloc/category.tpl

    r20967 r21317  
    2929    <div id="category_area"> 
    3030        <div class="bloc_body"> 
    31             <h2><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_category.gif" alt="商品カテゴリ" /></h2> 
     31            <h2><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_category.gif" alt="商品カテゴリ" /></h2> 
    3232            <!--{strip}--> 
    3333                <ul id="categorytree"> 
  • branches/version-2_11-dev/data/Smarty/templates/mobile/frontparts/bloc/category.tpl

    r20838 r21317  
    2222 */ 
    2323*}--> 
    24 <!--▼商品カテゴリここから--> 
     24<!--▼商品カテゴリここから--> 
    2525<!--{1|numeric_emoji}-->商品カテゴリ<br> 
    2626<!--{section name=cnt loop=$arrCat}--> 
     
    3333 <font color="<!--{cycle values="#000000,#880000,#8888ff,#88ff88,#ff0000"}-->">■</font><a href="<!--{$path}-->?category_id=<!--{$arrCat[cnt].category_id}-->"><!--{$disp_name|sfCutString:10:false|h}--></a><br> 
    3434<!--{/section}--> 
    35 <!--▲商品カテゴリここまで--> 
     35<!--▲商品カテゴリここまで--> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/frontparts/bloc/category.tpl

    r21132 r21317  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <!--商品カテゴリここから--> 
     22<!--商品カテゴリここから--> 
    2323<section id="category_area"> 
    24 <h2 class="title_block">商品カテゴリ</h2> 
     24<h2 class="title_block">商品カテゴリ</h2> 
    2525<nav id="categorytree"> 
    2626<ul id="categorytreelist"> 
     
    7070<script> 
    7171//<![CDATA[ 
    72 initCategoryList(); //カテゴリリストの初期化 
     72initCategoryList(); //カテゴリリストの初期化 
    7373//]]> 
    7474</script> 
Note: See TracChangeset for help on using the changeset viewer.