<{$block.bootstrap}> <{php}> $arr= $this->get_template_vars('block'); $col_num= $arr['col_num']; $end=$col_num-1; $i=0; <{/php}> <{$block.syntaxhighlighter_code}> <{$block.rating_js}> <{$block.del_js}> <{if $block.page}> <{foreach item=page from=$block.page}> <{php}> if($col_num==0 or $i % $col_num==0){ echo '
'; } <{/php}>
<{if $block.col_num=="1" or $block.col_num==""}>
style="background-image:url(<{$page.need_sign}>);background-position: right top;background-repeat: no-repeat;"<{/if}>> <{if $page.star}>
<{$page.star}>
<{/if}>
<{$page.prefix_tag}> <{$page.news_title}>
<{if $page.files}>
<{$page.files}>
<{/if}> <{$page.uid_name}> - <{$page.cate_name}> | <{$page.post_date}> | <{$smarty.const._TADNEWS_HOT}><{$page.counter}>
<{$page.pic}><{$page.content}> (<{$smarty.const._MB_TADNEWS_SHOW_ALL}>)
<{$page.fun}>
<{else}>
<{$page.prefix_tag}> <{$page.news_title}>
<{$page.files}>
<{$page.uid_name}> - <{$page.cate_name}> | <{$page.post_date}> | <{$page.counter}>
<{$page.pic}><{$page.content}> (<{$smarty.const._MB_TADNEWS_SHOW_ALL}>)
<{$page.fun}>
<{/if}>
<{php}> if($col_num==0 or ($i % $col_num)==$end){ echo "
"; } $i++; <{/php}> <{/foreach}> <{/if}>