Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Additional note's Thymeleaf path added to table
Browse files Browse the repository at this point in the history
  • Loading branch information
IldikoMazar committed Dec 4, 2023
1 parent bdde6c2 commit ce37350
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions references/general-references.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ <h2> THYMELEAF (and old XPATH) REFERENCES CORRESPONDING TO CREDENTIAL METADATA <
<td style="border-spacing:0; border:#cdcdcd; border-width:0.5px; border-style:solid; width:50%; cellspacing:1; cellpadding:1; font-size: 14pt; text-align: left; vertical-align:top;">${credential.credentialSubject.hasClaim[0].hasPart[0].provenBy[0].hasPart[0].grade.noteLiteral}</td>
<td style="border-spacing:0; border:#cdcdcd; border-width:0.5px; border-style:solid; width:50%; cellspacing:1; cellpadding:1; font-size: 14pt; text-align: left; vertical-align:top;"></td>
</tr>
<tr>
<td style="border-spacing:0; border:#cdcdcd; border-width:0.5px; border-style:solid; width:50%; cellspacing:1; cellpadding:1; font-size: 14pt; text-align: left; vertical-align:top; min-width: 300px;">More information</br> Additional note</td>
<td style="border-spacing:0; border:#cdcdcd; border-width:0.5px; border-style:solid; width:50%; cellspacing:1; cellpadding:1; font-size: 14pt; text-align: left; vertical-align:top;">${credential.credentialSubject.hasClaim[0].specifiedBy.additionalNote[0].noteLiteral}</br>${credential.credentialSubject.hasClaim[0].specifiedBy.additionalNote[1].subject} + ': ' + ${credential.credentialSubject.hasClaim[0].specifiedBy.additionalNote[1].noteLiteral}</td>
<td style="border-spacing:0; border:#cdcdcd; border-width:0.5px; border-style:solid; width:50%; cellspacing:1; cellpadding:1; font-size: 14pt; text-align: left; vertical-align:top;">e.g. [$/eup:europassCredential/eup:learningActivitySpecificationReferences/eup:learningActivitySpecification/eup:additionalNote[0]$]</td>
</tr>
<tr>
<td style="border-spacing:0; border:#cdcdcd; border-width:0.5px; border-style:solid; width:50%; cellspacing:1; cellpadding:1; font-size: 14pt; text-align: left; vertical-align:top; min-width: 300px;">Unique Credential identifier</br>Alternative credential identifier (Scheme: ID number)</td>
<td style="border-spacing:0; border:#cdcdcd; border-width:0.5px; border-style:solid; width:50%; cellspacing:1; cellpadding:1; font-size: 14pt; text-align: left; vertical-align:top;">${credential.id}</br>${credential.identifier[0].schemeName} + ': ' + ${credential.identifier[0].notation}</td>
Expand Down

0 comments on commit ce37350

Please sign in to comment.