.
This commit is contained in:
@@ -4,8 +4,19 @@
|
|||||||
|
|
||||||
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.
|
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 %}
|
{% for subspecialty, formats in format_map %}
|
||||||
<h4>{{subspecialty}}</h4>
|
<li>
|
||||||
|
<a href="#heading-{{subspecialty}}">{{subspecialty}}</a>
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
</details>
|
||||||
|
|
||||||
|
{% for subspecialty, formats in format_map %}
|
||||||
|
<h4 id="heading-{{subspecialty}}">{{subspecialty}}</h4>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for format in formats %}
|
{% for format in formats %}
|
||||||
|
|||||||
@@ -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>
|
<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/>
|
{% comment %} <br/>
|
||||||
Show outcomes
|
Show outcomes
|
||||||
|
|
||||||
@@ -26,11 +26,21 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc
|
|||||||
{% endfor %} {% endcomment %}
|
{% 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 %}
|
{% for category, items in filtered_categories %}
|
||||||
|
|
||||||
<h2>{{category.name}}</h2>
|
<h2 id="heading-{{category.name}}">{{category.name}}</h2>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user