Course Catalog: Difference between revisions
From TSAS Library
JStallings (talk | contribs) No edit summary |
JStallings (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
<div id="tab1" class="tab-pane fade in active"> | <div id="tab1" class="tab-pane fade in active"> | ||
<div class="alert alert-primary">'''Courses available in the | <div class="alert alert-primary">'''Courses available in the 2020-2021 school year.'''</div> | ||
<repeat table="Courses" criteria="offered= | <repeat table="Courses" criteria="offered=20-21" sort="coursename"> | ||
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p> | <h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p> | ||
Line 19: | Line 19: | ||
<div id="tab2" class="tab-pane fade"> | <div id="tab2" class="tab-pane fade"> | ||
<div class="tip tip">'''Courses not currently available, but may be in subseqent years.'''</div> | <div class="tip tip">'''Courses not currently available, but may be in subseqent years.'''</div> | ||
<repeat table="Courses" criteria="offered!= | <repeat table="Courses" criteria="offered!=20-21" sort="coursename"> | ||
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p> | <h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;">{{{teacher}}}</p> | ||
Revision as of 14:14, 8 March 2020
Courses available in the 2020-2021 school year.
<repeat table="Courses" criteria="offered=20-21" sort="coursename">
[[{{{coursename}}}]]
{{{teacher}}}
{{{description}}}
{{{requiredby}}}
</repeat>
Courses not currently available, but may be in subseqent years.
<repeat table="Courses" criteria="offered!=20-21" sort="coursename">
[[{{{coursename}}}]]
{{{teacher}}}
{{{description}}}
{{{requiredby}}}
</repeat>