fix
This commit is contained in:
@@ -18,25 +18,50 @@
|
|||||||
Profile
|
Profile
|
||||||
</ion-label>
|
</ion-label>
|
||||||
</ion-item-divider>
|
</ion-item-divider>
|
||||||
|
<ion-item>
|
||||||
<ion-item><ion-label> Dr. Something Something</ion-label></ion-item>
|
|
||||||
<ion-item><ion-label>Edit Profile</ion-label></ion-item>
|
<ion-grid style="background-color: aliceblue;">
|
||||||
<ion-item><ion-label>A4</ion-label></ion-item>
|
<ion-row>
|
||||||
<ion-item><ion-label>Practice Time</ion-label></ion-item>
|
<ion-col style="width: 50%;">
|
||||||
|
<img src="{{doctor_profile_picture}}" />
|
||||||
|
</ion-col>
|
||||||
|
<ion-col>
|
||||||
|
<ion-label> Dr. Something Something</ion-label>
|
||||||
|
</ion-col>
|
||||||
|
</ion-row>
|
||||||
|
<ion-row>
|
||||||
|
More Information
|
||||||
|
</ion-row>
|
||||||
|
<ion-row style="text-align: center;">
|
||||||
|
<ion-button shape="round" fill="outline">Edit</ion-button>
|
||||||
|
</ion-row>
|
||||||
|
</ion-grid>
|
||||||
|
</ion-item>
|
||||||
|
|
||||||
|
|
||||||
|
<ion-item-divider>
|
||||||
|
<ion-label>
|
||||||
|
General
|
||||||
|
</ion-label>
|
||||||
|
</ion-item-divider>
|
||||||
|
<ion-item><ion-label>Notifications</ion-label></ion-item>
|
||||||
|
<ion-item><ion-label>Location</ion-label></ion-item>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ion-item-divider>
|
<ion-item-divider>
|
||||||
<ion-label>
|
<ion-label>
|
||||||
Manage Practice
|
Practice
|
||||||
</ion-label>
|
</ion-label>
|
||||||
</ion-item-divider>
|
</ion-item-divider>
|
||||||
|
|
||||||
<ion-item (click)="goPractice()"><ion-label>Practice</ion-label></ion-item>
|
<ion-item (click)="goPractice()"><ion-label>Manage</ion-label></ion-item>
|
||||||
<ion-item><ion-label>B3</ion-label></ion-item>
|
<ion-item><ion-label>B3</ion-label></ion-item>
|
||||||
<ion-item><ion-label>B4</ion-label></ion-item>
|
<ion-item><ion-label>B4</ion-label></ion-item>
|
||||||
<ion-item><ion-label>B5</ion-label></ion-item>
|
<ion-item><ion-label>B5</ion-label></ion-item>
|
||||||
</ion-list>
|
</ion-list>
|
||||||
|
<br><br>
|
||||||
<ion-button expand="full" color="danger" (click)="goLogout()">Log Out</ion-button>
|
<ion-button expand="full" shape="round" color="danger" (click)="goLogout()">Log Out</ion-button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ import {
|
|||||||
})
|
})
|
||||||
export class MermsSettingsPage implements OnInit {
|
export class MermsSettingsPage implements OnInit {
|
||||||
|
|
||||||
|
doctor_profile_picture:string='../../assets/imgs/avatarM.png';
|
||||||
|
|
||||||
constructor( public navCtrl: NavController,private router: Router) { }
|
constructor( public navCtrl: NavController,private router: Router) { }
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
|
|||||||
Reference in New Issue
Block a user