Skip to content

Commit

Permalink
Update fragment-resourceTable.html
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Priour authored Oct 15, 2024
1 parent ac52107 commit 7c1f01a
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions includes/fragment-resourceTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span class="copy-text">{{site.data.resources[resource_].version}}<button title="Click to copy versioned URL" class="btn-copy" data-clipboard-text="{{site.data.resources[resource_].url}}|{{site.data.resources[resource_].version}}"/></span>
</td>
</tr>
{% endif %}
{% endif %}
<tr>
{% capture newJurisdictions %}
{% for jurisdiction in site.data.resources[resource_].jurisdictions %}
Expand Down Expand Up @@ -84,13 +84,33 @@
{% endif %}
<td><i>Computable Name</i>: <span style="font-family: monospace;">{{site.data.resources[resource_].name}}</span></td>
</tr>
<tr>
<td colspan="3">
<i>As active of:</i> {{site.data.resources[resource_].extension.valuePeriod.start}}
</td>
<td colspan="2">
<i>RevisionDate:</i> {{site.data.resources[resource_].date}}
</td>
</tr>


{% if site.data.resources[resource_].identifiers %}
<tr>
<td colspan="5">
<i>Id:</i> {{site.data.resources[resource_].id}}
</td>
</tr>
{% endif %}

{% if site.data.resources[resource_].identifiers %}
<tr>
<td colspan="5">
<i>Other Identifiers:</i> {{site.data.resources[resource_].identifiers}}
</td>
</tr>
{% endif %}


{% if site.data.resources[resource_].keywords %}
<tr>
<td colspan="5">
Expand All @@ -108,4 +128,4 @@
<td colspan="5">{{site.data.resources[resource_].copyright | prepend: "*Copyright/Legal*: " | markdownify}}</td>
</tr>
{% endif %}
</table>
</table>

0 comments on commit 7c1f01a

Please sign in to comment.