@@ -18,6 +18,7 @@ <h2 class="sr-only" i18n="@@shared.personalInformation">
1818
1919 < ng-container *ngIf ="!orcidId ">
2020 < app-panel
21+ panelId ="emails-panel "
2122 expandButtonsPosition ="right "
2223 [isPublicRecord] ="isPublicRecord "
2324 [elements] ="userRecord.emails.emails "
@@ -58,6 +59,7 @@ <h3 header class="orc-font-body" i18n="@@shared.emails">Emails</h3>
5859 </ app-panel >
5960
6061 < app-panel
62+ panelId ="websites-panel "
6163 expandButtonsPosition ="right "
6264 [elements] ="userRecord.website.websites "
6365 [editModalComponent] ="modalWebsitesComponent "
@@ -82,6 +84,7 @@ <h3 header class="orc-font-body" i18n="@@record.websitesAndSocialLinks">
8284 *ngFor ="let website of userRecord.website.websites; let last = last "
8385 [visibility] ="!isPublicRecord && website.visibility.visibility "
8486 > < a
87+ tabindex ="-1 "
8588 [href] ="website.url.value "
8689 [ngClass] ="{
8790 'orc-font-body-small': getWebsite(website).length > 20
@@ -106,6 +109,7 @@ <h3 header class="orc-font-body" i18n="@@record.websitesAndSocialLinks">
106109 </ app-panel >
107110
108111 < app-panel
112+ panelId ="personal-identifiers-panel "
109113 expandButtonsPosition ="right "
110114 *ngIf ="
111115 userRecord?.externalIdentifier?.externalIdentifiers &&
@@ -135,6 +139,7 @@ <h3 header class="orc-font-body" i18n="@@record.otherIds">Other IDs</h3>
135139 !isPublicRecord && externalIdentifier.visibility.visibility
136140 "
137141 > < a
142+ tabindex ="-1 "
138143 [href] ="externalIdentifier.url "
139144 target ="_blank "
140145 rel ="me nofollow noopener noreferrer "
@@ -160,6 +165,7 @@ <h3 header class="orc-font-body" i18n="@@record.otherIds">Other IDs</h3>
160165 </ app-panel-data >
161166 </ app-panel >
162167 < app-panel
168+ panelId ="keywords-panel "
163169 expandButtonsPosition ="right "
164170 *ngIf ="
165171 userRecord?.keyword?.keywords &&
@@ -228,6 +234,7 @@ <h3 header class="orc-font-body" i18n="@@record.keywords">Keywords</h3>
228234 </ app-panel-data >
229235 </ app-panel >
230236 < app-panel
237+ panelId ="countries-panel "
231238 expandButtonsPosition ="right "
232239 *ngIf ="
233240 userRecord?.countries?.addresses &&
0 commit comments