41 lines
1.3 KiB
XML
41 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<p><b>Version History</b></p>
|
|
|
|
<p>This page provides the version history for the Bangladesh Core FHIR Implementation Guide.</p>
|
|
|
|
<p>For a machine-readable version history, see <a href="package-list.json">package-list.json</a>.</p>
|
|
|
|
<p><b>Published Versions</b></p>
|
|
<table class="grid">
|
|
<thead>
|
|
<tr>
|
|
<th>Version</th>
|
|
<th>Date</th>
|
|
<th>Status</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{% for entry in site.data['package-list'].list %}
|
|
{% if entry.version != 'current' %}
|
|
<tr>
|
|
<td><a href="{{entry.path}}"><b>{{entry.version}}</b></a></td>
|
|
<td>{{entry.date}}</td>
|
|
<td>{{entry.status}}</td>
|
|
<td>{{entry.desc}}</td>
|
|
</tr>
|
|
{% endif %}
|
|
{% endfor %}
|
|
</tbody>
|
|
</table>
|
|
|
|
<p><b>Continuous Integration Build</b></p>
|
|
{% for entry in site.data['package-list'].list %}
|
|
{% if entry.version == 'current' %}
|
|
<div style="background-color: #f8f9fa; padding: 10px; border-left: 5px solid #007bff; margin-top: 10px;">
|
|
<p>Latest development build is available at: <a href="{{entry.path}}">{{entry.path}}</a></p>
|
|
</div>
|
|
{% endif %}
|
|
{% endfor %}
|
|
</div> |