File "left.xsl"

Full path: E:/sites/Single15/tinmung2007/webroot/Software/VietCatholicBible/Html/left.xsl
File size: 1.08 KiB (1101 bytes)
MIME-type:
Charset: utf-8

Download   Open   Back

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="/">
<table id="tblBlock" border="0" bgcolor="#F1E0C6" cellspacing="0" cellpadding="5" width="100%">
<xsl:for-each select="records/group">
<tr>
<td id="item" class="2" onclick="onShowHide();" ><xsl:value-of select="./@name"/></td></tr>
<xsl:for-each select="*">
<tr>
<xsl:choose>
<xsl:when match=".[@addr != '' ]">
<td onclick="onJump();" class="1" id="item">
<xsl:attribute name="addr"><xsl:value-of select="./@addr"/></xsl:attribute>
<xsl:attribute name="logo"><xsl:value-of select="./@logo"/></xsl:attribute>
<xsl:attribute name="links"><xsl:value-of select="./@links"/></xsl:attribute>
<img src="images/blank.gif" /><xsl:value-of select="." /></td>
</xsl:when>
<xsl:otherwise>
<td id="item" class="1">
<a><xsl:attribute name="href"><xsl:value-of select="./@url"/></xsl:attribute><img border="0" src="images/blank.gif" /><xsl:value-of select="." /></a></td>
</xsl:otherwise>
</xsl:choose>
</tr>
</xsl:for-each>
</xsl:for-each>
</table>
</xsl:template>
</xsl:stylesheet>

PHP File Manager