home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 June
/
PCWorld_2000-06_cd.bin
/
Software
/
Komercni
/
Cigler
/
Dashbo
/
SETUP
/
_SETUP.1
/
ucty.xsl
< prev
next >
Wrap
Extensible Markup Language
|
2000-02-11
|
2KB
|
38 lines
<?xml version="1.0" encoding="ISO-8859-2"?>
<span>
<table id="uctyHeader" border="1" width="100%" cellspacing="0" cellpadding="3" bordercolor="lightyellow">
<tr height="25">
<td class="tablehead">
<img id="imgMinBank" SRC="images/bmin.gif" align="right" border="0" hspace="0" vspace="0" WIDTH="16" HEIGHT="14" language="JavaScript" onCLick="imgMinBank_onclick()"/>
<img id="imgRstBank" SRC="images/brest.gif" align="right" border="0" hspace="0" vspace="0" style="position: relative; visibility: hidden; left: +16px;" WIDTH="16" HEIGHT="14" langauge="JavaScript" onClick="imgRstBank_onclick()"/>
<img SRC="images/bullet6.gif" WIDTH="15" HEIGHT="11"/> Bankovnφ ·Φty a pokladny
</td>
</tr>
</table>
<div id="divUctyData" style="display: block; overflow-x: auto;">
<table id="uctyData" border="1" cellspacing="1" cellpadding="2" bordercolor="LightYellow" width="100%" bordercolorlight="LightYellow" bordercolordark="LightYellow" bgcolor="LightYellow">
<xsl:for-each select="Result/Ucet" xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<tr>
<td class="tdcel">
<xsl:value-of select="@xdesc"/>
</td>
<td class="tdcel" align="right">
<xsl:value-of select="@xname"/>
<xsl:value-of select="@xcode"/>
</td>
<td class="tdcel" align="right" width="25%">
<b>
<xsl:value-of select="@xvalue"/>
</b>
</td>
<td class="tdcel" align="left" width="8%">
<b>
<xsl:value-of select="@xmena"/>
</b>
</td>
</tr>
</xsl:for-each>
</table>
</div>
</span>