Course Catalog: Difference between revisions

From TSAS Library
Jump to: navigation, search
No edit summary
No edit summary
Line 8: Line 8:
   <div id="tab1" class="tab-pane fade show active" role="tabpanel" aria-labelledby="tab1Label">
   <div id="tab1" class="tab-pane fade show active" role="tabpanel" aria-labelledby="tab1Label">


     <div class="alert alert-primary">'''Courses available in the 2020-2021 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=20-21" sort="coursename">
Line 19: Line 19:
   </div>
   </div>
   <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 not currently available, but may be in subseqent years.'''</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!=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 16:41, 22 April 2021

Courses available in the upcoming school year.

<repeat table="Courses" criteria="offered=20-21" sort="coursename">

[[{{{coursename}}}]]

{{{teacher}}}

{{{description}}}

{{{requiredby}}}

</repeat>

Courses offered previously and not currently available.

<repeat table="Courses" criteria="offered!=20-21" sort="coursename">

[[{{{coursename}}}]]

{{{teacher}}}

{{{description}}}

{{{requiredby}}}

</repeat>