方法如下:
下载TimeCount.pl,放到Movable Type的「plugins」文件夹里。
在如archives这样的地方(或者自己再单独制作一个新的页子)追加如下代码:
<table border="1" cellspacing="0" cellpadding="0">
<MTTimeCountContainer mode="entry" split="60">
<tr>
<td><$MTTimeCountStartTime format="%H:%M"$>-<$MTTimeCountEndTime format="%H:%M"$></td>
<td><MTIfNonZero tag="MTTimeCount"><img src="<$MTBlogURL$>images/1dotbar.gif" width="<$MTTimeCountPerMax mult="300"$>" height="15"> </MTIfNonZero><$MTTimeCount$>(<$MTTimeCountPercent mult="100" sprintf="%.1f"$>%)</td>
</tr>
</MTTimeCountContainer>
</table>
上面的1dotbar.gif图像需要下载,自己设定地址。