-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCAS.html
76 lines (73 loc) · 5.86 KB
/
CAS.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Cost After Scholarship Tool</title>
<link rel="shortcut icon" type="image/jpg" href="./assets/bullet_logo.png" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/bootstrap-table.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="./css/CAS.css">
</head>
<body>
<div id="nav-placeholder" style="height: 100px;"> </div>
<div style="position: fixed; width: 100%; height: Calc(100% - 100px); background: white; overflow: auto; background: #fff; padding-bottom: 40px;">
<h1 style="text-align: center; font-size: 28px; margin-bottom: 10px; margin-top: 10px;"> Cost After Scholarship Tool (CAS) </h1>
<h3 class="helpLink"> <a style="color: blue" href="https://higheredlabs.blogspot.com/2021/05/how-to-use-cost-after-scholarship-tool.html"> How to Use the Cost After Scholarship Tool </a> </h3>
<div style="margin: 0 auto; min-width: 800px; max-width: 1200px;">
<div class="chartSearchContainer">
<input type="text" style="margin-top: 20px; box-sizing: border-box; border-radius: 5px; background: #fff; border: 1px solid #7a88a7; color: black;" id="myInput" onkeyup="filterUni()" placeholder="Search..">
<table id="uniTableAll">
<thead style="margin-right: -2px;">
<tr class="uniTableHeader" id="uniTableHeader">
<th class="tritem" id="tritem1" onclick="sortValues(`N`, 1)"> University <div class="iconContainer"> <i id="1_item_up" class="fas fa-long-arrow-alt-up"></i> <i id="1_item_down" class="fas fa-long-arrow-alt-down"></i> </div>
</th>
<th class="tritem sm_tritem" id="tritem3" onclick="sortValues(`H`, 3)"> $0-30K <div class="iconContainer"> <i id="3_item_up" class="fas fa-long-arrow-alt-up"></i> <i id="3_item_down" class="fas fa-long-arrow-alt-down"></i> </div>
</th>
<th class="tritem sm_tritem" id="tritem4" onclick="sortValues(`I`, 4)"> $30K-48K <div class="iconContainer"> <i id="4_item_up" class="fas fa-long-arrow-alt-up"></i> <i id="4_item_down" class="fas fa-long-arrow-alt-down"></i> </div>
</th>
<th class="tritem sm_tritem" id="tritem5" onclick="sortValues(`J`, 5)"> $48K-75K <div class="iconContainer"> <i id="5_item_up" class="fas fa-long-arrow-alt-up"></i> <i id="5_item_down" class="fas fa-long-arrow-alt-down"></i> </div>
</th>
<th class="tritem sm_tritem" id="tritem6" onclick="sortValues(`K`, 6)"> $75K-100K <div class="iconContainer"> <i id="6_item_up" class="fas fa-long-arrow-alt-up"></i> <i id="6_item_down" class="fas fa-long-arrow-alt-down"></i> </div>
</th>
<th class="tritem sm_tritem" id="tritem7" onclick="sortValues(`L`, 7)"> $110K+ <div class="iconContainer"> <i id="7_item_up" class="fas fa-long-arrow-alt-up"></i> <i id="7_item_down" class="fas fa-long-arrow-alt-down"></i> </div>
</th>
<th class="tritem" id="tritem2" onclick="sortValues(`M`, 2)"> Cost Average <div class="iconContainer"> <i id="2_item_up" class="fas fa-long-arrow-alt-up"></i> <i id="2_item_down" class="fas fa-long-arrow-alt-down"></i> </div>
</th>
</tr>
</thead>
<tbody id="uniTable" class="uniTable">
</tbody>
</table>
<div class="paginationContainer" id="paginationContainer">
<div class="pageNumberContainer" onclick="paginateUni(1,25)">
<span class="pageNumber"> 1 </span>
</div>
</div>
<div class="basicText">
<span> Showing </span>
</div>
<div class="rowsDisplayContainer dropdown" id="rowsDisplayContainer">
<button class="dropbtn" id="dropbtn">50</button>
<div class="dropdown-content">
<a onclick="updatePagination(10)">10</a>
<a onclick="updatePagination(25)">25</a>
<a onclick="updatePagination(50)">50</a>
<a onclick="updatePagination(100)">100</a>
</div>
</div>
<div class="basicText">
<span> results per page </span>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="./js/CAS.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/bootstrap-table.min.js"></script>
</body>
</html>