mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
comment code for PR profile
This commit is contained in:
@@ -3,13 +3,13 @@
|
|||||||
<ion-toolbar>
|
<ion-toolbar>
|
||||||
<ion-buttons slot="end">
|
<ion-buttons slot="end">
|
||||||
<!-- customized TOGGLE button -->
|
<!-- customized TOGGLE button -->
|
||||||
<div class="toggleBox">
|
<!-- <div class="toggleBox">
|
||||||
<div (click)="changeProfile()" class="toggle">
|
<div (click)="changeProfile()" class="toggle">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
<label for="" class="onbtn">PR</label>
|
<label for="" class="onbtn">PR</label>
|
||||||
<label for="" class="ofbtn">MDGPR</label>
|
<label for="" class="ofbtn">MDGPR</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
</ion-buttons>
|
</ion-buttons>
|
||||||
<ion-title>Agenda</ion-title>
|
<ion-title>Agenda</ion-title>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ export class AgendaPage implements OnInit {
|
|||||||
) {}
|
) {}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
this.profile = "mdgpr";
|
this.profile = "pr";
|
||||||
//Inicializar segment
|
//Inicializar segment
|
||||||
/* localStorage.setItem('test', this.eventSelectedDate.toString()); */
|
/* localStorage.setItem('test', this.eventSelectedDate.toString()); */
|
||||||
|
|
||||||
|
|||||||
@@ -40,8 +40,7 @@ export class EventDetailModalPage implements OnInit {
|
|||||||
private modalCtrl: ModalController,
|
private modalCtrl: ModalController,
|
||||||
private alertService: AlertService,
|
private alertService: AlertService,
|
||||||
private attachamentsService: AttachmentsService,
|
private attachamentsService: AttachmentsService,
|
||||||
private route: Router,
|
private route: Router,) {
|
||||||
private iab: InAppBrowser) {
|
|
||||||
this.loadedEvent = new Event();
|
this.loadedEvent = new Event();
|
||||||
this.loadedEvent.Body = new EventBody();
|
this.loadedEvent.Body = new EventBody();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,13 +10,13 @@
|
|||||||
</ion-label>
|
</ion-label>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
<ion-buttons slot="end">
|
<ion-buttons slot="end">
|
||||||
<div class="toggleBox">
|
<!-- <div class="toggleBox">
|
||||||
<div (click)="changeProfile()" class="toggle">
|
<div (click)="changeProfile()" class="toggle">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
<label for="" class="onbtn">PR</label>
|
<label for="" class="onbtn">PR</label>
|
||||||
<label for="" class="ofbtn">MDGPR</label>
|
<label for="" class="ofbtn">MDGPR</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
</ion-buttons>
|
</ion-buttons>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
<ion-toolbar>
|
<ion-toolbar>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<ion-item class="ion-text-right" lines="none">
|
<ion-item class="ion-text-right" lines="none">
|
||||||
<ion-label class="ion-text-wrap">
|
<ion-label class="ion-text-wrap">
|
||||||
<h3 class="header-medium"> {{greetting}} Excelência <br />
|
<h3 class="header-medium"> {{greetting}} Excelência <br />
|
||||||
Ministro Director do Gabinete do<!-- <br /> -->
|
<!-- Ministro Director do Gabinete do --><!-- <br /> -->
|
||||||
Presidente da República
|
Presidente da República
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ export class EventsPage implements OnInit {
|
|||||||
//Inicializar segment
|
//Inicializar segment
|
||||||
this.segment = "Combinada";
|
this.segment = "Combinada";
|
||||||
//Initialize profile as mdgpr
|
//Initialize profile as mdgpr
|
||||||
this.profile = "mdgpr";
|
this.profile = "pr";
|
||||||
console.log(this.profile);
|
console.log(this.profile);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<ion-refresher-content>
|
<ion-refresher-content>
|
||||||
</ion-refresher-content>
|
</ion-refresher-content>
|
||||||
</ion-refresher>
|
</ion-refresher>
|
||||||
<ion-card color="#d4d5ca">
|
<!-- <ion-card color="#d4d5ca">
|
||||||
<ion-card-header>
|
<ion-card-header>
|
||||||
<ion-card-title>Eventos para Aprovação</ion-card-title>
|
<ion-card-title>Eventos para Aprovação</ion-card-title>
|
||||||
<ion-card-content>
|
<ion-card-content>
|
||||||
@@ -18,14 +18,14 @@
|
|||||||
<ion-label>Minha agenda</ion-label>
|
<ion-label>Minha agenda</ion-label>
|
||||||
<ion-button slot="end">{{count_ev_md}}</ion-button>
|
<ion-button slot="end">{{count_ev_md}}</ion-button>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
<ion-item (click)="openEventsToApproveList('PR')" class="ion-item-change-color"><!-- [routerLink]="['/home/gabinete-digital/event-list', 'pr']" -->
|
<ion-item (click)="openEventsToApproveList('PR')" class="ion-item-change-color"> [routerLink]="['/home/gabinete-digital/event-list', 'pr']"
|
||||||
<ion-label>Agenda do Presidente</ion-label>
|
<ion-label>Agenda do Presidente</ion-label>
|
||||||
<ion-button slot="end">{{count_ev_pr}}</ion-button>
|
<ion-button slot="end">{{count_ev_pr}}</ion-button>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
</ion-card-content>
|
</ion-card-content>
|
||||||
</ion-card-header>
|
</ion-card-header>
|
||||||
</ion-card>
|
</ion-card> -->
|
||||||
<ion-card color="#d4d5ca">
|
<!-- <ion-card color="#d4d5ca">
|
||||||
<ion-card-header>
|
<ion-card-header>
|
||||||
<ion-card-title>Expediente</ion-card-title>
|
<ion-card-title>Expediente</ion-card-title>
|
||||||
<ion-card-content>
|
<ion-card-content>
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
</ion-item>
|
</ion-item>
|
||||||
</ion-card-content>
|
</ion-card-content>
|
||||||
</ion-card-header>
|
</ion-card-header>
|
||||||
</ion-card>
|
</ion-card> -->
|
||||||
<ion-card color="#d4d5ca">
|
<ion-card color="#d4d5ca">
|
||||||
<ion-card-header>
|
<ion-card-header>
|
||||||
<ion-card-title>Expediente para o PR</ion-card-title>
|
<ion-card-title>Expediente para o PR</ion-card-title>
|
||||||
@@ -70,10 +70,10 @@
|
|||||||
<ion-card-header>
|
<ion-card-header>
|
||||||
<ion-card-title>Diplomas</ion-card-title>
|
<ion-card-title>Diplomas</ion-card-title>
|
||||||
<ion-card-content>
|
<ion-card-content>
|
||||||
<ion-item primary (click)="notImplemented()" class="ion-activated">
|
<!-- <ion-item primary (click)="notImplemented()" class="ion-activated">
|
||||||
<ion-label>Por validar (MDGPR)</ion-label>
|
<ion-label>Por validar (MDGPR)</ion-label>
|
||||||
<ion-button slot="end">{{count_dip_pv}}</ion-button>
|
<ion-button slot="end">{{count_dip_pv}}</ion-button>
|
||||||
</ion-item>
|
</ion-item> -->
|
||||||
<ion-item (click)="notImplemented()" class="ion-item-change-color">
|
<ion-item (click)="notImplemented()" class="ion-item-change-color">
|
||||||
<ion-label>Assinados pelo PR</ion-label>
|
<ion-label>Assinados pelo PR</ion-label>
|
||||||
<ion-button slot="end">{{count_dip_apr}}</ion-button>
|
<ion-button slot="end">{{count_dip_apr}}</ion-button>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export const environment = {
|
|||||||
apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/V3/api/',
|
apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/V3/api/',
|
||||||
apiChatUrl: 'http://192.168.100.111:3000/api/v1/',
|
apiChatUrl: 'http://192.168.100.111:3000/api/v1/',
|
||||||
domain: 'gabinetedigital.local',
|
domain: 'gabinetedigital.local',
|
||||||
defaultuser: 'paulo.pinto',
|
defaultuser: 'tiago.kayaya',
|
||||||
defaultuserpwd: 'tabteste@006'
|
defaultuserpwd: 'tabteste@006'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user