Revision 1711
Added by Jing Tao over 21 years ago
resultset.xsl | ||
---|---|---|
177 | 177 |
|
178 | 178 |
<a> |
179 | 179 |
<xsl:attribute name="href">javascript:submitform('read',document.<xsl:value-of select="translate(./docid, '.', '')"/>)</xsl:attribute> |
180 |
<xsl:value-of select="./param[@name='dataset/title']"/> |
|
180 |
<xsl:choose> |
|
181 |
<xsl:when test="./param[@name='dataset/title']!=''"> |
|
182 |
<xsl:value-of select="./param[@name='dataset/title']"/> |
|
183 |
</xsl:when> |
|
184 |
<xsl:otherwise> |
|
185 |
<xsl:value-of select="./param[@name='citation/title']"/> |
|
186 |
<xsl:value-of select="./param[@name='software/title']"/> |
|
187 |
<xsl:value-of select="./param[@name='protocol/title']"/> |
|
188 |
</xsl:otherwise> |
|
189 |
</xsl:choose> |
|
181 | 190 |
</a><br /> |
182 | 191 |
<br/> |
183 | 192 |
<p><pre>Document ID: <xsl:value-of select="./docid"/></pre></p> |
Also available in: Unified diff
Revise some codes.