Revision 3564
Added by ben leinfelder about 17 years ago
lib/style/skins/first/first-item-resultset.xsl | ||
---|---|---|
104 | 104 |
</td> |
105 | 105 |
|
106 | 106 |
<td class="text_plain"> |
107 |
<xsl:value-of select="./param[@name='presentation/flow/material/mattext']"/> |
|
107 |
<xsl:for-each select="./param[@name='presentation/flow/material/mattext']"> |
|
108 |
<xsl:value-of select="."/> |
|
109 |
<br/> |
|
110 |
</xsl:for-each> |
|
108 | 111 |
|
109 | 112 |
<ul> |
110 | 113 |
<xsl:for-each |
... | ... | |
118 | 121 |
|
119 | 122 |
<td> |
120 | 123 |
<table> |
121 |
<tr> |
|
124 |
<tr valign="top">
|
|
122 | 125 |
<td class="text_plain" colspan="2"> |
123 | 126 |
Metadata: |
124 | 127 |
</td> |
125 | 128 |
</tr> |
126 |
<tr> |
|
127 |
<td class="text_plain"> |
|
129 |
<tr valign="top">
|
|
130 |
<td class="text_plain" nowrap="nowrap">
|
|
128 | 131 |
<xsl:for-each |
129 | 132 |
select="./param[@name='fieldlabel']"> |
130 | 133 |
<xsl:value-of select="." /> |
... | ... | |
132 | 135 |
</xsl:for-each> |
133 | 136 |
</td> |
134 | 137 |
|
135 |
<td class="text_plain"> |
|
138 |
<td class="text_plain" nowrap="nowrap">
|
|
136 | 139 |
<xsl:for-each |
137 | 140 |
select="./param[@name='fieldentry']"> |
138 | 141 |
<xsl:value-of select="." /> |
Also available in: Unified diff
render multiple mattext elements if they exist...