Skip to content

Commit

Permalink
HL7/fhir-ig-publisher#899 - Added FCP parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lmckenzi committed Dec 21, 2024
1 parent 32c64c1 commit d25b483
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 11 deletions.
11 changes: 0 additions & 11 deletions content/assets/css/hl7.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@
#hl7-search a {
color: inherit;
}
#project-nav {
line-height: 50px;
float: left;
margin-top: 4px;
margin-bottom: 4px;
color: #808080;
}
#project-logo {
float: left;
margin-left: 3px;
}

/* ----------note-to-balloters styling------*/

Expand Down
9 changes: 9 additions & 0 deletions content/assets/css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,15 @@ body {
max-width: 100%;
}

#fcp-nav {
line-height: 50px;
float: right;
}

#fcp-nav a {
color: inherit;
}

#project-nav {
line-height: 50px;
float: left;
Expand Down
Binary file added content/assets/images/fcp-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions includes/fragment-pagebegin.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
h3,h4,h5,h6{--heading-prefix:"{{site.data.info.headingOffset}}{{site.data.pages[page.path].label}}"}</style>
<div id="segment-header" class="segment"> <!-- segment-header -->
<div class="container"> <!-- container -->
{% if site.data.info.fcpspec == 'true' %}
<div id="fcp-nav">
<a id="fcp-logo" no-external="true" href="https://confluence.hl7.org/display/FCP/FCP+Specification+Registry">
<img height="60" alt="Visit the FHIR Community Process Specification Registry" src="assets/images/fcp-logo.png"/>
</a>
</div>
{% endif %}
{% include fragment-header.html %}
{% if site.data.info.releaselabel != '' %}
{% assign status = site.data.info.releaselabel %}
Expand Down
6 changes: 6 additions & 0 deletions scripts/onGenerate.genJson.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
<xsl:with-param name="property" select="'shownav'"/>
</xsl:call-template>
</xsl:variable>
<xsl:variable name="fcp">
<xsl:call-template name="getParameter">
<xsl:with-param name="name" select="'fcp-approved-specification'"/>
</xsl:call-template>
</xsl:variable>
<xsl:variable name="fmm">
<xsl:call-template name="getParameter">
<xsl:with-param name="name" select="'fmm-definition'"/>
Expand All @@ -62,6 +67,7 @@
' &quot;excludettl&quot;:&quot;', $excludettl, '&quot;,&#xa;',
' &quot;excludelogbinaryformat&quot;:&quot;', $excludelogbinaryformat, '&quot;,&#xa;',
' &quot;excludemap&quot;:&quot;', $excludemap, '&quot;,&#xa;',
' &quot;fcpspec&quot;:&quot;', $fcp, '&quot;,&#xa;',
' &quot;fmm-definition&quot;:&quot;', $fmm, '&quot;&#xa;}')"/>
</xsl:template>
<xsl:template name="getParameter">
Expand Down

0 comments on commit d25b483

Please sign in to comment.