|
|
|
|
@ -21,13 +21,13 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="border-bottom: rgb(190, 187, 187) solid 1px;" >
|
|
|
|
|
<div class="border" >
|
|
|
|
|
<button class="logout" ion-button (click)="logout();" > {{ts.trPK('home','logout')}}</button>
|
|
|
|
|
</div>
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
<ion-list class="list-en" >
|
|
|
|
|
<ion-item (click)="profile()">
|
|
|
|
|
<ion-item (click)="profile()" lines="none">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 24px !important;" src="../assets/imgs/profile_icon.png" item-left>
|
|
|
|
|
</ion-thumbnail>
|
|
|
|
|
@ -43,7 +43,7 @@
|
|
|
|
|
{{ts.trPK('userProfile','performance-evaluation')}}
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-item> -->
|
|
|
|
|
<ion-item [hidden]="TeamFlag!='true'" (click)="openMyTeamPage()">
|
|
|
|
|
<ion-item lines="none" [hidden]="TeamFlag!='true'" (click)="openMyTeamPage()">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 14px !important;" src="../assets/imgs/my_team_icon.png" item-left>
|
|
|
|
|
</ion-thumbnail>
|
|
|
|
|
@ -144,13 +144,13 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="border-bottom: rgb(190, 187, 187) solid 1px;" >
|
|
|
|
|
<div class="border" >
|
|
|
|
|
<button class="logout-ar" ion-button (click)="logout();" > {{ts.trPK('home','logout')}}</button>
|
|
|
|
|
</div>
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
<ion-list class="list-ar" >
|
|
|
|
|
<ion-item (click)="profile()">
|
|
|
|
|
<ion-item (click)="profile()" lines="none">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 24px !important;" src="../assets/imgs/profile_icon.png" item-left>
|
|
|
|
|
</ion-thumbnail>
|
|
|
|
|
@ -166,7 +166,7 @@
|
|
|
|
|
{{ts.trPK('userProfile','performance-evaluation')}}
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-item> -->
|
|
|
|
|
<ion-item [hidden]="TeamFlag!='true'" (click)="openMyTeamPage()">
|
|
|
|
|
<ion-item lines="none" [hidden]="TeamFlag!='true'" (click)="openMyTeamPage()">
|
|
|
|
|
<ion-thumbnail slot="start" class="menu-thumb">
|
|
|
|
|
<img style= "height: 14px !important;" src="../assets/imgs/my_team_icon.png" item-left>
|
|
|
|
|
</ion-thumbnail>
|
|
|
|
|
@ -264,7 +264,7 @@
|
|
|
|
|
<!-- <p class="companyTxt">{{companyDesc}}</p> -->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="menuFooter">
|
|
|
|
|
<div> <img src="../assets/imgs/CSLogo.png" class="CompanyImg" ></div>
|
|
|
|
|
<div> <img src="../assets/icon/icon_CS.png" class="CompanyImg" ></div>
|
|
|
|
|
<p class="companyTxt">{{companyDesc}}</p>
|
|
|
|
|
</div>
|
|
|
|
|
</ion-content>
|
|
|
|
|
|