Revision 31057
Added by Andrea Mannocci about 10 years ago
modules/dnet-modular-lightui-ui/trunk/src/main/resources/eu/dnetlib/functionality/modular/ui/xslt/emf_2_document.xslt | ||
---|---|---|
48 | 48 |
</tr> |
49 | 49 |
<tr> |
50 | 50 |
<td class="col-xs-3"><strong>Landing page</strong></td> |
51 |
<td><xsl:value-of select="//*[local-name()='eagleObject']/*[local-name()='recordSourceInfo']/@landingPage" /></td>
|
|
51 |
<td><a href="{//*[local-name()='eagleObject']/*[local-name()='recordSourceInfo']/@landingPage}"><xsl:value-of select="//*[local-name()='eagleObject']/*[local-name()='recordSourceInfo']/@landingPage" /></a></td>
|
|
52 | 52 |
</tr> |
53 | 53 |
<tr> |
54 |
<td class="col-xs-3"><strong>Local identifier (a.k.a. CP-ID) *NO URI*</strong></td>
|
|
55 |
<td><xsl:value-of select="//*[local-name()='eagleObject']/*[local-name()='recordSourceInfo']" /></td> |
|
54 |
<td class="col-xs-3"><strong>Local identifier (a.k.a. CP-ID)</strong></td> |
|
55 |
<td><xsl:value-of select="//*[local-name()='eagleObject']/*[local-name()='recordSourceInfo']" /> <strong> <~~ This MUST be an ID not an URI!!!</strong></td>
|
|
56 | 56 |
</tr> |
57 | 57 |
<tr> |
58 | 58 |
<td class="col-xs-3"><strong>Last edit</strong></td> |
... | ... | |
263 | 263 |
<tbody> |
264 | 264 |
<tr> |
265 | 265 |
<td class="col-xs-3">Image</td> |
266 |
<td><img src="{//*[local-name()='url']}" width="100%"/></td> |
|
266 |
<td> |
|
267 |
<a class="thumbnail"><img src="{//*[local-name()='url']}" width="50%"/></a> |
|
268 |
</td> |
|
267 | 269 |
</tr> |
268 | 270 |
<tr> |
269 | 271 |
<td class="col-xs-3">IPR statement</td> |
Also available in: Unified diff