Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduhealth
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
amal
eduhealth
Commits
90806bb4
Commit
90806bb4
authored
Jun 26, 2019
by
kevin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'kevin' into 'master'
Kevin See merge request
!6
parents
4ecf0ae9
7c71f691
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
10 deletions
+10
-10
chartvisits.page.html
src/app/chartvisits/chartvisits.page.html
+1
-1
details.page.html
src/app/details/details.page.html
+2
-2
healthcareforum.page.html
src/app/healthcareforum/healthcareforum.page.html
+1
-1
healthhistory.page.html
src/app/healthhistory/healthhistory.page.html
+1
-1
login.page.html
src/app/login/login.page.html
+3
-3
medicalauthorization.page.html
src/app/medicalauthorization/medicalauthorization.page.html
+1
-1
medicalhistory.page.html
src/app/medicalhistory/medicalhistory.page.html
+1
-1
No files found.
src/app/chartvisits/chartvisits.page.html
View file @
90806bb4
...
...
@@ -14,7 +14,7 @@
<li
*
ngFor=
"let chart_data of chart_details; let i= index"
>
<div
class=
"list_main"
(
click
)="
toggleGroup
(
i
)"
[
ngClass
]="{
active:isGroupShown
(
i
)}"
>
<div
class=
"col floatLeft"
>
<p>
Office Vist Type
</p>
<p>
Office Vis
i
t Type
</p>
<h3><strong>
{{chart_data.office_vist_type}}
</strong></h3>
</div>
<!-- <div class="col floatLeft borderNone">
...
...
src/app/details/details.page.html
View file @
90806bb4
...
...
@@ -44,7 +44,7 @@
</ion-col>
<ion-col
col
>
<p>
Gender
</p>
<h3>
Male
</h3>
<h3>
{{student_details.gender}}
</h3>
</ion-col>
</ion-row>
</div>
...
...
@@ -53,7 +53,7 @@
<ul>
<li
(
click
)="
goToPage
('
studentsprofile
')"
>
<img
src=
"../../assets/imgs/m1.png"
>
<p>
Student
s
<br>
Profile
</p>
<p>
Student
<br>
Profile
</p>
</li>
<li
(
click
)="
goToPage
('
healthcareforum
')"
>
<img
src=
"../../assets/imgs/m2.png"
>
...
...
src/app/healthcareforum/healthcareforum.page.html
View file @
90806bb4
...
...
@@ -34,7 +34,7 @@
</div>
<div
class=
"list_bar"
>
<div
class=
"col floatLeft"
>
<p>
Uploaded By
</p>
<p>
School Year
</p>
<h3>
{{health_formData.school_year}}
</h3>
</div>
...
...
src/app/healthhistory/healthhistory.page.html
View file @
90806bb4
...
...
@@ -4,7 +4,7 @@
</ion-back-button>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
Medical Authorizations
</h4>
<h4>
Health History
</h4>
</div>
<div
class=
"clear"
></div>
</ion-header>
...
...
src/app/login/login.page.html
View file @
90806bb4
...
...
@@ -3,7 +3,7 @@
<div
class=
"login_top_div"
>
<img
src=
"../../assets/imgs/asset_logo_theme.png"
>
<h3>
Welcome Back
</h3>
<p>
Sig
in in to C
ontinue
</p>
<p>
Sig
n In to c
ontinue
</p>
</div>
<div
class=
"login_form"
>
...
...
@@ -51,7 +51,7 @@
<form
[
formGroup
]="
signupForm
"
(
ngSubmit
)="
OnLogin
()"
>
<div
class=
"login_top_div"
>
<h3>
Welcome Back
</h3>
<p>
Sig
in up to C
ontinue
</p>
<p>
Sig
n In to c
ontinue
</p>
</div>
<div
class=
"login_form"
>
<div
class=
"row"
>
...
...
@@ -93,7 +93,7 @@
</div>
<br>
<div
class=
"row"
>
<ion-button
expand=
"block"
[
disabled
]="!
signupForm
.
valid
"
(
click
)="
user_signup
()"
>
S
ignup
</ion-button>
<ion-button
expand=
"block"
[
disabled
]="!
signupForm
.
valid
"
(
click
)="
user_signup
()"
>
S
IGN UP
</ion-button>
</div>
</div>
</form>
...
...
src/app/medicalauthorization/medicalauthorization.page.html
View file @
90806bb4
...
...
@@ -37,7 +37,7 @@
</div>
<div
class=
"list_bar"
>
<div
class=
"col floatLeft"
>
<p>
Tme of first medication
</p>
<p>
T
i
me of first medication
</p>
<h3>
{{medical_data.date_first_medicine}}{{medical_data.time_first_medicine}}
</h3>
</div>
<div
class=
"col floatLeft borderNone"
>
...
...
src/app/medicalhistory/medicalhistory.page.html
View file @
90806bb4
...
...
@@ -4,7 +4,7 @@
</ion-back-button>
</button>
<div
class=
"nav_title floatLeft"
>
<h4>
Medical
Authorizations
</h4>
<h4>
Medical
History
</h4>
</div>
<div
class=
"clear"
></div>
</ion-header>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment