2021-04-23 10:35:53 +01:00
|
|
|
<div class=" pb-10 ion-toolbar text-white">
|
2021-03-01 15:45:30 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="mobile d-flex div-top-header justify-space-between">
|
2021-05-12 16:42:38 +01:00
|
|
|
<div class="div-search">
|
2021-03-01 15:45:30 +01:00
|
|
|
<!-- <ion-icon src='assets/images/icons-search.svg'></ion-icon> -->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="div-logo height-fit-content">
|
|
|
|
|
<img src='assets/images/logo-no-bg.png' alt='logo'>
|
|
|
|
|
</div>
|
2021-03-02 19:00:55 +01:00
|
|
|
|
2021-03-02 18:53:37 +01:00
|
|
|
<div class="div-profile" (click)="openProfile()">
|
2021-05-12 11:34:28 +01:00
|
|
|
<ion-icon class="font-45" *ngIf="loggeduser.Profile == 'MDGPR'" src='assets/images/icons-profile.svg'></ion-icon>
|
|
|
|
|
<ion-icon class="font-45" *ngIf="loggeduser.Profile == 'PR' " src='assets/images/icons-profile-pr-header.svg'></ion-icon>
|
2021-03-01 15:45:30 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2021-03-02 14:46:38 +01:00
|
|
|
<div class="desktop mx-20">
|
2021-03-01 15:45:30 +01:00
|
|
|
<div class="d-flex justify-space-between align-center">
|
|
|
|
|
<div tab="events" class="div-logo height-fit-content">
|
|
|
|
|
<img src='assets/images/logo-no-bg.png' alt='logo'>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="d-flex flex-1 pr-20 pl-50">
|
|
|
|
|
|
2021-05-06 13:37:22 +01:00
|
|
|
<div class="tab mr-20 d-flex align-center cursor-pointer" (click)="changeRoute('/home/events')" [class.active]="locationPathname() == '/home/events'">
|
2021-03-01 15:45:30 +01:00
|
|
|
<ion-icon class="font-40" src='assets/images/icons-nav-home-active.svg'></ion-icon>
|
2021-05-06 13:37:22 +01:00
|
|
|
<span>Início</span>
|
2021-03-01 15:45:30 +01:00
|
|
|
</div>
|
|
|
|
|
|
2021-05-06 13:37:22 +01:00
|
|
|
<div class="tab mr-20 d-flex align-center cursor-pointer" (click)="changeRoute('/home/agenda')" [class.active]="locationPathname() == '/home/agenda'">
|
2021-03-01 15:45:30 +01:00
|
|
|
<ion-icon class="font-40" src='assets/images/icons-nav-agenda-inactive.svg'></ion-icon>
|
|
|
|
|
<span>Agenda</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
2021-05-06 13:37:22 +01:00
|
|
|
<div class="tab mr-20 d-flex align-center cursor-pointer" (click)="changeRoute('/home/gabinete-digital')" [class.active]="locationPathname() == '/home/gabinete-digital'">
|
2021-03-01 15:45:30 +01:00
|
|
|
<ion-icon class="font-40" src='assets/images/icons-nav-home-dk.svg'></ion-icon>
|
|
|
|
|
<span>Gabinete</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
2021-05-06 13:37:22 +01:00
|
|
|
<div class="tab mr-20 d-flex align-center cursor-pointer" (click)="changeRoute('/home/publications')" [class.active]="locationPathname() == '/home/publications'">
|
2021-03-01 15:45:30 +01:00
|
|
|
<ion-icon class="font-40" src='assets/images/icons-nav-a-es-inactive.svg'></ion-icon>
|
2021-04-01 15:26:59 +01:00
|
|
|
<span>Acções</span>
|
2021-03-01 15:45:30 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
2021-05-06 13:37:22 +01:00
|
|
|
<div class="tab mr-20 d-flex align-center cursor-pointer" (click)="changeRoute('/home/chat')" [class.active]="locationPathname() == '/home/chat'">
|
2021-03-02 14:46:38 +01:00
|
|
|
<ion-icon class="font-40" src='assets/images/icons-nav-grupos-inactive-dk-white.svg'></ion-icon>
|
2021-03-01 15:45:30 +01:00
|
|
|
<span>Chat</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="d-flex">
|
|
|
|
|
<!-- <div (click)="openSearch()" class="div-search mr-10">
|
2021-01-29 11:28:26 +01:00
|
|
|
<ion-icon src='assets/images/icons-search.svg'></ion-icon>
|
|
|
|
|
</div> -->
|
2021-03-01 15:45:30 +01:00
|
|
|
|
2021-05-06 13:37:22 +01:00
|
|
|
<div class="div-profile cursor-pointer" (click)="openProfile()">
|
2021-05-12 11:34:28 +01:00
|
|
|
<ion-icon class="font-45" *ngIf="loggeduser.Profile == 'MDGPR'" src='assets/images/icons-profile.svg'></ion-icon>
|
|
|
|
|
<ion-icon class="font-45" *ngIf="loggeduser.Profile == 'PR' " src='assets/images/icons-profile-pr-header.svg'></ion-icon>
|
2021-01-29 11:28:26 +01:00
|
|
|
</div>
|
2021-03-01 15:45:30 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
2021-01-29 11:28:26 +01:00
|
|
|
|
2021-04-23 10:35:53 +01:00
|
|
|
</div>
|
2021-02-12 16:56:26 +01:00
|
|
|
|