File tree 5 files changed +275
-200
lines changed
5 files changed +275
-200
lines changed Original file line number Diff line number Diff line change 3
3
This log documents the significant changes for each release.
4
4
This project follows [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 0.0.4-gh-pages.3] - 2024-04-01
7
+ ### Changed
8
+ - Use shared navigation links from lforms-app.
9
+
6
10
## [ 0.0.3-gh-pages.2] - 2023-03-30
7
11
### Changed
8
12
- Upgraded NodeJS to version 18.14.2
Original file line number Diff line number Diff line change @@ -94,36 +94,11 @@ input {
94
94
}
95
95
/* End of styles for the header */
96
96
97
- /* Styles for the navigation links */
98
- .nav-links {
99
- border-bottom : 1px solid black;
100
- background-color : # ebf5ff ;
101
- padding-top : 2px ;
102
- padding-bottom : 2px ;
103
- font-size : 12px ;
104
- padding-left : 7px ;
105
- margin-top : 0 ;
106
- }
107
97
a {
108
98
color : # 337ab7 ;
109
99
text-decoration : none;
110
100
}
111
101
a : focus , a : hover {
112
102
text-decoration : underline;
113
103
color : rgb (51 , 51 , 51 );
114
- }
115
- .nav-links a .current {
116
- font-weight : bold;
117
- }
118
- /* End of styles for the navigation links */
119
-
120
- ul .horz-list li {
121
- list-style-type : none;
122
- display : inline;
123
- padding-left : 8px ;
124
- padding-right : 10px ;
125
- border-right : 1px solid # 999 ;
126
- }
127
- ul .horz-list li .last-item {
128
- border-right : none;
129
- }
104
+ }
Original file line number Diff line number Diff line change 59
59
</ div >
60
60
<!-- end page header -->
61
61
62
- < ul class ="nav-links horz-list ">
63
- < li > < a href ="/ " rel ="noopener noreferrer "> FHIR Tools</ a > </ li > <!--
64
- --> < li > < a href ="/lhcforms " rel ="noopener noreferrer "> LHC-Forms Demo</ a > </ li > <!--
65
- --> < li > < a href ="https://lhcformbuilder.nlm.nih.gov " target ="_blank " rel ="noopener noreferrer "> Form Builder</ a > </ li > <!--
66
- --> < li > < a href ="https://clinicaltables.nlm.nih.gov "
67
- target ="_blank " rel ="noopener noreferrer "> Clinical Table Search Service</ a > </ li > <!--
68
- --> < li class ="last-item "> < a id ="sdcPageLink " href ="/sdc "> FHIR SDC SMART App</ a > </ li >
69
- </ ul >
62
+ < div id ="sharedNavLinks "> </ div >
63
+ < script src ="https://lhcforms.nlm.nih.gov/shared/loadSharedNavLinks.min.js "> </ script >
70
64
71
65
< div class ="page-content ">
72
66
< h2 style ="text-align: center "> The LOINC Mapping Validator</ h2 >
You can’t perform that action at this time.
0 commit comments