把相关图片拷贝到skins/Default目录下,进入后台打开page_index界面风格(page_index) template.html(0): 查找代码如下:(注意:有两处都要加入,一个是简洁列表显示的,一个是详细列表显示的)
<div style="text-align :left;"> <xsl:if test="@indeximg!=''"><a href="index.asp?boardid=33"><img src="{@indeximg}" alt="" class="boardlogo"/></a></xsl:if> <div><a href="index.asp?boardid=33"> <xsl:if test="count(../board[@parentid=$boardid]) != 0"><xsl:attribute name="title">有<xsl:value-of select="count(../board[@parentid=$boardid])"/>个下属论坛</xsl:attribute></xsl:if><xsl:value-of select="@boardtype" disable-output-escaping="yes"/></a><xsl:if test="count(../board[@parentid=$boardid]) !=0"><a><xsl:attribute name="onmouseover">showmenu(event,BoardJumpList(<xsl:value-of select="@boardid"/>,1),0);</xsl:attribute>(<xsl:value-of select="count(../board[@parentid=$boardid])"/>)</a></xsl:if>
<!--快捷按钮添加开始--> <a href="post.asp?action=new&boardid={@boardid}"><img src="Skins/Default/fabiao.gif" hspace="2" vspace="2" border="0" alt="在[{@boardtype}]发表新帖" /></a>
<a href="Query.asp?stype=6&nbsp;boardid={@boardid}"><img src="Skins/Default/jinghua.gif" border="0" hspace="2" vspace="2" alt="查看[{@boardtype}]的精华帖" /></a> <!--快捷按钮添加结束-->
这个是第一个“下属论坛”处,是简洁列表显示的
(在第二个“下属论坛”处)
个下属论坛</xsl:attribute></xsl:if><b><xsl:value-of select="@boardtype" disable-output-escaping="yes"/></b></a><xsl:if test="count(../board[@parentid=$boardid]) !=0"> <a style="margin:0 5px;"><xsl:attribute name="onmouseover">showmenu(event,BoardJumpList(<xsl:value-of select="@boardid"/>,1),0);</xsl:attribute><img src="{/BoardList/@picurl}more.gif" alt="" /></a> </xsl:if> <font face="Arial" color="#005596"><small> [ <font color="#ff6600"><span title="今日发表帖子" style="cursor: hand;"><xsl:value-of select="concat(' ',information/@todaynum,' ')"/></span></font> | <span title="主题总数" style="cursor: hand;"><xsl:value-of select="concat(' ',information/@topicnum,' ')"/></span> | <span title="帖子总数" style="cursor: hand;"><xsl:value-of select="concat(' ',information/@postnum)"/></span> ]
后面加入:
<!--快捷按钮添加开始--> <a href="post.asp?action=new&boardid={@boardid}"><img src="Skins/Default/fabiao.gif" hspace="2" vspace="2" border="0" alt="在[{@boardtype}]发表新帖" /></a>
<a href="Query.asp?stype=6&nbsp;boardid={@boardid}"><img src="Skins/Default/jinghua.gif" border="0" hspace="2" vspace="2" alt="查看[{@boardtype}]的精华帖" /></a> <!--快捷按钮添加结束-->
下载地址:
[此贴子已经被作者于2007-6-23 17:06:14编辑过]
|