Ignore:
Timestamp:
2013/01/27 16:22:09 (11 years ago)
Author:
adachi
Message:

#2060 メッセージIDの振り直し:tpl_153 - tpl199

File:
1 edited

Legend:

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

    r22412 r22418  
    6060        <table class="now_dir"> 
    6161            <tr> 
    62                 <th><!--{t string="tpl_164"}--></th> 
     62                <th><!--{t string="tpl_File upload_01"}--></th> 
    6363                <td> 
    6464                    <!--{if $arrErr.upload_file}--><span class="attention"><!--{$arrErr.upload_file}--></span><!--{/if}--> 
     
    6767            </tr> 
    6868            <tr> 
    69                 <th><!--{t string="tpl_165"}--></th> 
     69                <th><!--{t string="tpl_Folder creation_01"}--></th> 
    7070                <td> 
    7171                    <!--{if $arrErr.create_file}--><span class="attention"><!--{$arrErr.create_file}--></span><!--{/if}--> 
    72                     <input type="text" name="create_file" value="" style="width:336px;<!--{if $arrErr.create_file}--> background-color:<!--{$smarty.const.ERR_COLOR|h}--><!--{/if}-->"><a class="btn-normal" href="javascript:;" onclick="setTreeStatus('tree_status');fnModeSubmit('create','',''); return false;"><!--{t string="tpl_166"}--></a> 
     72                    <input type="text" name="create_file" value="" style="width:336px;<!--{if $arrErr.create_file}--> background-color:<!--{$smarty.const.ERR_COLOR|h}--><!--{/if}-->"><a class="btn-normal" href="javascript:;" onclick="setTreeStatus('tree_status');fnModeSubmit('create','',''); return false;"><!--{t string="tpl_Create_01"}--></a> 
    7373                </td> 
    7474            </tr> 
     
    7777        <table class="list"> 
    7878            <tr> 
    79                 <th><!--{t string="tpl_167"}--></th> 
    80                 <th><!--{t string="tpl_168"}--></th> 
    81                 <th><!--{t string="tpl_169"}--></th> 
    82                 <th class="edit"><!--{t string="tpl_170"}--></th> 
    83                 <th><!--{t string="tpl_171"}--></th> 
     79                <th><!--{t string="tpl_File name_01"}--></th> 
     80                <th><!--{t string="tpl_Size_01"}--></th> 
     81                <th><!--{t string="tpl_Date of update_01"}--></th> 
     82                <th class="edit"><!--{t string="tpl_Display_01"}--></th> 
     83                <th><!--{t string="tpl_Download_01"}--></th> 
    8484                <th class="delete"><!--{t string="tpl_Remove_01"}--></th> 
    8585            </tr> 
     
    115115                    <!--{if $arrFileList[cnt].is_dir}--> 
    116116                        <td class="center"> 
    117                             <a href="javascript:;" onclick="fnSetFormVal('form1', 'tree_select_file', '<!--{$arrFileList[cnt].file_path}-->');fnSelectFile('<!--{$id}-->', '#808080');fnModeSubmit('move','',''); return false;"><!--{t string="tpl_170"}--></a> 
     117                            <a href="javascript:;" onclick="fnSetFormVal('form1', 'tree_select_file', '<!--{$arrFileList[cnt].file_path}-->');fnSelectFile('<!--{$id}-->', '#808080');fnModeSubmit('move','',''); return false;"><!--{t string="tpl_Display_01"}--></a> 
    118118                        </td> 
    119119                    <!--{else}--> 
    120120                        <td class="center"> 
    121                             <a href="javascript:;" onclick="fnSetFormVal('form1', 'select_file', '<!--{$arrFileList[cnt].file_path|h}-->');fnSelectFile('<!--{$id}-->', '#808080');fnModeSubmit('view','',''); return false;"><!--{t string="tpl_170"}--></a> 
     121                            <a href="javascript:;" onclick="fnSetFormVal('form1', 'select_file', '<!--{$arrFileList[cnt].file_path|h}-->');fnSelectFile('<!--{$id}-->', '#808080');fnModeSubmit('view','',''); return false;"><!--{t string="tpl_Display_01"}--></a> 
    122122                        </td> 
    123123                    <!--{/if}--> 
     
    127127                    <!--{else}--> 
    128128                        <td class="center"> 
    129                             <a href="javascript:;" onclick="fnSetFormVal('form1', 'select_file', '<!--{$arrFileList[cnt].file_path|h}-->');fnSelectFile('<!--{$id}-->', '#808080');setTreeStatus('tree_status');fnModeSubmit('download','',''); return false;"><!--{t string="tpl_171"}--></a> 
     129                            <a href="javascript:;" onclick="fnSetFormVal('form1', 'select_file', '<!--{$arrFileList[cnt].file_path|h}-->');fnSelectFile('<!--{$id}-->', '#808080');setTreeStatus('tree_status');fnModeSubmit('download','',''); return false;"><!--{t string="tpl_Download_01"}--></a> 
    130130                        </td> 
    131131                    <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.