Revision 2051
Added by brooke almost 21 years ago
lib/style/common/resultset.xsl | ||
---|---|---|
149 | 149 |
|
150 | 150 |
<a> |
151 | 151 |
<xsl:attribute name="href">javascript:submitform('read',document.<xsl:value-of select="translate(./docid, '()-.', '')"/>)</xsl:attribute> |
152 |
<xsl:text>» </xsl:text> |
|
152 | 153 |
<xsl:choose> |
153 | 154 |
<xsl:when test="./param[@name='dataset/title']!=''"> |
154 | 155 |
<xsl:value-of select="./param[@name='dataset/title']"/> |
... | ... | |
159 | 160 |
<xsl:value-of select="./param[@name='protocol/title']"/> |
160 | 161 |
</xsl:otherwise> |
161 | 162 |
</xsl:choose> |
162 |
<xsl:text disable-output-escaping='yes'> </xsl:text> |
|
163 | 163 |
</a><br /> |
164 | 164 |
<br/> |
165 | 165 |
<p><pre>ID: <xsl:value-of select="./docid"/></pre></p> |
Also available in: Unified diff
removed sid's space and added a >> before titles, so datasets with no title will still have a clickable link on results listings. Sid's space was not visible unless the user did a mouse-over