Files
doneit-web/src/app/modals/preview-camera/preview-camera.page.html
T

35 lines
1.2 KiB
HTML
Raw Normal View History

2021-11-19 08:51:10 +01:00
2021-12-03 17:27:10 +01:00
<!-- <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()">
2022-12-13 17:21:48 +01:00
<ion-icon style="margin-bottom:-8px" *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/doneIt/icons-arrow-arrow-left.svg"></ion-icon>
2022-10-18 14:51:24 +01:00
<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>
2021-12-03 17:27:10 +01:00
</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>
2021-11-19 08:51:10 +01:00
2021-12-03 17:27:10 +01:00
</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>
2021-11-17 15:34:15 +01:00
2021-11-19 08:51:10 +01:00
2021-11-17 15:34:15 +01:00
2021-11-30 17:56:56 +01:00