1
1
< div class ="container-fluid landing-img main-view ">
2
- < div class ="container-fluid bg-overlay ">
2
+ < div class ="container-fluid ">
3
3
< div class ="row margin-h-5 ">
4
- < div class ="col-lg-12 margin-b-20 ">
5
- < h2 class ="welcome-text text-center hidden-sm hidden-xs ">
6
- Welcome to the Kenya Health Master Facility List
7
- </ h2 >
8
- < h3 class ="welcome-text text-center hidden-lg hidden-md " style ="color: #fff; ">
9
- Welcome to the Kenya Health Master Facility List
10
- </ h3 >
11
- </ div >
12
4
< div class ="col-lg-8 col-lg-offset-2 search-card text-center margin-t-20 " style ="border: 1px solid #FFF; ">
13
5
< form role ="form " name ="search-form " ng-submit ="search(search.query) ">
14
6
< div class ="col-md-12 input-group ">
15
7
< div class ="search-addon-btn input-group-btn ">
16
- < button type =" button " class ="btn btn-default dropdown-toggle " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
17
- Facilities < i class ="fa fa-caret-down "> </ i >
18
- </ button >
8
+ < a class ="btn btn-default dropdown-toggle " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
9
+ {{chu_mode ? 'Community Health Units': ' Facilities'}} < i class ="fa fa-caret-down "> </ i >
10
+ </ a >
19
11
< div class ="dropdown-menu ">
20
- < a class ="dropdown-item fw-500 " href =" # "> Facilities</ a >
12
+ < a class ="dropdown-item fw-500 " ng-click =" typeaheadFacilities() "> Facilities</ a >
21
13
< div role ="separator " class ="dropdown-divider "> </ div >
22
- < a class ="dropdown-item fw-500 " href =" # "> Community Units</ a >
14
+ < a class ="dropdown-item fw-500 " ng-click =" typeaheadCHUs() "> Community Units</ a >
23
15
</ div >
24
16
</ div >
25
- < input type ="search " class ="facilities " ng-model ="search.query " placeholder ="Search facilities... " ng-focus ="typeaheadFacilities() " sync-focus-with ="isFocused " autofocus />
26
- < span class ="highlight "> </ span >
27
- < span class ="bar "> </ span >
17
+ < input type ="search " class ="facilities " ng-model ="search.query " placeholder ="Search by name or code... " sync-focus-with ="isFocused " autofocus />
28
18
< span class ="search-addon-btn input-group-addon " id ="sizing-addon1 " ng-click ="search(search.query) ">
29
19
< button type ="submit " class ="search-btn ">
30
20
< i class ="fa fa-search "> </ i >
@@ -43,9 +33,6 @@ <h3 class="fw-500 text-black" >
43
33
< span class ="pull-left margin-t-10 col-md-6 col-xs-12 ">
44
34
About the Master Facility List (MFL)
45
35
</ span >
46
- < span class ="content-right col-md-6 col-xs-12 ">
47
- < img src ="assets/img/ehealth_logo.gif " >
48
- </ span >
49
36
</ h3 >
50
37
< br >
51
38
< hr class ="margin-t-20 margin-b-0 " style ="border: 1px solid #F0F0F0; ">
0 commit comments