【动网论坛7.1 sp1 修改】-帖子页只给发贴作者加入版权的修改方法

分页面模板(page_dispbbs) template.html(0) 找到:
<div style="{$bodystyle}margin-top:10px;word-wrap : break-word ;word-break : break-all ;" onload="this.style.overflowX='auto';">
<xsl:choose>
  <xsl:when test="@parentid =0 and /post/postinfo/@getmoneytype=3"><xsl:call-template name="checkgetmoney" /></xsl:when>
  <xsl:otherwise><xsl:value-of select="@body" disable-output-escaping="yes"/>
</xsl:otherwise>
</xsl:choose>
</div>
下面添加:
<xsl:if test="@parentid = 0">
<div>
<hr/>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="8" background="images/Ctrl_left.gif" height="79"></td>
<td background="images/Ctrl_bg.gif">
<font color="#EC5C2D"><li>本文由 [<xsl:value-of select="@username"/>] 发表,[<xsl:value-of select="@username"/>] 与〖888社区〗依《论坛守则》享有相关权利;</li><br/><li>其他单位或个人使用、转载或引用本文时必须征得 [<xsl:value-of select="@username"/>] 与〖888社区〗的同意;</li><br/><li>发贴者承担一切因本文发表而直接或间接导致的民事或刑事法律责任;</li><br/><li>本论坛的管理员和版主有权不事先通知发贴者而删除本文!</li>
</font>
</td><td width="8" height="79" background="images/Ctrl_right.gif" border="0"></td>
</tr>
</table><hr/>
</div></xsl:if>
posted @ 2006-07-16 13:55  『Jacky』  阅读(267)  评论(0编辑  收藏  举报