File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
mir-module/src/main/resources/xsl Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 219
219
220
220
<xsl : apply-templates select =" ." mode =" user-important-attributes" />
221
221
222
- <xsl : if test =" attributes/attribute[@name='id_orcid']" >
223
- <tr class =" d-flex" >
224
- <th class =" col-md-3" >
225
- <xsl : value-of select =" i18n:translate('user.profile.id.orcid')" />
226
- <xsl : text >:</xsl : text >
227
- </th >
228
- <td class =" col-md-9" >
229
- <xsl : variable name =" url" select =" concat($MCR.ORCID2.BaseURL, '/', attributes/attribute[@name='id_orcid']/@value)" />
230
- <a href =" {$url}" >
231
- <img alt =" ORCID iD" src =" {$WebApplicationBaseURL}images/orcid_icon.svg" class =" orcid-icon" />
232
- <xsl : value-of select =" $url" />
233
- </a >
234
- </td >
235
- </tr >
236
- </xsl : if >
237
222
<xsl : if test =" $fullDetails" >
238
223
<tr class =" d-flex" >
239
224
<th class =" col-md-3" >
You can’t perform that action at this time.
0 commit comments