Revision 53302
Added by Myrto Koukouli about 6 years ago
topmenu.component.html | ||
---|---|---|
52 | 52 |
</div> |
53 | 53 |
</div>--> |
54 | 54 |
<div> |
55 |
<a *ngIf="!getIsUserLoggedIn()" (click)="login()">Sign up/Register</a>
|
|
55 |
<a *ngIf="!getIsUserLoggedIn()" (click)="login()">Sign in| Register</a>
|
|
56 | 56 |
<span *ngIf="getIsUserLoggedIn()">{{getUserName()}}</span> |
57 | 57 |
<ul *ngIf="getIsUserLoggedIn()" class="uk-list uk-margin-top"> |
58 | 58 |
<li> |
59 |
<a class="uk-search-input" [routerLink]="['landing']" [routerLinkActive]="['uk-active']">Home</a> |
|
60 |
</li> |
|
61 |
<li> |
|
59 | 62 |
<a class="uk-search-input" [routerLink]="['dashboard']" [routerLinkActive]="['uk-active']">Dashboard</a> |
60 | 63 |
</li> |
61 | 64 |
<li> |
... | ... | |
122 | 125 |
<!-- <li><a href="https://{{ inBeta ? 'beta.' : '' }}explore.openaire.eu" title="Search in OA. Link your research">Explore</a></li> --> |
123 | 126 |
<li uk-tooltip="title: Search in OA. Link your research; pos: bottom-left; cls: uk-active tooltipStyling uk-width-auto"> |
124 | 127 |
<a href="https://{{ inBeta ? 'beta.' : '' }}explore.openaire.eu" target="_blank">Explore</a></li> |
125 |
<li uk-tooltip="title: Content Provider Dashboard; pos: bottom-left; cls: uk-active tooltipStyling uk-width-auto" class="activeClass">
|
|
128 |
<li uk-tooltip="title: Content Provider Dashboard; pos: bottom-left; cls: uk-active tooltipStyling uk-width-auto" class="myActiveClass">
|
|
126 | 129 |
<a href="https://{{ inBeta ? 'beta.' : '' }}provide.openaire.eu/" target="_blank">Provide</a></li> |
127 | 130 |
<li uk-tooltip="title: Research Community Dashboard; pos: bottom-left; cls: uk-active tooltipStyling uk-width-auto"> |
128 | 131 |
<a href="https://{{ inBeta ? 'beta.' : '' }}connect.openaire.eu" target="_blank">Connect</a></li> |
Also available in: Unified diff
fixed redirecting to redirectUrl after login