2021-03-18 16:30:03 +01:00
|
|
|
<ion-content class="container">
|
|
|
|
|
<div class="arrow-right">
|
2021-04-12 10:16:43 +01:00
|
|
|
<button class="btn-no-color" (click)="close()">
|
|
|
|
|
<ion-icon slot="end" class="arrow-right-icon" src='assets/images/icons-arrow-arrow-right.svg'></ion-icon>
|
|
|
|
|
</button>
|
2021-03-18 16:30:03 +01:00
|
|
|
</div>
|
|
|
|
|
<div class="buttons">
|
2021-09-14 10:30:13 +01:00
|
|
|
<button (click)="takePicture()" full class="btn-ok" shape="round" >Tirar Fotografia</button>
|
2021-08-20 11:58:28 +01:00
|
|
|
<button hidden (click)="notImplemented()" class="btn-ok" shape="round" >Digitalizar Documento</button>
|
2021-09-13 12:37:58 +01:00
|
|
|
<button (click)="anexarFoto()" full class="btn-ok" shape="round" >Anexar Fotografia</button>
|
2021-08-20 11:58:28 +01:00
|
|
|
<button hidden (click)="getDoc()" class="btn-ok" shape="round" >Anexar Documento</button>
|
2021-03-18 16:30:03 +01:00
|
|
|
<div class="solid"></div>
|
2021-08-18 09:23:53 +01:00
|
|
|
<button (click)="bookMeeting()" class="btn-ok" shape="round" >Marcar reunião</button>
|
2021-03-18 16:30:03 +01:00
|
|
|
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
2020-12-29 12:40:19 +01:00
|
|
|
</ion-content>
|