Changeset 16825 for branches/beta/data


Ignore:
Timestamp:
2007/11/28 14:16:01 (19 years ago)
Author:
naka
Message:

新着情報取得をEC-CUBE2.0対応に変更

Location:
branches/beta/data
Files:
31 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/data/Smarty/templates/admin/home.tpl

    r17 r16825  
    153153                    <tr> 
    154154                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_day_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_day_left.jpg" width="12" height="10" alt="" border="0"></td> 
    155                         <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_bg01.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt=""><span class="infodate"><!--{$arrInfo[i][0]}--></span></td> 
     155                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_bg01.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt=""><span class="infodate"><!--{$arrInfo[i].disp_date|sfDispDBDate}--></span></td> 
    156156                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_day_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_day_right.jpg" width="5" height="10" alt="" border="0"></td> 
    157157                    </tr> 
     
    159159                    <tr> 
    160160                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_bottom_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="12" height="1" alt=""></td> 
    161                         <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_bg02.jpg" class="infottl"><!--{$arrInfo[i][1]}--></td> 
     161                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_bg02.jpg" class="infottl"><!--{$arrInfo[i].title}--></td> 
    162162                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_bottom_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="5" height="1" alt=""></td> 
    163163                    </tr> 
     
    165165                    <tr><td height="5"></td></tr> 
    166166                    <tr> 
    167                         <td colspan="3" class="fs10"><span class="info"><!--{$arrInfo[i][2]}--></span></td> 
     167                        <td colspan="3" class="fs10"><span class="info"><!--{$arrInfo[i].body}--></span></td> 
    168168                    </tr> 
    169169                    <!--{/section}--> 
Note: See TracChangeset for help on using the changeset viewer.