Open service 2001:4860:4802:38::15:443 ยท ucreport.us
2026-02-05 17:33
HTTP/1.1 200 OK
content-type: text/html; charset=utf-8
vary: Accept-Encoding
vary: Accept-Encoding, Cookie
x-frame-options: DENY
x-content-type-options: nosniff
referrer-policy: same-origin
cross-origin-opener-policy: same-origin
set-cookie: sessionid=1hx7ph3enoqcuwua3oq1xenmroykv4gi; expires=Sat, 07 Mar 2026 17:33:18 GMT; HttpOnly; Max-Age=2592000; Path=/; SameSite=Lax
x-cloud-trace-context: 62d7ed9e32d049b82f4fc0fc603cf703
date: Thu, 05 Feb 2026 17:33:18 GMT
server: Google Frontend
Content-Length: 155813
Expires: Thu, 05 Feb 2026 17:33:18 GMT
Cache-Control: private
Connection: close
Page title: UC
<!DOCTYPE html>
<html lang="en">
<head>
<script>
let delete_ets_code_url = "/database/delete_ets_code"
window.DJANGO_DATA = {
userId: null,
username: "",
csrfToken: "Jl75dnmg0eW6E767nX0HkPRaitZlvLipcGEv5KCdVGbDCPIPv7W8ASYN7Clp54MF",
urls: {
getUserActivityTracking: "/database/get_user_activity_tracking",
getCollege: "/database/get_college",
addCollege: "/database/add_college",
updateCollege: "/database/update_college",
deleteCollege: "/database/delete_college",
}
};
</script>
<script src="/static/js/react/bundle.js?v="></script>
<meta charset="UTF-8" content="text/html">
<title>UC</title>
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
<script>
let global_show_in_feet = false;
let csrf_token = "Jl75dnmg0eW6E767nX0HkPRaitZlvLipcGEv5KCdVGbDCPIPv7W8ASYN7Clp54MF"
</script>
<script src="/static/Libraries/jquery/jquery-3.6.0.min.js"></script>
<script src="/static/Libraries/md5.min.js"></script>
<script src="/static/Libraries/printThis.js"></script>
<script src="/static/Libraries/bootstrap-5.1.3/bootstrap.min.js" type="module"></script>
<script src="https://cdn.plot.ly/plotly-2.18.2.min.js"></script>
<script src="/static/javascript/base.js?version=82117436"></script>
<script src="/static/javascript/hook.js?version=82117436"></script>
<script src="/static/javascript/dashboard/dashboardModal.js?version=82117436"></script>
<script src="/static/javascript/smart_table/headers.js?version=82117436"></script>
<script src="/static/javascript/smart_table/smart_table.js?version=82117436"></script>
<script src="/static/javascript/smart_table/smart_table_collumns.js?version=82117436"></script>
<script src="/static/javascript/graphMaker.js?version=82117436"></script>
<script src="/static/javascript/newNotificationMaker.js?version=82117436"></script>
<script type="module" src="/static/javascript/main.js?version=82117436"></script>
<script type="module" src="/static/javascript/combofilterbox.js?version=82117436"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css">
<link rel="stylesheet" href="/static/styles/dashboard/dashboardModal.css?version=82117436">
<script src="/static/Libraries/jquery-csv/jquery.csv.min.js"></script>
<link rel="stylesheet" type="text/css" href="/static/styles/threestep/form-styles.css?version=82117436"/>
<script>
async function ShowButtonLoading(button,post) {
let html = button.html()
button.html(`<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span>` + html)
await post()
button.html(html)
}
async function ShowLoadingOnClick(button, post) {
button.click(e => ShowButtonLoading(button,post))
}
class NotificationType {
static get info () {return "info" }
static get primary () {return "primary" }
static get secondary () {return "secondary" }
static get danger () {return "danger" }
static get warning () {return "warning" }
static get success () {return "success" }
}
notificationCounter = 0
async function Notify(text, type, timeout=8000) {
let NotificationHTML = `
<div id="${notificationCounter}-notification" class="toast bg-${type} text-white" role="alert" aria-live="assertive">
<div class="toast-header">
<img src="/static/UCReportLogoCrop.png" style="height: 20px" class="rounded me-2" alt="...">
<strong class="flex-grow-1">
</strong>
<button id="${notificationCounter}-notification-clo