你把已经改过的文件先还原
找到208行到225行
</div><div class="Content-bottom">
<div class="ContentBLeft"></div><div class="ContentBRight"></div>
分类:<a href="default.asp?cateID=<%=webLogArr(1,PageCount)%>" title="<%=getCate.cate_Intro%>"><%=getCate.cate_Name%></a> | <a href="?id=<%=webLogArr(0,PageCount)%>">固定链接</a> |
<%if webLogArr(13,PageCount)=true then%>
禁止评论
<%Else%>
<a href="article.asp?id=<%=webLogArr(0,PageCount)%>#comm_top">评论: <%=webLogArr(6,PageCount)%></a>
<%end If%>
| 引用: <%=webLogArr(7,PageCount)%> | 查看次数: <%=webLogArr(8,PageCount)%>
<%if stat_EditAll or (stat_Edit and webLogArr(2,PageCount)=memName) then%>
| <a href="blogedit.asp?id=<%=webLogArr(0,PageCount)%>"><img src="images/icon_edit.gif" alt="" border="0" style="margin-bottom:-2px"/></a>
<%end if%>
<%if stat_DelAll or (stat_Del and webLogArr(2,PageCount)=memName) then%>
| <a href="blogedit.asp?action=del&id=<%=webLogArr(0,PageCount)%>" onclick="if (!window.confirm('是否要删除该日志')) return false"><img src="images/icon_del.gif" alt="" border="0" style="margin-bottom:-2px"/></a>
<%end if%>
</div>
</div></div>
替换成
</div><div class="Content-bottom">
<div class="ContentBLeft"></div><div class="ContentBRight"></div>
分类:<a href="default.asp?cateID=<%=webLogArr(1,PageCount)%>" title="<%=getCate.cate_Intro%>"><%=getCate.cate_Name%></a> |
<%if stat_EditAll or (stat_Edit and webLogArr(2,PageCount)=memName) then%>
| <a href="blogedit.asp?id=<%=webLogArr(0,PageCount)%>"><img src="images/icon_edit.gif" alt="" border="0" style="margin-bottom:-2px"/></a>
<%end if%>
<%if stat_DelAll or (stat_Del and webLogArr(2,PageCount)=memName) then%>
| <a href="blogedit.asp?action=del&id=<%=webLogArr(0,PageCount)%>" onclick="if (!window.confirm('是否要删除该日志')) return false"><img src="images/icon_del.gif" alt="" border="0" style="margin-bottom:-2px"/></a>
<%end if%>
</div>
</div></div>
在class/cls_article.asp文件中删除134行
<div class="Content-bottom"><div class="ContentBLeft"></div><div class="ContentBRight"></div>评论: <%=log_ViewArr(12,0)%> | 引用: <%=log_ViewArr(13,0)%> | 查看次数: <%=log_ViewArr(4,0)%>
预览|普通模式的修改在class/cls_logAction.asp的620行,自己看一下吧
[ 本帖最后由 潇潇子 于 2006-6-21 20:46 编辑 ]