<{assign var="bc" value=$block.BlockContent}> <{if $bc.main_data}> <{if $block.config.show_mode=="list"}>
<{includeq file="$xoops_rootpath/modules/tad_web/templates/tad_web_block_title_b3.html"}>
<{elseif $block.config.show_mode=="full"}> <{foreach from=$bc.main_data key=i item=news}>
<{if $news.NewsContent}>

<{$news.Date}> <{$news.NewsTitle}> <{if $news.NewsEnable!=1}>[<{$smarty.const._MD_TCW_NEWS_DRAFT}>]<{/if}> <{if $isMyWeb or $news.isAssistant}> <{/if}>

<{if isset($news.cate.CateID)}> <{$news.cate.CateName}> <{/if}> <{$news.NewsContent}> <{if $news.more}> <{$smarty.const._MD_TCW_READ_MORE}> <{/if}>
<{else}>

<{$news.Date}> <{$news.NewsTitle}> <{if $news.NewsEnable!=1}>[<{$smarty.const._MD_TCW_NEWS_DRAFT}>]<{/if}> <{if $isMyWeb or $news.isAssistant}> <{/if}>

<{/if}>
<{/foreach}> <{else}>
<{if $bc.main_data.0.NewsContent}>

<{$bc.main_data.0.Date}> <{$bc.main_data.0.NewsTitle}> <{if $bc.main_data.0.NewsEnable!=1}>[<{$smarty.const._MD_TCW_NEWS_DRAFT}>]<{/if}> <{if $isMyWeb or $bc.main_data.0.isAssistant}> <{/if}>

<{if isset($bc.main_data.0.cate.CateID)}> <{$bc.main_data.0.cate.CateName}> <{/if}> <{$bc.main_data.0.NewsContent}> <{if $bc.main_data.0.more}> <{$smarty.const._MD_TCW_READ_MORE}> <{/if}>
<{else}>

<{$bc.main_data.0.Date}> <{$bc.main_data.0.NewsTitle}> <{if $bc.main_data.0.NewsEnable!=1}>[<{$smarty.const._MD_TCW_NEWS_DRAFT}>]<{/if}> <{if $isMyWeb or $bc.main_data.0.isAssistant}> <{/if}>

<{/if}>
<{/if}> <{/if}>