mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Made lots of changes, deleted all components
This commit is contained in:
@@ -4,8 +4,26 @@
|
||||
</ion-buttons> -->
|
||||
|
||||
<ion-toolbar>
|
||||
<app-custom-header></app-custom-header>
|
||||
<ion-segment *ngIf="ios" [(ngModel)]="segment">
|
||||
<ion-title>
|
||||
<ion-item class="ion-text-header-top" lines="none">
|
||||
<ion-thumbnail slot="start">
|
||||
<div class="div-logo">
|
||||
<img src='assets/images/logo.png' alt='logo'>
|
||||
</div>
|
||||
</ion-thumbnail>
|
||||
<ion-label>
|
||||
<h6 class="header-xsmall">Presidente da República</h6>
|
||||
<h2 class="header-large">GABINETE DIGITAL</h2>
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
<ion-item class="ion-text-right" lines="none">
|
||||
<ion-label class="ion-text-wrap">
|
||||
<h3 class="header-medium">Bom dia Excelência <br />Presidente da República</h3>
|
||||
<p class="p-small">Segunda-feira, 03 de Agosto</p>
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
</ion-title>
|
||||
<!-- <ion-segment *ngIf="ios" [(ngModel)]="segment">
|
||||
<ion-segment-button value="combinada">
|
||||
Combinada
|
||||
</ion-segment-button>
|
||||
@@ -15,10 +33,13 @@
|
||||
<ion-segment-button value="pessoal">
|
||||
Pessoal
|
||||
</ion-segment-button>
|
||||
</ion-segment>
|
||||
</ion-toolbar>
|
||||
</ion-segment>-->
|
||||
</ion-toolbar>
|
||||
<!-- TABS -->
|
||||
<ion-toolbar *ngIf="!ios">
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
<ion-toolbar > <!-- *ngIf="!ios" -->
|
||||
<ion-segment [(ngModel)]="segment">
|
||||
<ion-segment-button value="combinada">
|
||||
Combinada
|
||||
@@ -31,9 +52,6 @@
|
||||
</ion-segment-button>
|
||||
</ion-segment>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
<!-- List of Text Items -->
|
||||
<div [ngSwitch]="segment">
|
||||
<ion-list *ngSwitchCase="'combinada'">
|
||||
|
||||
Reference in New Issue
Block a user