Information Technology Reference
In-Depth Information
<xsl:if test=”gender='female' and (bloodsample/hematocrit&gt;='44.4' or
bloodsample/hematocrit&lt;='36.0')”>
<td width=”10%” align=”left” background=”HPCF.bmp”>
<table width=”{bloodsample/hematocrit}%” bgcolor=”#FF0000”><tr><td></td></tr></table>
</td>
</xsl:if>
<xsl:if test=”gender='male' and (bloodsample/hematocrit&lt;='50.3' and
bloodsample/hematocrit&gt;='40.7')”>
<td width=”10%” align=”left” background=”HPCM.bmp”>
<table width=”{bloodsample/hematocrit}%” bgcolor=”#00FF00”><tr><td></td></tr></table>
</td>
</xsl:if>
<xsl:if test=”gender='female' and (bloodsample/hematocrit&lt;='44.3' and
bloodsample/hematocrit&gt;='36.1')”>
<td width=”10%” align=”left” background=”HPCF.bmp”>
<table width=”{bloodsample/hematocrit}%” bgcolor=”#00FF00”><tr><td></td></tr></table>
</td>
</xsl:if>
<td width=”10%” align=”center”><xsl:value-of select=”days”/></td>
<td width=”10%” align=”center”><xsl:value-of select=”nursing”/></td>
<td><a href=”{images}”><img src=”{images}” alt=”no image” width=”100”
height=”100”/></a></td>
<xsl:if test=”video='*www.youtube.com*'”>
<td><object width=”150” height=”150”>
<param name=”movie” value=”{video}”></param>
<param name=”allowFullScreen” value=”true”></param>
<param name=”allowscriptaccess” value=”always”></param>
<embed src=”{video}” type=”application/x-shockwave-flash” allowscriptaccess=”always”
allowfullscreen=”true” width=”150” height=”150”>
</embed>
</object></td>
</xsl:if>
<xsl:if test=”video!='' and video!='http://www.youtube.com/watch?v=2CfNVKvMLGM'”>
<td><a href=”{video}”>Full screen</a><video src=”{video}” controls=”controls” width=”150”
height=”150”>No video in this browser!
</video><br/></td>
</xsl:if>
<xsl:if test=”video=''”>
<td><p align='center'>no video</p></td>
</xsl:if>
</tr>
</xsl:for-each>
</table>
</xsl:template>
</xsl:stylesheet>
Search WWH ::




Custom Search