source: branches/feature-module-update/html/install/user_data/templates/default1/include/bloc/news.tpl @ 15079

Revision 15079, 1.7 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<table width="400" border="0" cellspacing="0" cellpadding="0" summary=" ">
7    <tr>
8        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/top/news.jpg" width="400" height="29" alt="新着情報"></td>
9    </tr>
10    <tr>
11        <td colspan="3"><span class="fs10">☆★☆ 新着情報は<a href="<!--{$smarty.const.URL_DIR}-->rss/index.php" target="_blank">RSS</a>で配信しています。★☆★ </span></td>
12    </tr>
13    <tr>
14        <td height="10"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="16" height="1" alt=""></td>
15        <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="90" height="1" alt=""></td>
16        <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="294" height="1" alt=""></td>
17    </tr>
18
19    <!--{section name=data loop=$arrNews}-->
20    <tr valign="top">
21        <td><img src="<!--{$smarty.const.URL_DIR}-->img/top/news_icon.gif" width="16" height="16" alt=""></td>
22        <td class="fs10"><!--{$arrNews[data].news_date_disp|escape}--></td>
23        <td class="fs10"><!--{if $arrNews[data].news_url}--><a href="<!--{$arrNews[data].news_url}-->" <!--{if $arrNews[data].link_method eq "2"}-->target="_blank"<!--{/if}--> ><!--{/if}--><!--{$arrNews[data].news_title|escape|nl2br}--><!--{if $arrNews[data].news_url}--></a><!--{/if}--><br/><!--{$arrNews[data].news_comment|escape|nl2br}--></td>
24    </tr>
25    <!--{if !$smarty.section.data.last}-->
26    <tr><td colspan="3" height="20"><img src="<!--{$smarty.const.URL_DIR}-->img/common/line_400.gif" width="400" height="1" alt=""></td></tr>
27    <!--{/if}-->
28    <!--{/section}-->
29
30    <tr><td height="35" colspan="3"></td></tr>
31</table>
Note: See TracBrowser for help on using the repository browser.