Revision 3927
Added by ben leinfelder over 16 years ago
lib/style/skins/first/first-item-resultset.xsl | ||
---|---|---|
123 | 123 |
<table> |
124 | 124 |
<tr valign="top"> |
125 | 125 |
<td class="text_plain" colspan="2"> |
126 |
Metadata:
|
|
126 |
Metadata |
|
127 | 127 |
</td> |
128 | 128 |
</tr> |
129 | 129 |
<tr valign="top"> |
130 |
<td class="text_plain" colspan="2"> |
|
131 |
Vocabulary: |
|
132 |
<xsl:for-each |
|
133 |
select="./param[@name='vocabulary']"> |
|
134 |
<xsl:value-of select="." /> |
|
135 |
<br /> |
|
136 |
</xsl:for-each> |
|
137 |
</td> |
|
138 |
</tr> |
|
139 |
<tr valign="top"> |
|
130 | 140 |
<td class="text_plain" nowrap="nowrap"> |
131 | 141 |
<xsl:for-each |
132 | 142 |
select="./param[@name='fieldlabel']"> |
133 |
<xsl:value-of select="." /> |
|
143 |
<xsl:value-of select="." />:
|
|
134 | 144 |
<br /> |
135 | 145 |
</xsl:for-each> |
136 | 146 |
</td> |
Also available in: Unified diff
add handling for qti metadata in resultset view