有试过不成功!!具体指点下吧
<template name="board">
<![CDATA[
<table width="99%" style="border-bottom:#efefef 1px dashed;margin-bottom:10px" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="60" style="text-align:center"/>
{IF:{$TodayNum}>0}
<div class="photored"></div>
{/If}
{IF:{$TodayNum}=0}
<div class="photogray"></div>
{/If}
</td>
<td class="newlink">
<a href="{$BoardUrl}">『 {$BoardName} 』</a> (今日: {IF:{$TodayNum}>0}
<span style="color:red">{$TodayNum}</span>
{/If}
{IF:{$TodayNum}=0}
{$TodayNum}
{/If})
<p class="intro">{$Intro}</p>
<span>版主:{$Master} | 主题:{$TotalSubject} | 帖数:{$TotalReply} </span></td>
<td class="newsub">{$NewTopic}<br />
<span>{$LastPostUser}</span> {$LastPostTime}
</td>
</tr>
</table>
]]>
</template>