|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<ion-content dir="ltr">
|
|
|
|
|
<!-- <ion-content dir="ltr">
|
|
|
|
|
<img *ngIf="userInfo.PAYROLL_CODE === 'CS' " style="width: 100%; max-width: 100%;" src="../assets/imgs/IDTOP.png">
|
|
|
|
|
<img *ngIf="userInfo.PAYROLL_CODE !== 'CS' " style="width: 100%; max-width: 100%;" src="../assets/imgs/IDTOP_HMG.png.png">
|
|
|
|
|
<ion-grid>
|
|
|
|
|
@ -35,4 +35,20 @@
|
|
|
|
|
<div class="centerDiv" style="margin-top: 20px !important;">
|
|
|
|
|
<ion-button class="button-login" (click)="dismiss()"><b>{{ts.trPK('general','close')}}</b></ion-button>
|
|
|
|
|
</div>
|
|
|
|
|
</ion-footer>
|
|
|
|
|
</ion-footer> -->
|
|
|
|
|
|
|
|
|
|
<ion-content>
|
|
|
|
|
<ion-grid>
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col size="2"></ion-col>
|
|
|
|
|
<ion-col size="10" *ngIf="userInfo.EMPLOYEE_IMAGE != null" padding>
|
|
|
|
|
<img [src]="'data:image/png;base64,'+userInfo.EMPLOYEE_IMAGE" style="width: 75%; height: 100%; border: 3px solid black;">
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row style="padding: 0%;">
|
|
|
|
|
<ion-col style="text-align: center;font-weight: bold;font-family: 'WorkSans-Bold'; padding: 0%;">
|
|
|
|
|
<p style="font-size: 20px; padding: 0%;">191817</p>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
</ion-grid>
|
|
|
|
|
</ion-content>
|