Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
HIAST-Clinics
Project
Project
Details
Activity
Releases
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
almohanad.hafez
HIAST-Clinics
Commits
ce748d03
Commit
ce748d03
authored
Aug 24, 2024
by
Almouhannad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(F) Change dropdown behavior
parent
a34155c2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
header.component.html
...p/components/shared/template/header/header.component.html
+7
-7
No files found.
Clinics.Frontend/src/app/components/shared/template/header/header.component.html
View file @
ce748d03
...
...
@@ -52,15 +52,15 @@
<li><a
[
routerLink
]="['
admin
/
receptionists
']"
><button
class=
"btn"
[
class
]="{'
btn-outline-primary
'
:
isSelected
('
Admin-Receptionists
'),
'
btn-outline-secondary
'
:
!
isSelected
('
Admin-Receptionists
')}"
(
click
)="
selectButton
('
Admin-Receptionists
')"
>
موظفو الاستقبال
</button></a></li>
(
click
)="
s
howDropdown=
false;
s
electButton
('
Admin-Receptionists
')"
>
موظفو الاستقبال
</button></a></li>
<li><a
[
routerLink
]="['
admin
/
doctors
']"
><button
class=
"btn"
[
class
]="{'
btn-outline-primary
'
:
isSelected
('
Admin-Dorctors
'),
'
btn-outline-secondary
'
:
!
isSelected
('
Admin-Dorctors
')}"
(
click
)="
selectButton
('
Admin-Dorctors
')"
>
الأطباء
</button></a></li>
(
click
)="
s
howDropdown=
false;
s
electButton
('
Admin-Dorctors
')"
>
الأطباء
</button></a></li>
<li><a
[
routerLink
]="'
home
'"
><button
class=
"btn"
[
class
]="{'
btn-outline-primary
'
:
isSelected
('
Home
'),
'
btn-outline-secondary
'
:
!
isSelected
('
Home
')}"
(
click
)="
selectButton
('
Home
')"
>
الصفحة الرئيسية
</button></a></li>
(
click
)="
s
howDropdown=
false;
s
electButton
('
Home
')"
>
الصفحة الرئيسية
</button></a></li>
</ul>
</nav>
...
...
@@ -82,7 +82,7 @@
<li><a
[
routerLink
]="'
home
'"
><button
class=
"btn"
[
class
]="{'
btn-outline-primary
'
:
isSelected
('
Home
'),
'
btn-outline-secondary
'
:
!
isSelected
('
Home
')}"
(
click
)="
selectButton
('
Home
')"
>
الصفحة الرئيسية
</button></a></li>
(
click
)="
s
howDropdown=
false;
s
electButton
('
Home
')"
>
الصفحة الرئيسية
</button></a></li>
</ul>
</nav>
...
...
@@ -105,15 +105,15 @@
<li><a
[
routerLink
]="['
receptionist
/
doctors
']"
><button
class=
"btn"
[
class
]="{'
btn-outline-primary
'
:
isSelected
('
RecDotctors
'),
'
btn-outline-secondary
'
:
!
isSelected
('
RecDotctors
')}"
(
click
)="
selectButton
('
RecDotctors
')"
>
الأطباء
</button></a></li>
(
click
)="
s
howDropdown=
false;
s
electButton
('
RecDotctors
')"
>
الأطباء
</button></a></li>
<li><a
[
routerLink
]="'
receptionist
/
waitinglist
'"
><button
class=
"btn"
[
class
]="{'
btn-outline-primary
'
:
isSelected
('
WaitingList
'),
'
btn-outline-secondary
'
:
!
isSelected
('
WaitingList
')}"
(
click
)="
selectButton
('
WaitingList
')"
>
قائمة الانتظار
</button></a></li>
(
click
)="
s
howDropdown=
false;
s
electButton
('
WaitingList
')"
>
قائمة الانتظار
</button></a></li>
<li><a
[
routerLink
]="'
home
'"
><button
class=
"btn"
[
class
]="{'
btn-outline-primary
'
:
isSelected
('
Home
'),
'
btn-outline-secondary
'
:
!
isSelected
('
Home
')}"
(
click
)="
selectButton
('
Home
')"
>
الصفحة الرئيسية
</button></a></li>
(
click
)="
s
howDropdown=
false;
s
electButton
('
Home
')"
>
الصفحة الرئيسية
</button></a></li>
</ul>
</nav>
...
...
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