|
10 | 10 | <div class="slogan">${springMacroRequestContext.getMessage("public-layout.logo.tagline")?replace("<br />", " ")?replace("'", "\\'")}</div> |
11 | 11 |
|
12 | 12 | <div class="menu-control"> |
13 | | - <@orcid.checkFeatureStatus 'ENABLE_USER_MENU'> |
14 | 13 | <user-menu *ngIf="isMobile && !openMobileMenu"></user-menu> |
15 | | - </@orcid.checkFeatureStatus> |
16 | 14 | <language-ng2 *ngIf="openMobileMenu"></language-ng2> |
17 | 15 | <span (click)="toggleMenu()" role="navigation" tabindex="0" aria-label="main menu" [hidden]="!openMobileMenu" style="height: 35px" class="close" alt="close menu"> </span> |
18 | 16 | <img (click)="toggleMenu()" role="navigation" tabindex="0" aria-label="main menu" [hidden]="openMobileMenu" style="height: 35px" src="{{assetsPath + '/img/glyphicon-menu.svg'}}" alt="open menu"/> |
19 | 17 | </div> |
20 | 18 | </div> |
21 | 19 | <div class="search" > |
22 | 20 | <div class="dropdown-menus-container"> |
23 | | - <@orcid.checkFeatureStatus 'ENABLE_USER_MENU'> |
24 | 21 | <user-menu *ngIf="!isMobile"></user-menu> |
25 | | - </@orcid.checkFeatureStatus> |
26 | 22 | <language-ng2 *ngIf="!isMobile"></language-ng2> |
27 | 23 | </div> |
28 | 24 |
|
|
74 | 70 | <li role="presentation" class="expanded"> |
75 | 71 | <a href="{{aboutUri}}" role="menuitem" >{{'${springMacroRequestContext.getMessage("wp-infosite-header.newsAndEvents")?replace("<br />", " ")?replace("'", "\\'")} '| uppercase }} </a> |
76 | 72 | </li> |
77 | | - |
78 | | - <@orcid.checkFeatureStatus featureName='ENABLE_USER_MENU'> |
79 | 73 | <li role="presentation" class="last leaf ${(nav=="signin")?then('open', '')} " [ngClass]="{'hover': mobileMenu.SIGNIN}" (mouseenter)="menuHandler('SIGNIN', $event)" (focus)="menuHandler('SIGNIN', $event)" (click)="menuHandler('SIGNIN', $event)"> |
80 | 74 | <div class="mobile-menu-sign-in"> |
81 | 75 | <a class="mobile-menu-sign-in-url" *ngIf="!userInfo['REAL_USER_ORCID']" href="{{getBaseUri()}}/signin" role="menuitem">{{'${springMacroRequestContext.getMessage("public-layout.sign_in")?replace("<br />", " ")?replace("'", "\\'")}'| uppercase }}/{{'${springMacroRequestContext.getMessage("header.register")?replace("<br />", " ")?replace("'", "\\'")}'| uppercase }}</a> |
82 | 76 | <a class="mobile-menu-sign-in-url" *ngIf="userInfo['REAL_USER_ORCID']" href="{{getBaseUri()}}/signout" role="menuitem">{{'${springMacroRequestContext.getMessage("public-layout.sign_out")?replace("<br />", " ")?replace("'", "\\'")} '| uppercase }}</a> |
83 | 77 | </div> |
84 | | - </li> |
85 | | - </@orcid.checkFeatureStatus> |
| 78 | + </li> |
86 | 79 | </ul> |
87 | 80 | </div> |
88 | 81 | </div> |
|
0 commit comments