CINXE.COM
- CruzID Manager - UC Santa Cruz
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <!--Optional slot for prepending data to the document head--> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> - CruzID Manager - UC Santa Cruz</title> <!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <![endif]--> <link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" href="../images/its.ico" type="image/x-icon" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type="text/css" rel="stylesheet" media="all" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"> <link type="text/css" rel="stylesheet" media="all" href="../css/font-awesome/css/font-awesome.min.css?v=1"> <!--javascript --> <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js"></script> <script type="text/javascript" src="../js/idmuser.js?w"></script> <script type="text/javascript" src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script> <script type="text/javascript" src="../js/zxcvbn.js"></script> <script type="text/javascript" src="../js/intl-tel-input/js/intlTelInput.min.js"></script> <script type="text/javascript" src="../js/jquery.ui.touch-punch.min.js"></script> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"> <link type="text/css" rel="stylesheet" media="all" href="../css/style.css?v=3.2" /> <link type="text/css" rel="stylesheet" href="../js/intl-tel-input/css/intlTelInput.css"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> <script type="text/javascript"> //This is how we are handling keeping form data set after errors //and highlighting the form. We might make a more elegant solution //later $(document).ready( function() { //highlight errors //refill text boxes if ($('.messages.error').length) { $('.messages.error').first().focus(); } else if($('.messages.status').length){ $('.messages.status').first().focus(); } } ); </script> </head> <body> <!-- Accessibility links. Hidden until they receive :focus --> <ul id="access-links" class='sr-only'> <li><a href="#content">Skip to main content</a></li> </ul> <!--Add Message and Error Boxes--> <!--End messages--> <div class='selfService'> <div id="IDM" > <div class='heading' style="padding-bottom:5px;"> <a class='campus-secondary' href="http://www.ucsc.edu" title="Go to UCSC homepage">UC Santa Cruz</a> <span id="site-title" class="title-standard" style="display:inline-block;padding-bottom: 2px;" > <a href="./" title="Back to homepage" >CruzID Manager</a> </span> </div> <!--Main Page Content Code in pages own template parsed then included here--> <fieldset id="content"> <div style='padding:20px 0px 20px 0px;'> <div class='split-content-left'> <a href="/secure/idmuser_mainmenu" class="btn btn-lg btn-primary btn-block" style='margin-top: 25px'>Login</a> </div> <div class='split-content-right'> <ul class='facts'> <li><a href='https://cruzid.ucsc.edu/idmuser_self_service'>Forgot Your Password?</a><br/></li> <li><a href='https://cruzid.ucsc.edu/idmuser_self_service'>First Time User?</a></li> <li><a href='https://cruzid.ucsc.edu/idmuser_help' target="_blank">Help?</a></li> </ul> </div> <div style='clear:both;'></div> </div> <div id="footer"> <div id="campus-info" class='col-lg-6 pull-left'> © 2014 Regents of the University of California. All Rights Reserved. (3) <a href="http://its.ucsc.edu/terms/conditions.html" target="_blank">Acceptable Use Policy</a> </div> <div class="col-lg-6 pull-right"> <div id="google_translate_element"></div> </div> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element'); } </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> </div> </div> </fieldset> </div> </div> <!-- /#outer --> </body> <!--javascript for public profile only --> </html>