From http://bbs.apabi.com/dispbbs.asp?boardID=24&ID=17411&page=1
<?xml version="1.0" encoding="gb2312"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
<xsl:output method="xml" omit-xml-declaration = "yes" indent="yes" version="4.0"/>
<!--
Copyright (C) 2004,2005 AspSky.Net. All rights reserved.
Written by dvbbs.net Lao Mi
Web: http://www.aspsky.net/,http://www.dvbbs.net/
Email: eway@aspsky.net
-->
<xsl:template match="/">
<xsl:if test="BoardList/@boardid=0"><xsl:call-template name="welcome" /></xsl:if>
<xsl:call-template name="main" />
<xsl:if test="BoardList/@boardid=0"><xsl:call-template name="link" /><xsl:call-template name="index_bottom" /></xsl:if>
</xsl:template>
<xsl:template name="main">
<iframe style="border:0px;width:0px;height:0px;" src="" name="hiddenframe1"></iframe>
<xsl:variable name="boardid" select="BoardList/@boardid"/>
<xsl:choose>
<xsl:when test="$boardid=0">
<xsl:for-each select="BoardList/board[@parentid =$boardid]">
<div class="th" style="margin-top:10px;">
<span />
</a></div' rel="nofollow">
information/@lastpost_0"/></a></div>
<div>日期:<xsl:value-of select="information/@lastpost_2"/><a href="Dispbbs.asp?boardid={information/@lastpost_7}&ID={information/@lastpost_6}&replyID={information/@lastpost_1}&skin=1" title="主题:{information/@lastpost_3}"><img border="0" src="Skins/Default/lastpost.gif" alt=""/></a></div>
</xsl:otherwise>
</xsl:choose>
</div>
<div class="index_left_states"><img>
<xsl:choose>
<xsl:when test="@checkout=1">
<xsl:attribute name="title">认证论坛,<xsl:choose>
<xsl:when test="@newpost=1">有新贴子</xsl:when>
<xsl:otherwise>无新贴子</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:attribute name="src"><xsl:value-of select="/BoardList/forum_setting/@pic_2"/></xsl:attribute>
</xsl:when>
<xsl:when test="@checklock=1">
<xsl:attribute name="title">锁定论坛,<xsl:choose>
<xsl:when test="@newpost=1">有新贴子</xsl:when>
<xsl:otherwise>无新贴子</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:attribute name="src"><xsl:value-of select="/BoardList/forum_setting/@pic_2"/></xsl:attribute>
</xsl:when>
<xsl:otherwise>
<xsl:choose>
<xsl:when test="@newpost=1"><xsl:attribute name="alt">开放的论坛,有新贴子</xsl:attribute>
<xsl:attribute name="src"><xsl:value-of select="/BoardList/forum_setting/@pic_1"/></xsl:attribute>
</xsl:when>
<xsl:otherwise><xsl:attribute name="alt">开放的论坛,无新贴子</xsl:attribute>
<xsl:attribute name="src"><xsl:value-of select="/BoardList/forum_setting/@pic_0"/></xsl:attribute>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose></img></div>
<div style="text-align :left;">
<xsl:if test="@indeximg!=''"><a href="index.asp?boardid={$boardid}" href_cetemp="index.asp?boardid={$boardid}"><img src="{@indeximg}" alt="" class="boardlogo"/></a></xsl:if>
<div><a href="index.asp?boardid={$boardid}"> <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></div>
<div style="overflow :hidden;height:38px;"><font face="Arial"><img alt="" src="Skins/Default/Forum_readme.gif" align="middle"/><xsl:value-of select="@readme" disable-output-escaping="yes"/></font></div>
</div>
</div>
<div class="mainbar2" style="height:25px;overflow :hidden;">
<div class="index_right" style="height:25px;">
<img src="Skins/Default/Forum_today.gif" alt="今日发贴数" style="margin-top:8px;"/><font color="red"><xsl:value-of select="concat(' ',information/@todaynum,' ')"/></font>
<img src="Skins/Default/forum_topic.gif" alt="主题贴数" /><xsl:value-of select="concat(' ',information/@topicnum,' ')"/>
<img src="Skins/Default/Forum_post.gif" alt="发贴总数" /><xsl:value-of select="concat(' ',information/@postnum)"/>
</div>
<div class="index_left_states" style="height:25px;"></div>
<div style="text-align : left; text-indent:5px;">
<xsl:choose>
<xsl:when test="/BoardList/forum_setting/@issearch=1">
<a href="index.asp?BoardID={$boardid}&Page=2" href_cetemp="index.asp?BoardID={$boardid}&Page=2" title="{@boardtype}第二页">[2]</a>
<a href="index.asp?BoardID={$boardid}&Page=3" title="{@boardtype}第三页">[3]</a>
<a href="index.asp?BoardID={$boardid}&Page=4" title="{@boardtype}第四页">[4]</a>
<a href="index.asp?BoardID={$boardid}&Page=5" title="{@boardtype}第五页">[5]</a>
<a href="index.asp?BoardID={$boardid}&Page=6" title="{@boardtype}第六页">[6]</a>
<a href="index.asp?BoardID={$boardid}&Page=7" title="{@boardtype}第七页">[7]</a>
<a href="index.asp?BoardID={$boardid}&Page=8" title="{@boardtype}第八页">[8]</a>
<a href="index.asp?BoardID={$boardid}&Page=9" title="{@boardtype}第九页">[9]</a>
<a href="index.asp?BoardID={$boardid}&Page=10" title="{@boardtype}第十页">[10]</a>
</xsl:when>
<xsl:otherwise>
<xsl:choose>
<xsl:when test="/BoardList/boardmaster[@boardid=$boardid]/master">版主:<xsl:for-each select="/BoardList/boardmaster[@boardid=$boardid]/master"> <a href="dispuser.asp?name={.}" title="查看版主{.}的资料" target="_blank"><xsl:value-of select="."/></a> </xsl:for-each></xsl:when>
<xsl:otherwise> 此版暂无版主 </xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="/BoardList/forum_setting/@issearch=1 and /BoardList/forum_setting/@issearch_a=1">
<a href="index.asp?BoardID={$boardid}&Page=11" href_cetemp="index.asp?BoardID={$boardid}&Page=11" title="{@boardtype}第十一页">[11]</a>
<a href="index.asp?BoardID={$boardid}&Page=12" title="{@boardtype}第十二页">[12]</a>
<a href="index.asp?BoardID={$boardid}&Page=13" title="{@boardtype}第十三页">[13]</a>
<a href="index.asp?BoardID={$boardid}&Page=14" title="{@boardtype}第十四页">[14]</a>
<a href="index.asp?BoardID={$boardid}&Page=15" title="{@boardtype}第十五页">[15]</a>
<a href="index.asp?BoardID={$boardid}&Page=16" title="{@boardtype}第十六页">[16]</a>
<a href="index.asp?BoardID={$boardid}&Page=17" title="{@boardtype}第十七页">[17]</a>
<a href="index.asp?BoardID={$boardid}&Page=18" title="{@boardtype}第十八页">[18]</a>
<a href="index.asp?BoardID={$boardid}&Page=19" title="{@boardtype}第十九页">[19]</a>
<a href="index.asp?BoardID={$boardid}&Page=20" title="{@boardtype}第二十页">[20]</a>
</xsl:if>
</div>
</div>
</xsl:for-each>
</xsl:template>
<xsl:template name="welcome">
<div class="th"></div>
<div class="mainbar" style="height:120px;text-align :left;">
<div />
</div' rel="nofollow">
BoardList/forum_info/@forum_maxpostdate"/></div>
</div>
</div>
</div>
<div class="mainbar1" style="text-align :left;height:36px;line-height:28px;">
<xsl:if test="BoardList/forum_setting/@rss=0 or BoardList/forum_setting/@wap=1">
<div class="tableborder5" style="text-align :center;line-height:18px;height:20px;float:right;margin-right:2px;margin-top:6px;font-size:9px;font-family:tahoma,arial;">
<div class="tabletitle1" style="float:left;width:25px;margin : 1px; 1px; 1px; 1px;">XML</div>
<xsl:if test="BoardList/forum_setting/@rss=0"><div style="float:left;width:45px;margin: 1px 1px 1px 1px ;background-color : #fff;border:1px inset;line-height:16px;"><a href="http://rss.iboker.com/sub/?{BoardList/forum_setting/@ForumUrl}rssfeed.asp" target="_blank" title="订阅本站面最新帖子">RSS 2.0</a></div></xsl:if>
<xsl:if test="BoardList/forum_setting/@wap=1"><div class="tabletitle1" style="float:left;width:25px;margin :1px;"><a href="wap.asp?Action=readme" target="_blank" title="通过手机访问论坛,把论坛动起来" style="color:#fff;">WAP</a></div></xsl:if>
</div>
</xsl:if>
<div style="text-align:center;padding:3px 0px;height:28px;text-indent:20px;" >
<a href="query.asp?stype=3&pSearch=0&nSearch=0">查看新贴</a>
<font face="Wingdings" color="666666">v</font>
<a href="query.asp?stype=4&pSearch=0&nSearch=0">热门话题</a>
<font face="Wingdings" color="666666">v</font>
<a href="infolist.asp?t=toplist&orders=1">发贴排行</a>
<font face="Wingdings" color="666666">v</font>
<a href="infolist.asp?t=toplist&orders=7">用户列表</a>
</div>
</div>
</xsl:template>
<xsl:template name="userinfo">
<div style="float:left;width:80px;height:100px;overflow :hidden;"><a href="dispuser.asp?id={BoardList/userinfo/@userid}" title="查看我的信息"><img src="{BoardList/userinfo/@userface}" alt="查看我的信息" height="60" style="margin-top:12px;margin-left:2px;border:0px"/></a></div>
<div style="float:left;">
<div>您的帐号 <b><xsl:value-of select="BoardList/userinfo/@username" /></b> <a href="usersms.asp?action=inbox">收件箱</a>
<xsl:choose>
<xsl:when test="BoardList/userinfo/@usermsg !=''">
<xsl:variable name="sendmsgnum" select="substring-before(BoardList/userinfo/@usermsg ,'||')"></xsl:variable>
<xsl:variable name="sendmsgid" select="substring-before(substring-after(BoardList/userinfo/@usermsg ,'||') ,'||')"></xsl:variable>
<xsl:variable name="sendmsguser" select="substring-after(substring-after(BoardList/userinfo/@usermsg ,'||') ,'||')"></xsl:variable>
<xsl:choose>
<xsl:when test="$sendmsgnum != 0 "><bgsound src="skins/default/mail.wav" />(<a href="javascript:openScript('messanger.asp?action=read&id={$sendmsgid}&sender={$sendmsguser}',500,400)"><font class="redfont"><xsl:value-of select="$sendmsgnum" /></font></a>)</xsl:when>
<xsl:otherwise>(<font color="gray">0</font>) </xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
(<font color="gray">0</font>)
</xsl:otherwise>
</xsl:choose>
<xsl:value-of select="' '" />
<xsl:if test="BoardList/myusergroup">
<div class="menu_popup" >
BoardList/forum_info/@forum_createtime"/></b><br />
<font class="bluefont">■</font> 最高在线:<b><xsl:value-of select="BoardList/forum_info/@forum_maxonline"/></b> 人<br />
<font class="bluefont">■</font> 发生时间:<b><xsl:value-of select="BoardList/forum_info/@forum_maxonlinedate"/></b>
</div>
<div style="float:left;width:39%;text-align : left;">
<font class="bluefont">■</font> 您的IP是:<b><xsl:value-of select="
BoardList/agent/@ip"/></b><br />
<font class="bluefont">■</font> 操作系统:<b><xsl:value-of select="
BoardList/agent/@platform"/></b><br />
<font class="bluefont">■</font> 浏 览 器:<b><xsl:value-of select="concat(BoardList/agent/@browser,' ',BoardList/agent/@version)"/></b>
</div>
</div>
</div>
<div class="mainbar3">
<div style="padding:0px 10px 0px 10px;line-height:18px;height:18px;text-align : left;">
<font class="redfont">■ 在线图例</font>:<xsl:for-each select="BoardList/grouppic/usergroup[@orders!=0]"><img src="{/BoardList/@picurl}{@titlepic}" alt=""/><xsl:value-of select="concat(' ',@usertitle)" /><xsl:if test="position()!=last() "> ‖ </xsl:if></xsl:for-each>
</div>
<hr style="width:98%;"/>
<div class="mainbar0" style="padding:5px 10px 5px 10px;line-height:18px;text-align : left;display:none;" /> 被锁定的论坛
</div>
</xsl:template>
</xsl:stylesheet>
<?xml version="1.0" encoding="gb2312"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
<xsl:output method="xml" omit-xml-declaration = "yes" indent="yes" version="4.0"/>
<!--
Copyright (C) 2004,2005 AspSky.Net. All rights reserved.
Written by dvbbs.net Lao Mi
Web: http://www.aspsky.net/,http://www.dvbbs.net/
Email: eway@aspsky.net
-->
<xsl:template match="/">
<xsl:if test="BoardList/@boardid=0"><xsl:call-template name="welcome" /></xsl:if>
<xsl:call-template name="main" />
<xsl:if test="BoardList/@boardid=0"><xsl:call-template name="link" /><xsl:call-template name="index_bottom" /></xsl:if>
</xsl:template>
<xsl:template name="main">
<iframe style="border:0px;width:0px;height:0px;" src="" name="hiddenframe1"></iframe>
<xsl:variable name="boardid" select="BoardList/@boardid"/>
<xsl:choose>
<xsl:when test="$boardid=0">
<xsl:for-each select="BoardList/board[@parentid =$boardid]">
<div class="th" style="margin-top:10px;">
<span />
</a></div' rel="nofollow">
information/@lastpost_0"/></a></div>
<div>日期:<xsl:value-of select="information/@lastpost_2"/><a href="Dispbbs.asp?boardid={information/@lastpost_7}&ID={information/@lastpost_6}&replyID={information/@lastpost_1}&skin=1" title="主题:{information/@lastpost_3}"><img border="0" src="Skins/Default/lastpost.gif" alt=""/></a></div>
</xsl:otherwise>
</xsl:choose>
</div>
<div class="index_left_states"><img>
<xsl:choose>
<xsl:when test="@checkout=1">
<xsl:attribute name="title">认证论坛,<xsl:choose>
<xsl:when test="@newpost=1">有新贴子</xsl:when>
<xsl:otherwise>无新贴子</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:attribute name="src"><xsl:value-of select="/BoardList/forum_setting/@pic_2"/></xsl:attribute>
</xsl:when>
<xsl:when test="@checklock=1">
<xsl:attribute name="title">锁定论坛,<xsl:choose>
<xsl:when test="@newpost=1">有新贴子</xsl:when>
<xsl:otherwise>无新贴子</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
<xsl:attribute name="src"><xsl:value-of select="/BoardList/forum_setting/@pic_2"/></xsl:attribute>
</xsl:when>
<xsl:otherwise>
<xsl:choose>
<xsl:when test="@newpost=1"><xsl:attribute name="alt">开放的论坛,有新贴子</xsl:attribute>
<xsl:attribute name="src"><xsl:value-of select="/BoardList/forum_setting/@pic_1"/></xsl:attribute>
</xsl:when>
<xsl:otherwise><xsl:attribute name="alt">开放的论坛,无新贴子</xsl:attribute>
<xsl:attribute name="src"><xsl:value-of select="/BoardList/forum_setting/@pic_0"/></xsl:attribute>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose></img></div>
<div style="text-align :left;">
<xsl:if test="@indeximg!=''"><a href="index.asp?boardid={$boardid}" href_cetemp="index.asp?boardid={$boardid}"><img src="{@indeximg}" alt="" class="boardlogo"/></a></xsl:if>
<div><a href="index.asp?boardid={$boardid}"> <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></div>
<div style="overflow :hidden;height:38px;"><font face="Arial"><img alt="" src="Skins/Default/Forum_readme.gif" align="middle"/><xsl:value-of select="@readme" disable-output-escaping="yes"/></font></div>
</div>
</div>
<div class="mainbar2" style="height:25px;overflow :hidden;">
<div class="index_right" style="height:25px;">
<img src="Skins/Default/Forum_today.gif" alt="今日发贴数" style="margin-top:8px;"/><font color="red"><xsl:value-of select="concat(' ',information/@todaynum,' ')"/></font>
<img src="Skins/Default/forum_topic.gif" alt="主题贴数" /><xsl:value-of select="concat(' ',information/@topicnum,' ')"/>
<img src="Skins/Default/Forum_post.gif" alt="发贴总数" /><xsl:value-of select="concat(' ',information/@postnum)"/>
</div>
<div class="index_left_states" style="height:25px;"></div>
<div style="text-align : left; text-indent:5px;">
<xsl:choose>
<xsl:when test="/BoardList/forum_setting/@issearch=1">
<a href="index.asp?BoardID={$boardid}&Page=2" href_cetemp="index.asp?BoardID={$boardid}&Page=2" title="{@boardtype}第二页">[2]</a>
<a href="index.asp?BoardID={$boardid}&Page=3" title="{@boardtype}第三页">[3]</a>
<a href="index.asp?BoardID={$boardid}&Page=4" title="{@boardtype}第四页">[4]</a>
<a href="index.asp?BoardID={$boardid}&Page=5" title="{@boardtype}第五页">[5]</a>
<a href="index.asp?BoardID={$boardid}&Page=6" title="{@boardtype}第六页">[6]</a>
<a href="index.asp?BoardID={$boardid}&Page=7" title="{@boardtype}第七页">[7]</a>
<a href="index.asp?BoardID={$boardid}&Page=8" title="{@boardtype}第八页">[8]</a>
<a href="index.asp?BoardID={$boardid}&Page=9" title="{@boardtype}第九页">[9]</a>
<a href="index.asp?BoardID={$boardid}&Page=10" title="{@boardtype}第十页">[10]</a>
</xsl:when>
<xsl:otherwise>
<xsl:choose>
<xsl:when test="/BoardList/boardmaster[@boardid=$boardid]/master">版主:<xsl:for-each select="/BoardList/boardmaster[@boardid=$boardid]/master"> <a href="dispuser.asp?name={.}" title="查看版主{.}的资料" target="_blank"><xsl:value-of select="."/></a> </xsl:for-each></xsl:when>
<xsl:otherwise> 此版暂无版主 </xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="/BoardList/forum_setting/@issearch=1 and /BoardList/forum_setting/@issearch_a=1">
<a href="index.asp?BoardID={$boardid}&Page=11" href_cetemp="index.asp?BoardID={$boardid}&Page=11" title="{@boardtype}第十一页">[11]</a>
<a href="index.asp?BoardID={$boardid}&Page=12" title="{@boardtype}第十二页">[12]</a>
<a href="index.asp?BoardID={$boardid}&Page=13" title="{@boardtype}第十三页">[13]</a>
<a href="index.asp?BoardID={$boardid}&Page=14" title="{@boardtype}第十四页">[14]</a>
<a href="index.asp?BoardID={$boardid}&Page=15" title="{@boardtype}第十五页">[15]</a>
<a href="index.asp?BoardID={$boardid}&Page=16" title="{@boardtype}第十六页">[16]</a>
<a href="index.asp?BoardID={$boardid}&Page=17" title="{@boardtype}第十七页">[17]</a>
<a href="index.asp?BoardID={$boardid}&Page=18" title="{@boardtype}第十八页">[18]</a>
<a href="index.asp?BoardID={$boardid}&Page=19" title="{@boardtype}第十九页">[19]</a>
<a href="index.asp?BoardID={$boardid}&Page=20" title="{@boardtype}第二十页">[20]</a>
</xsl:if>
</div>
</div>
</xsl:for-each>
</xsl:template>
<xsl:template name="welcome">
<div class="th"></div>
<div class="mainbar" style="height:120px;text-align :left;">
<div />
</div' rel="nofollow">
BoardList/forum_info/@forum_maxpostdate"/></div>
</div>
</div>
</div>
<div class="mainbar1" style="text-align :left;height:36px;line-height:28px;">
<xsl:if test="BoardList/forum_setting/@rss=0 or BoardList/forum_setting/@wap=1">
<div class="tableborder5" style="text-align :center;line-height:18px;height:20px;float:right;margin-right:2px;margin-top:6px;font-size:9px;font-family:tahoma,arial;">
<div class="tabletitle1" style="float:left;width:25px;margin : 1px; 1px; 1px; 1px;">XML</div>
<xsl:if test="BoardList/forum_setting/@rss=0"><div style="float:left;width:45px;margin: 1px 1px 1px 1px ;background-color : #fff;border:1px inset;line-height:16px;"><a href="http://rss.iboker.com/sub/?{BoardList/forum_setting/@ForumUrl}rssfeed.asp" target="_blank" title="订阅本站面最新帖子">RSS 2.0</a></div></xsl:if>
<xsl:if test="BoardList/forum_setting/@wap=1"><div class="tabletitle1" style="float:left;width:25px;margin :1px;"><a href="wap.asp?Action=readme" target="_blank" title="通过手机访问论坛,把论坛动起来" style="color:#fff;">WAP</a></div></xsl:if>
</div>
</xsl:if>
<div style="text-align:center;padding:3px 0px;height:28px;text-indent:20px;" >
<a href="query.asp?stype=3&pSearch=0&nSearch=0">查看新贴</a>
<font face="Wingdings" color="666666">v</font>
<a href="query.asp?stype=4&pSearch=0&nSearch=0">热门话题</a>
<font face="Wingdings" color="666666">v</font>
<a href="infolist.asp?t=toplist&orders=1">发贴排行</a>
<font face="Wingdings" color="666666">v</font>
<a href="infolist.asp?t=toplist&orders=7">用户列表</a>
</div>
</div>
<script src="Dv_News.asp?GetName=wen1"></script>
<script src="Dv_News.asp?GetName=wen2"></script>
<script src="Dv_News.asp?GetName=wen3"></script>
</xsl:template>
<xsl:template name="userinfo">
<div style="float:left;width:80px;height:100px;overflow :hidden;"><a href="dispuser.asp?id={BoardList/userinfo/@userid}" title="查看我的信息"><img src="{BoardList/userinfo/@userface}" alt="查看我的信息" height="60" style="margin-top:12px;margin-left:2px;border:0px"/></a></div>
<div style="float:left;">
<div>您的帐号 <b><xsl:value-of select="BoardList/userinfo/@username" /></b> <a href="usersms.asp?action=inbox">收件箱</a>
<xsl:choose>
<xsl:when test="BoardList/userinfo/@usermsg !=''">
<xsl:variable name="sendmsgnum" select="substring-before(BoardList/userinfo/@usermsg ,'||')"></xsl:variable>
<xsl:variable name="sendmsgid" select="substring-before(substring-after(BoardList/userinfo/@usermsg ,'||') ,'||')"></xsl:variable>
<xsl:variable name="sendmsguser" select="substring-after(substring-after(BoardList/userinfo/@usermsg ,'||') ,'||')"></xsl:variable>
<xsl:choose>
<xsl:when test="$sendmsgnum != 0 "><bgsound src="skins/default/mail.wav" />(<a href="javascript:openScript('messanger.asp?action=read&id={$sendmsgid}&sender={$sendmsguser}',500,400)"><font class="redfont"><xsl:value-of select="$sendmsgnum" /></font></a>)</xsl:when>
<xsl:otherwise>(<font color="gray">0</font>) </xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
(<font color="gray">0</font>)
</xsl:otherwise>
</xsl:choose>
<xsl:value-of select="' '" />
<xsl:if test="BoardList/myusergroup">
<div class="menu_popup" >
BoardList/forum_info/@forum_createtime"/></b><br />
<font class="bluefont">■</font> 最高在线:<b><xsl:value-of select="BoardList/forum_info/@forum_maxonline"/></b> 人<br />
<font class="bluefont">■</font> 发生时间:<b><xsl:value-of select="BoardList/forum_info/@forum_maxonlinedate"/></b>
</div>
<div style="float:left;width:39%;text-align : left;">
<font class="bluefont">■</font> 您的IP是:<b><xsl:value-of select="
BoardList/agent/@ip"/></b><br />
<font class="bluefont">■</font> 操作系统:<b><xsl:value-of select="
BoardList/agent/@platform"/></b><br />
<font class="bluefont">■</font> 浏 览 器:<b><xsl:value-of select="concat(BoardList/agent/@browser,' ',BoardList/agent/@version)"/></b>
</div>
</div>
</div>
<div class="mainbar3">
<div style="padding:0px 10px 0px 10px;line-height:18px;height:18px;text-align : left;">
<font class="redfont">■ 在线图例</font>:<xsl:for-each select="BoardList/grouppic/usergroup[@orders!=0]"><img src="{/BoardList/@picurl}{@titlepic}" alt=""/><xsl:value-of select="concat(' ',@usertitle)" /><xsl:if test="position()!=last() "> ‖ </xsl:if></xsl:for-each>
</div>
<hr style="width:98%;"/>
<div class="mainbar0" style="padding:5px 10px 5px 10px;line-height:18px;text-align : left;display:none;" /> 被锁定的论坛
</div>
</xsl:template>
</xsl:stylesheet>
1
3 4 <script language="javascript" type="text/javascript"></script>