mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
35 lines
1.2 KiB
HTML
35 lines
1.2 KiB
HTML
|
|
<!-- <div class="Rectangle"> -->
|
|
<ion-content fullscreen>
|
|
<ion-header translucent>
|
|
<ion-toolbar>
|
|
<div class="title-content width-100 d-flex justify-space-between align-center">
|
|
<div class= "btn-dismiss font-30-rem cursor-pointer" (click)="close()">
|
|
<ion-icon style="margin-bottom:-8px" *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35-rem" src="assets/images/theme/doneIt/icons-arrow-arrow-left.svg"></ion-icon>
|
|
<ion-icon style="margin-bottom:-8px" slot="end" *ngIf="ThemeService.currentTheme != 'doneIt' " src="assets/images/icons-arrow-arrow-left.svg" class="iconsarrowarrow-left"></ion-icon>
|
|
</div>
|
|
<div class="middle d-flex align-center flex-grow-1">
|
|
<div><b><ion-label class="digitalizacao_001pd">{{name}} </ion-label></b><br>
|
|
<ion-label class="place">{{_updatedAt | date}}</ion-label></div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</ion-toolbar>
|
|
</ion-header>
|
|
<ion-card-content class="Bitmap" >
|
|
|
|
<img src="{{image}}" style="margin-top: 50%;"/>
|
|
|
|
</ion-card-content>
|
|
<!-- <ion-footer class="Rectangle-Copy-5">
|
|
|
|
</ion-footer> -->
|
|
</ion-content>
|
|
|
|
|
|
|
|
|
|
|
|
|