Advertisement
Guest User

Untitled

a guest
Jun 14th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.94 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  15. <html lang="en-US">
  16.     <head>
  17.         <title>Ryerson University Central Authentication Service</title>
  18.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  19.         <meta http-equiv="Cache-Control" content="no-store" />
  20.         <meta http-equiv="Pragma" content="no-cache" />
  21.         <meta http-equiv="Expires" content="-1" />
  22.         <meta name="author" content="Application Infrastructure, CCS, Ryerson University" />
  23.         <link type="image/x-icon" href="favicon.ico" rel="icon" />
  24.         <link type="image/x-icon" href="favicon.ico" rel="shortcut icon" />
  25.         <script type="text/javascript" language="javascript" src="js/ryerson.js"></script>
  26.        
  27.            
  28.            
  29.                 <link type="text/css" rel="stylesheet" href="css/v2/ryerson.css?201604211935" />
  30.                 <link type="text/css" rel="stylesheet" href="css/v2/ryerson-filtered.css?201604211935" />
  31.                 <link type="text/css" rel="stylesheet" href="css/validationEngine.jquery.css?201604211935" />
  32.                 <script type="text/javascript" src="js/jquery.min.js?201604211935"></script>
  33.                 <script type="text/javascript" src="js/jquery.validationEngine.js?201604211935"></script>
  34.            
  35.        
  36.         <meta name="decorator" content="RYERSON_V2" />
  37.         <script language="JavaScript" type="text/javascript">
  38.             function validateForm(form) {
  39.                 var errors = new Array();
  40.                 var result = true;
  41.                 var focusObject = null;
  42.                
  43.                 form.username.value = trim(form.username.value);
  44.                 form.password.value = trim(form.password.value);
  45.                
  46.                 if (trim(form.username.value).length == 0) {
  47.                     errors[errors.length] = 'Username is a required field.';
  48.                     focusObject = (focusObject == null) ? form.username : focusObject; 
  49.                 }
  50.                 if (trim(form.password.value).length == 0) {
  51.                     errors[errors.length] = 'Password is a required field.';
  52.                     focusObject = (focusObject == null) ? form.password : focusObject;
  53.                 }
  54.                 if (errors.length > 0) {
  55.                     alert(errors.join("\n"));
  56.                     focusObject.focus();
  57.                     result = false;
  58.                 }
  59.                 return result;
  60.             }
  61.            
  62.         </script>
  63.         <script language="javascript" type="text/javascript">
  64.             document.domain = "ryerson.ca";
  65.             try {
  66.                 if (top.location != self.location) {
  67.                     if (top.location.pathname.indexOf("/render.userLayoutRootNode.uP") == -1
  68.                         && top.location.pathname.indexOf("/render.uP") == -1) {
  69.                         top.location.replace("/authenticationRequired.html");
  70.                     }
  71.                 }
  72.             } catch (exception) {
  73.                 top.location.replace("/authenticationRequired.html");
  74.             }
  75.         </script>
  76.         <!--[if IE]>
  77.             <style>
  78.                 .CASPage .loginForm .formLabel {
  79.                     position: relative !important;
  80.                     clip: auto !important;
  81.                     display: block;
  82.                     padding-bottom: 3px;
  83.                 }
  84.             </style>
  85.         <![endif]-->
  86.     </head>
  87.     <body id="cas" onload="document.getElementById('username').focus();">
  88.         <div class="CASPage">
  89.             <div class="loginWrapper">
  90.                 <div class="loginContents">
  91.                     <div id="logo"><img src="images/v2/ryerson_logo.png" width="320" height="110" alt="Ryerson University" /></div>
  92.                     <div id="loginInfoEnvMsg">This is the production environment</div>
  93.                     <div class="clearfix loginBody">
  94.                         <form id="fm1" action="/login?service=https%3A%2F%2Fmy.ryerson.ca%2FLogin" method="post" onsubmit="return validateForm(this);">
  95.            
  96.             <div class="loginForm">
  97.                 <div class="clearfix">
  98.                    
  99.                     <label for="username" class="formLabel">my.ryerson username</label>
  100.                     <input id="username" name="username" class="required validate[required]" tabindex="1" placeholder="my.ryerson username" accesskey="u" type="text" value="" size="25" autocomplete="false"/>
  101.                 </div>
  102.                 <div class="clearfix">
  103.                    
  104.                     <label for="password" class="formLabel">Password</label>
  105.                     <input id="password" name="password" class="required validate[required]" tabindex="2" placeholder="Password" accesskey="p" type="password" value="" size="25"/>
  106.                 </div>
  107.             </div>
  108.             <div class="clearfix">
  109.                 <input type="hidden" name="lt" value="LT-289930-c6ozfbVfkuPcOEtHrlZ1gFsmDfedxc" />
  110.                 <input type="hidden" name="execution" value="e1s1" />
  111.                 <input type="hidden" name="_eventId" value="submit" />
  112.                 <input class="loginButton" name="submit" accesskey="l" value="Log in" tabindex="4" type="submit" />
  113.             </div>
  114.             <div class="loginBottom">
  115.                 <ul>
  116.                     <li><a href="http://www.ryerson.ca/ccs/services/applications/cas/login_help/#forgotpassword">Forgot your password?</a></li>
  117.                     <li><a href="http://www.ryerson.ca/ccs/services/applications/cas/login_help/">Can't log in?</a></li>
  118.                 </ul>
  119.                 <p>For all other technical matters, please contact the <a href="http://www.ryerson.ca/ccs/contact.html">CCS Help Desk</a>.</p>
  120.             </div>
  121.         </form>
  122.                     </div>
  123.                     <div class="alertMessage">
  124.                         <div>Before entering your my.ryerson User Name and password, verify that the URL for this page begins with <strong>&quot;https://cas.ryerson.ca/&quot;</strong>.</div>
  125.                     </div>
  126.                 </div>
  127.             </div>
  128.         </div>
  129.     </body>
  130. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement