Branded UI Fixed
This commit is contained in:
19
bd-national-template/includes/fragment-pageTable.html
Normal file
19
bd-national-template/includes/fragment-pageTable.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{% if site.data.pages[page.path].status or site.data.pages[page.path].fmm %}
|
||||
<table class="{{site.data.pages[page.path].statusclass}}">
|
||||
<tr>
|
||||
{% if site.data.pages[page.path].status %}
|
||||
<td>
|
||||
<i>Page standards status:</i> <a href="{{site.data.fhir.path}}versions.html#std-process" title="Standard Status">{{site.data.pages[page.path].status|capitalize}}</a>
|
||||
{% if site.data.pages[page.path].normativeVersion %}
|
||||
(from v{{site.data.pages[page.path].normativeVersion}})
|
||||
{% endif %}
|
||||
</td>
|
||||
{% endif %}
|
||||
{% if site.data.pages[page.path].fmm %}
|
||||
<td>
|
||||
<a href="{{site.data.info.fmm-definition}}">Maturity Level</a>: {{site.data.pages[page.path].fmm}}
|
||||
</td>
|
||||
{% endif %}
|
||||
</tr>
|
||||
</table>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user