From 503348d9951b40d827e63c79f5a4b4c384580125 Mon Sep 17 00:00:00 2001 From: Brian Patino Date: Wed, 23 Mar 2016 10:37:44 -0400 Subject: [PATCH] Update To 2016-2017 Values --- index.php | 22 +++++++++++----------- worksheet.js | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/index.php b/index.php index 536dc59..bfe05cf 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@

-

The Office of Student Financial Aid Services urges students and their families to apply for financial aid as early and to consider all +

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.

@@ -22,7 +22,7 @@ - + @@ -33,21 +33,21 @@ - - - + + + - - - + + + - - - + + +
Estimated Yearly Tuition & Fees 2015-2016Estimated Yearly Tuition & Fees 2016-2017
Storrs Campus - Tuition and Fees$ 13,250$ 34,490$ 21,192$ 14,152$ 35,944$ 22,570
Regional Campus - Tuition and Fees$ 11,814$ 32,424$ 19,126$ 12,040$ 33,832$ 20,458
Graduate Tuition and Fees$ 15,174$ 35,640$ 24,800$ 16,178$ 37,127$ 26,558
diff --git a/worksheet.js b/worksheet.js index 160744f..ea644d3 100644 --- a/worksheet.js +++ b/worksheet.js @@ -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;