1
|
<navbar *ngIf= "showMenu" portal="usage-statistics" [onlyTop]="false" [userMenu]="false" [showLogo]="!isHome.value"
|
2
|
[user]="user" [userMenuItems]=userMenuItems [menuItems]=menuItems [properties]=properties></navbar>
|
3
|
<div class="custom-main-content">
|
4
|
<main [class.full-height]="isHome.value">
|
5
|
<router-outlet></router-outlet>
|
6
|
</main>
|
7
|
</div>
|
8
|
<cookie-law position="bottom">
|
9
|
OpenAIRE uses cookies in order to function properly.<br>
|
10
|
Cookies are small pieces of data that websites store in your browser to allow us to give you the best browsing experience possible.
|
11
|
By using the OpenAIRE portal you accept our use of cookies. <a href="//ec.europa.eu/ipg/basics/legal/cookies/index_en.htm" target="_blank"> Read more <span class="uk-icon">
|
12
|
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="chevron-right" ratio="1"><polyline fill="none" stroke="#000" stroke-width="1.03" points="7 4 13 10 7 16"></polyline></svg>
|
13
|
</span></a>
|
14
|
</cookie-law>
|
15
|
|