Skip to content

Commit dbd26bf

Browse files
committed
Merge branch 'feature/LF-2974/shared-nav-links' into 'gh-pages'
Feature/lf 2974/shared nav links See merge request lfor/loinc-mapping-validator!2
2 parents 30ea5bc + f46255e commit dbd26bf

File tree

5 files changed

+275
-200
lines changed

5 files changed

+275
-200
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This log documents the significant changes for each release.
44
This project follows [Semantic Versioning](http://semver.org/).
55

6+
## [0.0.4-gh-pages.3] - 2024-04-01
7+
### Changed
8+
- Use shared navigation links from lforms-app.
9+
610
## [0.0.3-gh-pages.2] - 2023-03-30
711
### Changed
812
- Upgraded NodeJS to version 18.14.2

app.css

+1-26
Original file line numberDiff line numberDiff line change
@@ -94,36 +94,11 @@ input {
9494
}
9595
/* End of styles for the header */
9696

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-
}
10797
a {
10898
color: #337ab7;
10999
text-decoration: none;
110100
}
111101
a:focus, a:hover {
112102
text-decoration: underline;
113103
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+
}

index.html

+2-8
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,8 @@
5959
</div>
6060
<!-- end page header -->
6161

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>
7064

7165
<div class="page-content">
7266
<h2 style="text-align: center">The LOINC Mapping Validator</h2>

0 commit comments

Comments
 (0)