星际大师郁小刚:让置顶主题和一般主题贴分开显示For DVBBS7.1sp1

来源:百度文库 编辑:高校问答 时间:2024/04/29 20:34:58
让置顶主题和一般主题贴分开显示For DVBBS7.1sp1
不是以下着段代码!
找到:(大概在97行)

<xsl:for-each select="xml/toptopic/row">
<xsl:call-template name="topic"/>
</xsl:for-each>

替换成:

<div class="list">
<div class="list_a" style="padding-left:20px;text-align: left;width:100%;">
〖 <strong>置顶帖子列表</strong> 〗
</div>
</div>
<xsl:for-each select="xml/toptopic/row">
<xsl:call-template name="topic"/>
</xsl:for-each>
<div class="list">
<div class="list_a" style="padding-left:20px;text-align: left;width:100%;">
〖 <strong>普通帖子列表</strong> 〗
</div>
</div>

!我说的意思是不是用文字分开!
而是表格!
就是:
http://www.ntsky.net/
版面里的表格!(分开普通帖和固定帖的表格(好象比软来多出来一条的那种))谢谢拉!
说的详细点呀!
看看我要的效果图片!:
http://www.ntsky.net/UploadFile/2006-5/2006549595049032.bmp