[master]: Add privacy policy to the Resources menu item
This commit is contained in:
parent
ffdbb1fa56
commit
f36903494e
|
@ -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("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("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("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("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("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("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"),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -16,7 +16,7 @@ import {UserProfileService} from "../openaireLibrary/services/userProfile.servic
|
||||||
<div class="">
|
<div class="">
|
||||||
<div>
|
<div>
|
||||||
National Open Access Monitor - Ireland requires users to accept user privacy policy, to proceed with certain actions.<br>
|
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>
|
||||||
<div>
|
<div>
|
||||||
<input type="checkbox" (change)="value = !value"> Accept policy</div>
|
<input type="checkbox" (change)="value = !value"> Accept policy</div>
|
||||||
|
|
Loading…
Reference in New Issue