You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
931 B
HTML
33 lines
931 B
HTML
|
7 years ago
|
<ion-header>
|
||
|
|
<ion-toolbar class="header-toolbar">
|
||
|
|
<ion-buttons slot="start">
|
||
|
|
<ion-back-button color="light" class="btnBack" ></ion-back-button>
|
||
|
|
</ion-buttons>
|
||
|
|
<ion-title color="light" > {{'login,forgot-password' | translate}}</ion-title>
|
||
|
|
</ion-toolbar>
|
||
|
|
</ion-header>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<ion-content padding>
|
||
|
|
|
||
|
|
<ion-grid>
|
||
|
|
|
||
|
|
<ion-item>
|
||
|
|
<img class="item-icon" src="assets/imgs/username.png" item-start />
|
||
|
|
<ion-label>{{ts.trPK('login','username')}}</ion-label>
|
||
|
|
<ion-input required type="text" [(ngModel)]="P_USER_NAME">
|
||
|
|
</ion-input>
|
||
|
|
</ion-item>
|
||
|
|
|
||
|
|
</ion-grid>
|
||
|
|
<page-trailer [small]="true"></page-trailer>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</ion-content>
|
||
|
|
<ion-footer>
|
||
|
|
<div class="centerDiv">
|
||
|
|
<ion-button color="customnavy" ion-button (click)=" userCheck()">{{ts.trPK('login','changepassword')}}</ion-button>
|
||
|
|
</div>
|
||
|
|
</ion-footer>
|