mirror of
https://github.com/Xevion/banner.git
synced 2025-12-11 06:06:38 -06:00
Consolidate all files into /docs
This commit is contained in:
36
docs/samples/course/getFees.html
Normal file
36
docs/samples/course/getFees.html
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
<section aria-labelledby="fees">
|
||||
|
||||
<table class="basePreqTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Description</th>
|
||||
<th class="courseFeeAmount">Amount</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>Differential Tuition COB USPR</td>
|
||||
<td class="courseFeeAmount">$126.00</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>Digital Learning Fee</td>
|
||||
<td class="courseFeeAmount">$75.00</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>ISCS Course Resource Fee</td>
|
||||
<td class="courseFeeAmount">$75.00</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user