Revision 103
Added by Matt Jones over 24 years ago
resultset.xsl | ||
---|---|---|
56 | 56 |
</xsl:attribute> |
57 | 57 |
|
58 | 58 |
<td> |
59 |
<!-- |
|
59 | 60 |
<input type="radio" name="docid"> |
60 | 61 |
<xsl:attribute name="value"> |
61 | 62 |
<xsl:value-of select="./docid"/> |
62 | 63 |
</xsl:attribute> |
63 | 64 |
</input> |
64 | 65 |
<input type="submit" value="Display"/> |
65 |
<!-- |
|
66 |
<input border="0" type="image" name="docid" |
|
67 |
src="/xmltodb/images/details.png"> |
|
68 |
<xsl:attribute name="value"> |
|
66 |
--> |
|
67 |
<input border="0" type="image"> |
|
68 |
<xsl:attribute name="src"> |
|
69 |
<xsl:choose> |
|
70 |
<xsl:when test="position() |
|
71 |
mod 2 = 1">/xmltodb/images/bttns-white.png</xsl:when> |
|
72 |
<xsl:when test="position() |
|
73 |
mod 2 = 0">/xmltodb/images/bttns-blue.jpg</xsl:when> |
|
74 |
</xsl:choose> |
|
75 |
</xsl:attribute> |
|
76 |
<xsl:attribute name="name"> |
|
69 | 77 |
<xsl:value-of select="./docid"/> |
70 | 78 |
</xsl:attribute> |
71 | 79 |
</input> |
72 |
--> |
|
73 | 80 |
</td> |
74 | 81 |
<td><xsl:value-of select="./doctitle"/> |
75 | 82 |
<xsl:text> </xsl:text> |
Also available in: Unified diff
updated servlet UI and added new intgrated document validity feature to servlet. Working on transformation feature.