mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
35 lines
1.1 KiB
HTML
35 lines
1.1 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 cursor-pointer" (click)="close()">
|
|
<ion-icon style="margin-bottom:-8px" slot="end" 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-text > <span class="digitalizacao_001pd">{{username}} {{_updatedAt | date}}</span></ion-text> -->
|
|
</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>
|
|
|
|
|
|
|
|
|
|
|
|
|