CINXE.COM

SIS (Student Information System) Sign In - Johns Hopkins University

<!DOCTYPE html> <html lang="en"> <head><meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width,initial-scale=1" /> <script type="text/javascript" src=" /SSWF/Include/jquery.min.js"></script> <script src="/SSWF/Framework/ModernUI/js/appInsightsSdk.js"></script> <script type="text/javascript"> const appInsightsKey = "a469fabb-a6eb-4ed9-8c82-aac74918f956"; initAppInsightsSdk(appInsightsKey); </script> <link rel="shortcut icon" href="/SSWF/Framework/ModernUI/images/favicon.ico" > <link href="/SSWF/Framework/ModernUI/css/bootstrap-4.6.2.min.css" rel="stylesheet" type="text/css" > <link href="/SSWF/Framework/ModernUI/css/pages/MatrixSSModern.css?ver=10" rel="stylesheet" type="text/css"> <title>SIS (Student Information System) Sign In - Johns Hopkins University</title> <link href="Framework/ModernUI/css/FontAwesome-6.1.1.all.css" rel="Stylesheet" type="text/css"> <link href="Framework/ModernUI/css/pages/login.css?ver=2" rel="stylesheet" type="text/css"> <link href="Framework/ModernUI/css/uis-toast.css?ver=2" rel="stylesheet" type="text/css"> <link href="Framework/ModernUI/css/uis-animations.css?ver=1" rel="stylesheet" type="text/css"> <style> .bg-fullscreen { background-image: url("/SSWF/framework/modernui/Images/jhu_backgrounds/1.jpg\ ") } </style> <title> </title></head> <body class="bg-fullscreen"> <form method="post" action="./" id="aspnetForm"> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTQ1ODg3MDQyMA9kFgJmD2QWAgIDD2QWBGYPFgIeCWlubmVyaHRtbAWuATxpbnB1dCBuYW1lPSJfX1JlcXVlc3RWZXJpZmljYXRpb25Ub2tlbiIgdHlwZT0iaGlkZGVuIiB2YWx1ZT0iU29PcTdVRmxIU2o4b0ttcE9ncXIwSVNXMU4tSktTem8ydXNldVlfZDczUVA0a0VZTkIyTHBibXRhdGhwNWxiNWZlWVg4elAyaHlDMzRLSHIzY2pZaDlENXVSN2ZBRzJDRG9qN1JyYmZpSG8xIiAvPmQCAQ9kFgICAQ8PFgQeCENzc0NsYXNzZR4EXyFTQgICZGRkuxVKm7WU+d4XaIweWyTec+Fjf21DV+KozuJe1hpQsnQ=" /> </div> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="00E35097" /> </div> <div id="ctl00_RequestToken"><input name="__RequestVerificationToken" type="hidden" value="SoOq7UFlHSj8oKmpOgqr0ISW1N-JKSzo2useuY_d73QP4kEYNB2Lpbmtathp5lb5feYX8zP2hyC34KHr3cjYh9D5uR7fAG2CDoj7RrbfiHo1" /></div> <div class="toast-notification-corner"> </div> <script type="text/javascript"> const uisToast = (title, text) => { <!-- Create HTML Element --> let toastNotificationBlock = document.createElement('div'); toastNotificationBlock.classList.add('toast-notification', 'opacity-0') <!-- Assign the vars to the content block --> let htmlBlock = ` <div class="text-wrapper"> <div class="title" id="toastTitle"> <i class="fa fa-exclamation-triangle fa-lg"></i> ${title} </div> <div class="text" id="toastText"> <p>${text}</p> </div> </div> ` toastNotificationBlock.innerHTML = htmlBlock const toastContainer = document.querySelector('.toast-notification-corner') <!-- attach to the DOM but not yet visible --> toastContainer.appendChild(toastNotificationBlock) <!-- fade it in w/ slight delay after DOM placement to allow elements to attach/remove shifty behavior --> setTimeout(() => { toastNotificationBlock.classList.remove('opacity-0') toastNotificationBlock.classList.add('fade-in-card') }, 50) } const GetRSS = (filePathLevel) => { // need to know which url is making the ajax call // currently this control is used with sswf/default.aspx, cmn/messageboard/JHU_CMN_MessageBoard.aspx and sbs/authorizedpayer/default.aspx // default.aspx is default :) let SelfServiceStyleType = ''; let urlAjaxerDirectory = '/AnnouncementsHandler/GetRSS.ashx'; let urlAjaxerBase = ''; let urlAjaxer = ''; switch(filePathLevel) { case 1: urlAjaxerBase = './SYS'; SelfServiceStyleType = 'SelfServiceLoginPage'; break; case 2: jQuery('#divAnnouncements').show() urlAjaxerBase = '../../SYS'; SelfServiceStyleType = 'SelfServiceApplicationPage'; break; case 3: urlAjaxerBase = '../../SYS'; SelfServiceStyleType = 'SelfServiceLoginPage' break; default: jQuery('#divAnnouncements').show() urlAjaxerBase = '../../SYS'; SelfServiceStyleType = 'SelfServiceApplicationPage'; } urlAjaxer = urlAjaxerBase + urlAjaxerDirectory; jQuery.ajax({ url: urlAjaxer + "?styleType=" + encodeURIComponent(SelfServiceStyleType), type: "GET" }) .done((response) => { if (SelfServiceStyleType === 'SelfServiceLoginPage') { let message = response if (message.startsWith("{\"Description\"")) { message = JSON.parse(message) <!-- show the notification with the custom text --> uisToast(message.Title, message.Description) } else { return "" } } else { jQuery('#divAnnouncements').html(response); } }) .fail((response) => { if (SelfServiceStyleType === 'SelfServiceLoginPage') { let message = response let htmlObject = document.createElement('div') htmlObject.innerHTML = message let textToUse = htmlObject.querySelector('.title').firstChild uisToast('Error', 'textToUse') } else { jQuery('#divAnnouncements').html(response); } }); } </script> <div id="divAnnouncements" class="label" style="text-align:left; margin: 0 0 0 0; display: none"> &nbsp;&nbsp;Loading System Announcements . . . </div> <main class="wrapper-page"> <div class="card card-body"> <div class="jhuLogo text-center"> <img src="framework/modernui/images/logos/university.logo.large.horizontal.blue.svg" alt="Johns Hopkins University logo"> </div> <h1 class="h5 my-3 text-center text-primary">Student Information System</h1> <div id="ctl00_insertContent_mainCard"> <div class="text-center mt-1"> <a href="Framework/Authentication/UserGroups.aspx" class="btn btn-primary btn-md mb-3 no-underline" id="linkSignIn"> Sign In </a> <br /> <a href="Framework/Alumni/UserGroups.aspx" class="btn btn-warning btn-md mb-3 no-underline"> Alumni Sign In </a> <br /> <a href="../classes" class="text-primary text-center classSearch">Continue to Class Search</a> <br /> <div class="d-flex justify-content-between"> <a href="#" class="column text-left text-primary mt-3 mt-md-0 mb-0 width-fit-content" id="termsBtn"> <i class="far fa-info-circle mr-1"></i>Terms </a> <a href="#" class="column text-right text-primary mt-3 mt-md-0 mb-0" id="helpBtn"> <i class="far fa-exclamation-circle mr-1"></i>Help </a> </div> </div> </div> <div id="ctl00_insertContent_helpCard" class="mb-1 opacity-0"> <div class="text-center mt-1"> <p>If you came from the user creation process, please wait several seconds before attempting to sign in.</p> <div class="text-left my-3"> <a href="SYS/Password/SYS_ForgotPassword.aspx" class="text-primary" id="helpFocus"> <i class="far fa-sign-in mr-2"></i>Problems signing in?</a><br> <a href="help/CMNWeb/custom/DisplayHelpContacts.aspx?backBtn=true" class="text-primary"> <i class="far fa-question-circle mr-2"></i>Looking for contact information?</a><br> <a href="framework/jhu_browserrequirements/" class="text-primary"> <i class="far fa-info-circle mr-2"></i>Having issues with your browser?</a><br> </div> <button id="helpBackBtn" class="btn btn-primary btn-block">Go Back</button> </div> </div> <div id="terms-card" class="mb-1 opacity-0"> <div class="text-center mt-1"> <p> These information services are provided by Johns Hopkins to assist in accomplishing its business and mission. The accuracy and integrity of the data being recorded by this means is of vital importance for institutional systems. </p> <p> Any student who violates this policy by entering false data, by disclosing security access such as passwords, or by deliberately attempting to misuse university (corporate) information system resources shall be subject to disciplinary action. </p> <button id="termsBackBtn" class="btn btn-primary btn-block">Go Back</button> <footer class="Footer mt-3">Copyright &copy; 2005-2024 The Johns Hopkins University. All rights reserved.</footer> </div> </div> </div> </main> <script type="text/javascript" src="framework/modernui/js/pages/login.js?v=7"></script> <script type="text/javascript"> const mainCardElement = document.getElementById('ctl00_insertContent_mainCard') const helpCardElement = document.getElementById('ctl00_insertContent_helpCard') window.onload = () => { GetRSS(1); setFocus('#linkSignIn'); } </script> <script src="/SSWF/Include/focus-visible.js"></script> </form> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10