<?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">

<xsl:variable name="isOwner" select="number(@isOwner)"/>
<xsl:variable name="hasPara" select="number(@hasPara)"/>
<xsl:variable name="blockid" select="number(@blockid)"/>

<table width="100%" border="0" cellpadding="0" cellspacing="3">
<xsl:if test="$isOwner = 1">
       <tr>
	     <td colspan="2" align="right" valign="middle">
		   <a href="javascript:void(0)" onclick="openWindow('Block_link_frame','','mods/link/frame.xsl','','','','true')" class="F12_0759c9_L_B_U"><img border="0" src="images/common/gif-0108.gif" /> Á´½Ó¹ÜÀí</a>
		 </td>
	   </tr>
       	<tr>
		    <td colspan="2" class="gk"></td>
		 </tr>
</xsl:if>

<xsl:for-each select="list/item">
	  <tr>
		<td align="center" valign="middle" height="20">
		
		<a href="{url}" target="_blank">			
			<xsl:value-of select="title"/>
		</a>

		</td>
		<td>
		<div style="overflow:hidden; height:13px; float:left;" class="F12_484848_L">
		<xsl:value-of select="info"/>
		</div>
		</td>
	  </tr>
</xsl:for-each>

</table>
</xsl:template>
</xsl:stylesheet>
