Course Catalog: Difference between revisions

From TSAS Library
Jump to: navigation, search
No edit summary
No edit summary
Line 10: Line 10:
     <div class="alert alert-primary">'''Courses available in the upcoming school year.'''</div>
     <div class="alert alert-primary">'''Courses available in the upcoming school year.'''</div>


<repeat table="Courses" criteria="offered=20-21" sort="coursename">
<repeat table="Courses" criteria="offered=Yes" 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 20: Line 20:
   <div id="tab2" class="tab-pane fade" role="tabpanel" aria-labelledby="tab2Label">
   <div id="tab2" class="tab-pane fade" role="tabpanel" aria-labelledby="tab2Label">
     <div class="tip tip">'''Courses offered previously and not currently available.'''</div>
     <div class="tip tip">'''Courses offered previously and not currently available.'''</div>
<repeat table="Courses" criteria="offered!=20-21" sort="coursename">
<repeat table="Courses" criteria="offered!=Yes" 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 17:59, 22 April 2021

Courses available in the upcoming school year.

<repeat table="Courses" criteria="offered=Yes" sort="coursename">

[[{{{coursename}}}]]

{{{teacher}}}

{{{description}}}

{{{requiredby}}}

</repeat>

Courses offered previously and not currently available.

<repeat table="Courses" criteria="offered!=Yes" sort="coursename">

[[{{{coursename}}}]]

{{{teacher}}}

{{{description}}}

{{{requiredby}}}

</repeat>