This commit is contained in:
Ross
2024-10-28 21:36:14 +00:00
parent eeb0483223
commit 6ba7be7abd
2 changed files with 24 additions and 3 deletions
+12 -1
View File
@@ -3,9 +3,20 @@
<h2>Subspecialties</h2>
This page shows the questions that are currently displayed in maxims. The questions are grouped by subspecialty. Examinations that use the same questions are grouped together.
<details>
<summary>Sections</summary>
<ul>
{% for subspecialty, formats in format_map %}
<li>
<a href="#heading-{{subspecialty}}">{{subspecialty}}</a>
</li>
{% endfor %}
</ul>
</details>
{% for subspecialty, formats in format_map %}
<h4>{{subspecialty}}</h4>
<h4 id="heading-{{subspecialty}}">{{subspecialty}}</h4>
<ul>
{% for format in formats %}
+12 -2
View File
@@ -14,7 +14,7 @@
<p>This page lists all of the radiology categories and the items that exist within them. The items are grouped by category. By default only items to keep are shown.</p>
<button _='on click toggle .visible on .id'> Toggle IDs</button>
<button _='on click toggle .visible on .id' class="btn btn-small"> Toggle IDs</button>
{% comment %} <br/>
Show outcomes
@@ -26,11 +26,21 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc
{% endfor %} {% endcomment %}
<details>
<summary>Categories</summary>
<ul>
{% for category, items in filtered_categories %}
<li>
<a href="#heading-{{category.name}}">{{category.name}}</a>
</li>
{% endfor %}
</ul>
</details>
{% for category, items in filtered_categories %}
<h2>{{category.name}}</h2>
<h2 id="heading-{{category.name}}">{{category.name}}</h2>
<table>