<?xml version="1.0"  encoding="gb2312"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output encoding="gb2312" omit-xml-declaration="yes" />
<xsl:strip-space elements="*"/> 

<xsl:template match="root">
<table width="100%" border="0" cellpadding="0" cellspacing="3">
<!--图片内容开始-->
	<xsl:for-each select="list/item">
	  <tr>
		<td valign="top">
		<div style="autohidden_13">
		<a href="{url}" target="_blank" onclick="if(this.href==hallConf.url.Domain)this.href= hallConf.url.Domain + 'hall.html?master_id={user_id}'" class="F12_0759c9_L"><xsl:value-of select="nickname"/></a>
		</div>
		</td>
		<td valign="top">
		<div style="autohidden_13">
			<span class="F12_000000">最后访问：</span>
			<span class="F12_FF6600"><xsl:value-of select="visit_time"/></span> 　
			<xsl:if test="nexus!=''">
				<span class="F12_484848_L">〖<xsl:value-of select="nexus"/>〗</span>
			</xsl:if>
		</div>
		</td>
	  </tr>
  	</xsl:for-each>
</table>

</xsl:template>
</xsl:stylesheet>