source: temp/trunk/html/user_data/include/bloc/news.tpl @ 4425

Revision 4425, 1.4 KB checked in by naka, 20 years ago (diff)

* empty log message *

  • Property svn:mime-type set to application/octet-stream
Line 
1<table width="400" border="0" cellspacing="0" cellpadding="0" summary=" ">
2    <tr>
3        <td colspan="3"><img src="/img/top/news.jpg" width="400" height="29" alt="¿·Ãå¾ðÊó"></td>
4    </tr>
5    <tr>
6        <td colspan="3"><span class="fs10">¡ù¡ú¡ù ¿·Ãå¾ðÊó¤Ï<a href="/rss/index.php" target="_blank">RSS</a>¤ÇÇÛ¿®¤·¤Æ¤¤¤Þ¤¹¡£¡ú¡ù¡ú </span></td>
7    </tr>
8    <tr>
9        <td height="10"><img src="/img/common/_.gif" width="16" height="1" alt=""></td>
10        <td><img src="/img/common/_.gif" width="90" height="1" alt=""></td>
11        <td><img src="/img/common/_.gif" width="294" height="1" alt=""></td>
12    </tr>
13
14    <!--{section name=data loop=$arrNews}-->
15    <tr valign="top">
16        <td><img src="/img/top/news_icon.gif" width="16" height="16" alt=""></td>
17        <td class="fs10"><!--{$arrNews[data].news_date_disp|escape}--></td>
18        <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>
19    </tr>
20    <!--{if !$smarty.section.data.last}-->
21    <tr><td colspan="3" height="20"><img src="/img/common/line_400.gif" width="400" height="1" alt=""></td></tr>
22    <!--{/if}-->
23    <!--{/section}-->
24
25    <tr><td height="35" colspan="3"></td></tr>
26</table>
Note: See TracBrowser for help on using the repository browser.