2021-07-28 16:27:10 +01:00
|
|
|
<ion-content class=" bg-blue">
|
2021-07-29 11:40:25 +01:00
|
|
|
<div class="main-content width-100 overflow-y-auto height-100">
|
|
|
|
|
<div class="profile-header width-100">
|
2022-03-09 10:06:25 +01:00
|
|
|
<div class="div-logo d-md-none width-40">
|
|
|
|
|
<div class="logo-icon">
|
|
|
|
|
<img *ngIf="ThemeService.currentTheme == 'default' " src='assets/images/logo-no-bg.png' alt='logo'>
|
|
|
|
|
<img *ngIf="ThemeService.currentTheme == 'gov' " src='assets/images/theme/gov/governoangola_A.png' alt='logo'>
|
2022-10-20 15:45:10 +01:00
|
|
|
<img *ngIf="ThemeService.currentTheme == 'doneIt' " src='assets/images/theme/{{ThemeService.currentTheme}}/governoangola_A1.png' alt='logo'>
|
2022-03-09 10:06:25 +01:00
|
|
|
</div>
|
|
|
|
|
<div *ngIf="ThemeService.currentTheme == 'gov'" class="logo-description d-flex align-center justify-content-center">
|
|
|
|
|
<div class="logo-description-content">
|
2022-09-23 11:23:24 +01:00
|
|
|
<!-- <p class="logo-description-text">Calendário Partilhado</p> -->
|
2022-03-09 10:06:25 +01:00
|
|
|
<p class="logo-description-text tp-5">GABINETE DIGITAL</p>
|
2022-07-06 09:59:22 +01:00
|
|
|
<div class="add-line"></div>
|
2022-03-09 10:06:25 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div *ngIf="ThemeService.currentTheme == 'default'" class="logo-description d-flex align-center justify-content-center">
|
|
|
|
|
<div class="logo-description-content">
|
2022-09-23 11:23:24 +01:00
|
|
|
<!-- <p class="logo-description-text color-white">Calendário Partilhado</p> -->
|
2022-03-09 10:06:25 +01:00
|
|
|
<p class="logo-description-text tp-5 color-white">GABINETE DIGITAL</p>
|
2022-07-06 09:59:22 +01:00
|
|
|
<div class="add-line-white"></div>
|
2022-03-09 10:06:25 +01:00
|
|
|
</div>
|
2021-07-29 11:40:25 +01:00
|
|
|
</div>
|
2021-07-28 16:27:10 +01:00
|
|
|
</div>
|
2021-08-24 09:53:51 +01:00
|
|
|
<div class="btn-close d-flex cursor-pointer" (click)="close()">
|
2021-10-25 13:54:34 +01:00
|
|
|
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="icon" src="assets/images/icons-search-close.svg"></ion-icon>
|
|
|
|
|
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="icon" src="assets/images/theme/gov/icons-search-close.svg"></ion-icon>
|
2022-10-20 15:45:10 +01:00
|
|
|
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="icon" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-search-close.svg"></ion-icon>
|
2021-07-28 16:27:10 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2021-07-29 11:40:25 +01:00
|
|
|
<div class="profile-content overflow-y-auto width-100 height-100">
|
|
|
|
|
<div class="profile-title d-flex justify-space-between align-center width-100">
|
|
|
|
|
<div class="d-flex align-center">
|
|
|
|
|
<div>Dados do perfil</div>
|
|
|
|
|
</div>
|
2021-07-28 16:27:10 +01:00
|
|
|
|
2021-07-29 11:40:25 +01:00
|
|
|
<!-- <div class="d-flex " (click)="close()">
|
|
|
|
|
<ion-icon class="icon" src="assets/images/icons-search-close.svg"></ion-icon>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
2021-07-29 10:56:00 +01:00
|
|
|
|
2021-10-20 17:46:03 +01:00
|
|
|
<div>
|
2021-07-29 11:40:25 +01:00
|
|
|
<div class="d-flex align-center">
|
2021-10-25 16:02:07 +01:00
|
|
|
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="profile-pic" src="assets/images/icons-default-profile.svg"></ion-icon>
|
|
|
|
|
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="profile-pic" src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
|
2022-10-20 15:45:10 +01:00
|
|
|
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="profile-pic" src="assets/images/theme/{{ThemeService.currentTheme}}/icons-profile.svg"></ion-icon>
|
2021-07-29 10:56:00 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2021-07-29 11:40:25 +01:00
|
|
|
<div class="profile-info">
|
2022-10-07 11:01:54 +01:00
|
|
|
<div class="user-role" *ngIf="SessionStore.user.RoleDescription">{{SessionStore.user.RoleDescription}}</div>
|
2021-07-29 11:40:25 +01:00
|
|
|
|
|
|
|
|
<div class="container-div width-100">
|
|
|
|
|
<div class="ion-item-class-2">
|
|
|
|
|
<div class="ion-icon-class">
|
2021-10-26 15:27:25 +01:00
|
|
|
<ion-icon slot="start" name="person" class="ion-icon-class-theme"></ion-icon>
|
2021-07-29 11:40:25 +01:00
|
|
|
</div>
|
|
|
|
|
<div class="ion-input-class">
|
2021-08-27 17:11:05 +01:00
|
|
|
<ion-input disabled placeholder="Nome" [(ngModel)]="SessionStore.user.FullName"></ion-input>
|
2021-07-29 11:40:25 +01:00
|
|
|
</div>
|
2021-07-29 10:56:00 +01:00
|
|
|
</div>
|
2021-07-29 11:40:25 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="container-div width-100">
|
|
|
|
|
<div class="ion-item-class-2">
|
|
|
|
|
<div class="ion-icon-class">
|
2021-10-26 15:27:25 +01:00
|
|
|
<ion-icon slot="start" name="mail" class="ion-icon-class-theme"></ion-icon>
|
2021-07-29 11:40:25 +01:00
|
|
|
</div>
|
|
|
|
|
<div class="ion-input-class">
|
2021-08-27 17:11:05 +01:00
|
|
|
<ion-input disabled placeholder="Email" [(ngModel)]="SessionStore.user.Email"></ion-input>
|
2021-07-29 11:40:25 +01:00
|
|
|
</div>
|
2021-07-29 10:56:00 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2021-10-20 17:46:03 +01:00
|
|
|
|
|
|
|
|
<div class="profile-title d-flex justify-space-between align-center width-100">
|
|
|
|
|
<div class="d-flex align-center">
|
|
|
|
|
<div>Tema</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="profile-title d-flex justify-space-between align-center width-100">
|
|
|
|
|
<div class="d-flex align-center">
|
2021-10-25 16:02:07 +01:00
|
|
|
<div class="btn-close d-flex cursor-pointer" (click)="changeTheme('gov')">
|
2021-10-25 15:43:53 +01:00
|
|
|
<img style="width: 40px;" src="assets/images/theme/gov/governoangola_A.png">
|
2021-10-20 17:46:03 +01:00
|
|
|
</div>
|
|
|
|
|
|
2022-10-20 15:45:10 +01:00
|
|
|
<div class="btn-close d-flex cursor-pointer pr-10 pl-10" (click)="changeTheme('default')" >
|
2021-10-26 15:27:25 +01:00
|
|
|
<img style="width: 40px;" src="assets/images/logo-removebg-preview.png"/>
|
|
|
|
|
</div>
|
|
|
|
|
|
2022-10-18 14:51:24 +01:00
|
|
|
<div class="btn-close d-flex cursor-pointer pr-10" (click)="changeTheme('doneIt')" >
|
2022-10-20 15:45:10 +01:00
|
|
|
<img *ngIf="ThemeService.currentTheme == 'gov'" style="width: 40px;" src="assets/images/theme/doneIt/governoangola_A.png"/>
|
|
|
|
|
<img *ngIf="ThemeService.currentTheme != 'gov'" style="width: 40px;" src="assets/images/theme/doneIt/governoangola_A1.png"/>
|
2022-10-18 14:51:24 +01:00
|
|
|
</div>
|
|
|
|
|
|
2021-10-27 15:10:55 +01:00
|
|
|
|
2021-10-20 17:46:03 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2021-07-29 10:56:00 +01:00
|
|
|
</div>
|
2021-07-28 16:27:10 +01:00
|
|
|
|
2021-10-20 17:46:03 +01:00
|
|
|
|
2021-09-02 12:17:14 +01:00
|
|
|
<div class="login-preference width-100" *ngIf="!platform.is('desktop') && !platform.is('mobileweb')">
|
2021-07-29 11:40:25 +01:00
|
|
|
<div class="preference">Preferência Login</div>
|
2021-07-28 16:27:10 +01:00
|
|
|
|
2021-07-29 11:40:25 +01:00
|
|
|
<ion-row>
|
|
|
|
|
<ion-col class="align-center d-flex">
|
2021-10-20 17:46:03 +01:00
|
|
|
<div class="d-flex align-center" (click)="LoginPreferenceMethod('Pin')">
|
|
|
|
|
<ion-checkbox [checked]="SessionStore.user.LoginPreference=='Pin' " class="checkBox"></ion-checkbox>
|
2021-07-29 11:40:25 +01:00
|
|
|
PIN
|
|
|
|
|
</div>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
</div>
|
2021-07-28 16:27:10 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</ion-content>
|
2021-07-29 11:40:25 +01:00
|
|
|
<!--
|
|
|
|
|
Para adicionar a funcionalidade assim que o método
|
|
|
|
|
para alterar o nome e email estiver pronto
|
|
|
|
|
-->
|
|
|
|
|
<ion-footer hidden class=" footer-container ion-no-border bg-blue">
|
2021-07-28 16:27:10 +01:00
|
|
|
|
|
|
|
|
<div class="d-flex justify-space-between">
|
|
|
|
|
|
|
|
|
|
<ion-buttons slot="start" (click)="close()">
|
2021-10-20 17:46:03 +01:00
|
|
|
<button class="btn-cancel" fill="clear" color="#061b52">
|
2021-07-28 16:27:10 +01:00
|
|
|
<ion-label>Cancelar</ion-label>
|
|
|
|
|
</button>
|
2021-10-20 17:46:03 +01:00
|
|
|
</ion-buttons>
|
|
|
|
|
<ion-buttons slot="end" (click)="close()">
|
|
|
|
|
<button class="btn-ok" fill="clear" color="#fff">
|
|
|
|
|
<ion-label>Gravar</ion-label>
|
|
|
|
|
</button>
|
|
|
|
|
</ion-buttons>
|
2021-07-28 16:27:10 +01:00
|
|
|
</div>
|
|
|
|
|
|
2021-10-27 15:10:55 +01:00
|
|
|
</ion-footer>
|