Branded UI Fixed
This commit is contained in:
21
bd-national-template/layouts/layout-profile-history.html
Normal file
21
bd-national-template/layouts/layout-profile-history.html
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
---
|
||||
<!-- get modelType -->
|
||||
{% include fragment-modelType.html id='{{[id]}}' %}
|
||||
|
||||
{% include fragment-pagebegin.html %}
|
||||
|
||||
<div style="counter-reset: section 10" class="col-12">
|
||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='history' %}
|
||||
|
||||
<a name="root"> </a>
|
||||
<h2 id="root">{{modelType}}: {{[title]}} - Change History</h2>
|
||||
{% include fragment-simpletable.html %}
|
||||
<p>Changes in the {{[id]}} {{modelType | downcase}}.</p>
|
||||
|
||||
{%include {{[type]}}-{{[id]}}-history.xhtml%}
|
||||
|
||||
</div>
|
||||
{% assign includetabscripts = 'true' %}
|
||||
{% include fragment-pageend.html %}
|
||||
Reference in New Issue
Block a user