[master]: Add privacy policy to the Resources menu item

This commit is contained in:
Konstantinos Triantafyllou 2024-04-02 14:33:49 +03:00
parent ffdbb1fa56
commit f36903494e
3 changed files with 3 additions and 2 deletions

View File

@ -238,10 +238,11 @@ export class AppComponent extends ResearcherBaseComponent implements OnInit, Aft
new MenuItem("methodology", "Methodology", "", "", false, [], null, {}, null, null, null, null, "_self"),
new MenuItem("methodological-approach", "Methodological Approach", "", "/methodology/methodological-approach", false, [], null, {}, null, null, null, "/methodological-approach"),
new MenuItem("terminology-construction", "Terminology & Construction", "", "/methodology/terminology", false, [], null, {}, null, null, null, "/methodology/terminology"),
new MenuItem("", "", "", "", false, [], null, {}, null, null, null, null, "_self"),
new MenuItem("help", "Help", "", "", false, [], null, {}, null, null, null, null, "_self"),
new MenuItem("stats-logs", "Web Statistics & Activity Logs", "", "/stats-logs", false, [], null, {}, null, null, null, "/stats-logs"),
new MenuItem("engagement-training", "Engagement & Training", "", "/engagement-training", false, [], null, {}, null, null, null, "/engagement-training"),
new MenuItem("support", "Support", "", "/support", false, [], null, {}, null, null, null, "/support"),
new MenuItem("privacy-policy", "Privacy Policy", "/assets/privacy-policy.pdf", "", false, [], null, {}, null, null, null, null, "_blank"),
]
)
)

View File

@ -16,7 +16,7 @@ import {UserProfileService} from "../openaireLibrary/services/userProfile.servic
<div class="">
<div>
National Open Access Monitor - Ireland requires users to accept user privacy policy, to proceed with certain actions.<br>
Please read the <a href="/assets/National Open Access Monitor, Ireland - Personal data protection policy and public logs consent form.pdf" target="_blank">user privacy policy</a>.
Please read the <a href="/assets/privacy-policy.pdf" target="_blank">user privacy policy</a>.
</div>
<div>
<input type="checkbox" (change)="value = !value"> Accept policy</div>