时 间 记 忆
最 新 评 论
专 题 分 类
最 新 日 志
最 新 留 言
搜 索
用 户 登 录
友 情 连 接
博 客 信 息


 
如何把圈子删除!
[ 2007-8-30 0:25:00 | By: KingWY ]
 

page_index   template.html(0)

<a href="/IndivGroup_List.asp"><img src="{/BoardList/@picurl}group.gif" border="0" alt="浏览个性圈子"/></a>

删除

或者注释掉 用<!--   -->注释掉.

 

 

忘记了,还有

<br />
<table cellpadding="5" cellspacing="1" align="center" class="tableborder1" style="margin-top:-4px;">
 <tr><th width="33%">最新创建圈子</th><th>最活跃圈子</th><th width="33%">最热门圈子</th></tr>
 <tr>
  <td class="tablebody1" align="left">
   <xsl:for-each select="/BoardList/indivgroup/newigroup/row">
    <li style="line-height:24px; list-style-type:square">
    <a href="IndivGroup_Index.asp?GroupID={@id}"><xsl:value-of select="@groupname"/></a>
    (创始人:<a href="dispuser.asp?id={@appuserid}"><xsl:value-of select="@appusername"/></a>,成员上限:<xsl:value-of select="@limituser"/>)
    </li>
   </xsl:for-each>
  </td>
  <td class="tablebody1" align="left">
   <xsl:for-each select="/BoardList/indivgroup/activityigroup/row">
    <li style="line-height:24px; list-style-type:square">
    <a href="IndivGroup_Index.asp?GroupID={@id}"><xsl:value-of select="@groupname"/></a>
    (创始人:<a href="dispuser.asp?id={@appuserid}"><xsl:value-of select="@appusername"/></a>,帖子总数:<xsl:value-of select="@postnum"/>)
    </li>
   </xsl:for-each>
  </td>
  <td class="tablebody1" align="left">
   <xsl:for-each select="/BoardList/indivgroup/hotigroup/row">
    <li style="line-height:24px; list-style-type:square">
    <a href="IndivGroup_Index.asp?GroupID={@id}"><xsl:value-of select="@groupname"/></a>
    (创始人:<a href="dispuser.asp?id={@appuserid}"><xsl:value-of select="@appusername"/></a>,成员总数:<xsl:value-of select="@usernum"/>)
    </li>
   </xsl:for-each>
  </td>
 </tr>
</table>

 
发表评论: