Ignore:
Timestamp:
2013/01/27 22:44:41 (11 years ago)
Author:
kim
Message:

#2060 メッセージIDの振り直し T_FILEDを%sに置き換え

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/admin/products/product.tpl

    r22422 r22437  
    9595                <span class="attention"><!--{$arrErr.name}--></span> 
    9696                <input type="text" name="name" value="<!--{$arrForm.name|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" size="60" class="box60" /> 
    97                 <span class="attention"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.STEXT_LEN}--></span> 
     97                <span class="attention"> <!--{t string="tpl_(%s1 characters max)_01" %s1=$smarty.const.STEXT_LEN}--></span> 
    9898            </td> 
    9999        </tr> 
     
    145145                <span class="attention"><!--{$arrErr.down_filename}--></span> 
    146146                <input type="text" name="down_filename" value="<!--{$arrForm.down_filename|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.down_filename != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->" size="60" class="box60" /> 
    147                 <span class="red"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.STEXT_LEN}--></span> 
     147                <span class="red"> <!--{t string="tpl_(%s1 characters max)_01" %s1=$smarty.const.STEXT_LEN}--></span> 
    148148            </td> 
    149149        </tr> 
     
    159159                    <!--{/if}--> 
    160160                    <input type="file" name="down_file" size="40" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" /> 
    161                     <a class="btn-normal" href="javascript:;" name="btn" onclick="selectAll('category_id'); fnModeSubmit('upload_down', 'down_key', '<!--{$key}-->'); return false;"><!--{t string="tpl_Upload_01"}--></a><br /><!--{t string="tpl_588" T_FIELD=$smarty.const.DOWNLOAD_EXTENSION}--> 
     161                    <a class="btn-normal" href="javascript:;" name="btn" onclick="selectAll('category_id'); fnModeSubmit('upload_down', 'down_key', '<!--{$key}-->'); return false;"><!--{t string="tpl_Upload_01"}--></a><br /><!--{t string="tpl_588" %s1=$smarty.const.DOWNLOAD_EXTENSION}--> 
    162162            </td> 
    163163        </tr> 
     
    167167                <span class="attention"><!--{$arrErr.product_code}--></span> 
    168168                <input type="text" name="product_code" value="<!--{$arrForm.product_code|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.product_code != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" size="60" class="box60" /> 
    169                 <span class="attention"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.STEXT_LEN}--></span> 
     169                <span class="attention"> <!--{t string="tpl_(%s1 characters max)_01" %s1=$smarty.const.STEXT_LEN}--></span> 
    170170            </td> 
    171171        </tr> 
     
    179179        </tr> 
    180180        <tr> 
    181             <th><!--{t string="tpl_709" escape="none" T_FIELD=$smarty.const.SALE_PRICE_TITLE}--></th> 
     181            <th><!--{t string="tpl_709" escape="none" %s1=$smarty.const.SALE_PRICE_TITLE}--></th> 
    182182            <td> 
    183183                <span class="attention"><!--{$arrErr.price02}--></span> 
     
    250250                <span class="attention"><!--{$arrErr.comment1}--></span> 
    251251                <input type="text" name="comment1" value="<!--{$arrForm.comment1|h}-->" maxlength="<!--{$smarty.const.URL_LEN}-->" size="60" class="box60" style="<!--{$arrErr.comment1|sfGetErrorColor}-->" /> 
    252                 <span class="attention"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.URL_LEN}--></span> 
     252                <span class="attention"> <!--{t string="tpl_(%s1 characters max)_01" %s1=$smarty.const.URL_LEN}--></span> 
    253253            </td> 
    254254        </tr> 
     
    258258                <span class="attention"><!--{$arrErr.comment3}--></span> 
    259259                <textarea name="comment3" cols="60" rows="8" class="area60" maxlength="<!--{$smarty.const.LLTEXT_LEN}-->" style="<!--{$arrErr.comment3|sfGetErrorColor}-->"><!--{"\n"}--><!--{$arrForm.comment3|h}--></textarea><br /> 
    260                 <span class="attention"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.LLTEXT_LEN}--></span> 
     260                <span class="attention"> <!--{t string="tpl_(%s1 characters max)_01" %s1=$smarty.const.LLTEXT_LEN}--></span> 
    261261            </td> 
    262262        </tr> 
     
    266266                <span class="attention"><!--{$arrErr.note}--></span> 
    267267                <textarea name="note" cols="60" rows="8" class="area60" maxlength="<!--{$smarty.const.LLTEXT_LEN}-->" style="<!--{$arrErr.note|sfGetErrorColor}-->"><!--{"\n"}--><!--{$arrForm.note|h}--></textarea><br /> 
    268                 <span class="attention"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.LLTEXT_LEN}--></span> 
     268                <span class="attention"> <!--{t string="tpl_(%s1 characters max)_01" %s1=$smarty.const.LLTEXT_LEN}--></span> 
    269269            </td> 
    270270        </tr> 
     
    274274                <span class="attention"><!--{$arrErr.main_list_comment}--></span> 
    275275                <textarea name="main_list_comment" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" style="<!--{if $arrErr.main_list_comment != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" cols="60" rows="8" class="area60"><!--{"\n"}--><!--{$arrForm.main_list_comment|h}--></textarea><br /> 
    276                 <span class="attention"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.MTEXT_LEN}--></span> 
     276                <span class="attention"> <!--{t string="tpl_(%s1 characters max)_01" %s1=$smarty.const.MTEXT_LEN}--></span> 
    277277            </td> 
    278278        </tr> 
     
    282282                <span class="attention"><!--{$arrErr.main_comment}--></span> 
    283283                <textarea name="main_comment" maxlength="<!--{$smarty.const.LLTEXT_LEN}-->" style="<!--{if $arrErr.main_comment != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" cols="60" rows="8" class="area60"><!--{"\n"}--><!--{$arrForm.main_comment|h}--></textarea><br /> 
    284                 <span class="attention"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.LLTEXT_LEN}--></span> 
     284                <span class="attention"> <!--{t string="tpl_(%s1 characters max)_01" %s1=$smarty.const.LLTEXT_LEN}--></span> 
    285285            </td> 
    286286        </tr> 
    287287        <tr> 
    288288            <!--{assign var=key value="main_list_image"}--> 
    289             <th><!--{t string="tpl_710" escape="none" T_FIELD1=$smarty.const.SMALL_IMAGE_WIDTH T_FIELD2=$smarty.const.SMALL_IMAGE_HEIGHT }--></th> 
     289            <th><!--{t string="tpl_710" escape="none" %s1=$smarty.const.SMALL_IMAGE_WIDTH %s2=$smarty.const.SMALL_IMAGE_HEIGHT }--></th> 
    290290            <td> 
    291291                <a name="<!--{$key}-->"></a> 
     
    302302        <tr> 
    303303            <!--{assign var=key value="main_image"}--> 
    304             <th><!--{t string="tpl_711" escape="none" T_FIELD1=$smarty.const.NORMAL_IMAGE_WIDTH T_FIELD2=$smarty.const.NORMAL_IMAGE_HEIGHT }--></th> 
     304            <th><!--{t string="tpl_711" escape="none" %s1=$smarty.const.NORMAL_IMAGE_WIDTH %s2=$smarty.const.NORMAL_IMAGE_HEIGHT }--></th> 
    305305            <td> 
    306306                <span class="attention"><!--{$arrErr[$key]}--></span> 
     
    314314        <tr> 
    315315            <!--{assign var=key value="main_large_image"}--> 
    316             <th><!--{t string="tpl_712" escape="none" T_FIELD1=$smarty.const.LARGE_IMAGE_WIDTH T_FIELD2=$smarty.const.LARGE_IMAGE_HEIGHT }--></th> 
     316            <th><!--{t string="tpl_712" escape="none" %s1=$smarty.const.LARGE_IMAGE_WIDTH %s2=$smarty.const.LARGE_IMAGE_HEIGHT }--></th> 
    317317            <td> 
    318318                <span class="attention"><!--{$arrErr[$key]}--></span> 
     
    345345        <!--▼商品<!--{$smarty.section.cnt.iteration}-->--> 
    346346        <tr> 
    347             <th><!--{t string="tpl_571" T_FIELD=$smarty.section.cnt.iteration}--></th> 
     347            <th><!--{t string="tpl_571" %s1=$smarty.section.cnt.iteration}--></th> 
    348348            <!--{assign var=key value="sub_title`$smarty.section.cnt.iteration`"}--> 
    349349            <td> 
    350350                <span class="attention"><!--{$arrErr[$key]}--></span> 
    351351                <input type="text" name="sub_title<!--{$smarty.section.cnt.iteration}-->" value="<!--{$arrForm[$key]|h}-->" size="60" class="box60" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"/> 
    352                 <span class="attention"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.STEXT_LEN}--></span> 
    353             </td> 
    354         </tr> 
    355         <tr> 
    356             <th><!--{t string="tpl_572" T_FIELD=$smarty.section.cnt.iteration}--><span class="attention"><!--{t string="tpl_594"}--></span></th> 
     352                <span class="attention"> <!--{t string="tpl_(%s1 characters max)_01" %s1=$smarty.const.STEXT_LEN}--></span> 
     353            </td> 
     354        </tr> 
     355        <tr> 
     356            <th><!--{t string="tpl_572" %s1=$smarty.section.cnt.iteration}--><span class="attention"><!--{t string="tpl_594"}--></span></th> 
    357357            <!--{assign var=key value="sub_comment`$smarty.section.cnt.iteration`"}--> 
    358358            <td> 
    359359                <span class="attention"><!--{$arrErr[$key]}--></span> 
    360360                <textarea name="sub_comment<!--{$smarty.section.cnt.iteration}-->" cols="60" rows="8" class="area60" maxlength="<!--{$smarty.const.LLTEXT_LEN}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"><!--{"\n"}--><!--{$arrForm[$key]|h}--></textarea><br /> 
    361                 <span class="attention"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.LLTEXT_LEN}--></span> 
     361                <span class="attention"> <!--{t string="tpl_(%s1 characters max)_01" %s1=$smarty.const.LLTEXT_LEN}--></span> 
    362362            </td> 
    363363        </tr> 
    364364        <tr> 
    365365            <!--{assign var=key value="sub_image`$smarty.section.cnt.iteration`"}--> 
    366             <th><!--{t string="tpl_705" escape="none" T_FIELD1=$smarty.section.cnt.iteration T_FIELD2=$smarty.const.NORMAL_SUBIMAGE_WIDTH T_FIELD3=$smarty.const.NORMAL_SUBIMAGE_HEIGHT}--></th> 
     366            <th><!--{t string="tpl_705" escape="none" %s1=$smarty.section.cnt.iteration %s2=$smarty.const.NORMAL_SUBIMAGE_WIDTH %s3=$smarty.const.NORMAL_SUBIMAGE_HEIGHT}--></th> 
    367367            <td> 
    368368                <a name="<!--{$key}-->"></a> 
     
    379379        <tr> 
    380380            <!--{assign var=key value="sub_large_image`$smarty.section.cnt.iteration`"}--> 
    381             <th><!--{t string="tpl_706" escape="none" T_FIELD1=$smarty.section.cnt.iteration T_FIELD2=$smarty.const.LARGE_SUBIMAGE_WIDTH T_FIELD3=$smarty.const.LARGE_SUBIMAGE_HEIGHT}--></th> 
     381            <th><!--{t string="tpl_706" escape="none" %s1=$smarty.section.cnt.iteration %s2=$smarty.const.LARGE_SUBIMAGE_WIDTH %s3=$smarty.const.LARGE_SUBIMAGE_HEIGHT}--></th> 
    382382            <td> 
    383383                <span class="attention"><!--{$arrErr[$key]}--></span> 
     
    412412            <!--{assign var=key value="recommend_id`$smarty.section.cnt.iteration`"}--> 
    413413            <!--{assign var=anckey value="recommend_no`$smarty.section.cnt.iteration`"}--> 
    414             <th><!--{t string="tpl_575" T_FIELD=$smarty.section.cnt.iteration}--><br /> 
     414            <th><!--{t string="tpl_575" %s1=$smarty.section.cnt.iteration}--><br /> 
    415415                <!--{if $arrRecommend[$recommend_no].product_id}--> 
    416416                    <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrRecommend[$recommend_no].main_list_image|sfNoImageMainList|h}-->&width=65&height=65" alt="<!--{$arrRecommend[$recommend_no].name|h}-->" /> 
     
    428428                <!--{t string="tpl_Product name_01"}-->:<!--{$arrRecommend[$recommend_no].name|h}--><br /> 
    429429                <textarea name="<!--{$key}-->" cols="60" rows="8" class="area60" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" ><!--{"\n"}--><!--{$arrRecommend[$recommend_no].comment|h}--></textarea><br /> 
    430                 <span class="attention"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.LTEXT_LEN}--></span> 
     430                <span class="attention"> <!--{t string="tpl_(%s1 characters max)_01" %s1=$smarty.const.LTEXT_LEN}--></span> 
    431431            </td> 
    432432        </tr> 
Note: See TracChangeset for help on using the changeset viewer.