Skip to content

Commit

Permalink
Update To 2016-2017 Values
Browse files Browse the repository at this point in the history
  • Loading branch information
brp14005 committed Mar 23, 2016
1 parent af9ffbb commit 503348d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="entry">

<h2 style="border-top: 1px solid #ac0000;padding-top: 10px"></h2>
<p>The Office of Student Financial Aid Services urges students and their families to apply for financial aid as early and to consider all
<p>The Office of Student Financial Aid Services urges students and their families to apply for financial aid as early as possible and to consider all
potential funding sources prior to receipt of the fee bill. This worksheet will assist you in determining if a balance is due to the
University, after all available financial aid is applied towards the fee bill. Awards are based on estimated costs subject to change if
tuition and fees are adjusted. Current charges can be viewed on the Bursar’s web site.</p>
Expand All @@ -22,7 +22,7 @@
<table style="border: 1px solid #DDDDDD;width: 100%" align="left">
<tbody>
<tr>
<th colspan="4" style="text-align: center;width: 15%;border: 1px solid #DDDDDD;background-color: #e7e7e7;vertical-align: middle">Estimated Yearly Tuition &amp; Fees 2015-2016</th>
<th colspan="4" style="text-align: center;width: 15%;border: 1px solid #DDDDDD;background-color: #e7e7e7;vertical-align: middle">Estimated Yearly Tuition &amp; Fees 2016-2017</th>
</tr>
<tr>
<th style="text-align: center;width: 15%;border: 1px solid #DDDDDD;background-color: #e7e7e7;vertical-align: middle"></th>
Expand All @@ -33,21 +33,21 @@
</tr>
<tr>
<td style="border: 1px solid #DDDDDD">Storrs Campus - Tuition and Fees</td>
<td style="border: 1px solid #DDDDDD">$ 13,250</td>
<td style="border: 1px solid #DDDDDD">$ 34,490</td>
<td style="border: 1px solid #DDDDDD">$ 21,192</td>
<td style="border: 1px solid #DDDDDD">$ 14,152</td>
<td style="border: 1px solid #DDDDDD">$ 35,944</td>
<td style="border: 1px solid #DDDDDD">$ 22,570</td>
</tr>
<tr>
<td style="border: 1px solid #DDDDDD">Regional Campus - Tuition and Fees</td>
<td style="border: 1px solid #DDDDDD">$ 11,814</td>
<td style="border: 1px solid #DDDDDD">$ 32,424</td>
<td style="border: 1px solid #DDDDDD">$ 19,126</td>
<td style="border: 1px solid #DDDDDD">$ 12,040</td>
<td style="border: 1px solid #DDDDDD">$ 33,832</td>
<td style="border: 1px solid #DDDDDD">$ 20,458</td>
</tr>
<tr>
<td style="border: 1px solid #DDDDDD">Graduate Tuition and Fees</td>
<td style="border: 1px solid #DDDDDD">$ 15,174</td>
<td style="border: 1px solid #DDDDDD">$ 35,640</td>
<td style="border: 1px solid #DDDDDD">$ 24,800</td>
<td style="border: 1px solid #DDDDDD">$ 16,178</td>
<td style="border: 1px solid #DDDDDD">$ 37,127</td>
<td style="border: 1px solid #DDDDDD">$ 26,558</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion worksheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function OnCampusClick() {
var cb = document.getElementById('cbOncampus');
if (cb.checked) {
// On-Campus Room and Board value, changes each year
document.getElementById('txtRoomBoard').value = 13026;
document.getElementById('txtRoomBoard').value = 13478;
document.getElementById('txtRoomBoard').readOnly = true;
} else {
document.getElementById('txtRoomBoard').value = 0;
Expand Down

0 comments on commit 503348d

Please sign in to comment.