Career & College: Difference between revisions

From TSAS Library
Jump to: navigation, search
No edit summary
No edit summary
Line 2: Line 2:
<repeat table="Courses" criteria="CC=y, grcode!=EL">
<repeat table="Courses" criteria="CC=y, grcode!=EL">
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;>{{{teacher}}}</p>
<h3 style="display:inline;">[[{{{coursename}}}]]</h3> <p style="float:right;>{{{teacher}}}</p>
{{{description}}}
{{{description}}}


<p style="margin-left:1em;">{{{requiredby}}}</p>
</repeat>
</repeat>
==Electives==
==Electives==

Revision as of 09:55, 17 May 2018

Core Classes

<repeat table="Courses" criteria="CC=y, grcode!=EL">

[[{{{coursename}}}]]

{{{teacher}}}

{{{description}}}

</repeat>

Electives

<repeat table="Courses" criteria="CC=y, grcode=EL">

[[{{{coursename}}}]]

{{{teacher}}}

{{{description}}} </repeat>