CINXE.COM

Hendrix - Sign In

<!DOCTYPE html> <html lang="en"> <head><title> Hendrix - Sign In </title><meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="description" /><meta name="author" /><link href="/Style/LoginPage.min.css" rel="stylesheet" /></head> <body style="background-color: #939ba1"> <form method="post" action="/pages/login/default.aspx?ReturnUrl=%2fCampusWeb%2f" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTMxNzQ4ODIxOWQYAQUHVWlWaWV3cw8PZAIBZBDYQgdn4VvPegNyqHlLY7WHTEDsaJNjuickDXXfcGKR" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=NaeFTNfpRQD9M56ExtBm2oI3DpeYc-gCULNr_Qf92QaCnzI9lqsLIsWH_Typpgq5WRlbggZqpYAXfIA558y2KxXr8iuyONoq1-J2OWhtrnc1&amp;t=638628044627334853" type="text/javascript"></script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="3FC7EC80" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAaiiFbv0f86PEXgRjfAzfBFcgMhMgaPfFh9T4iJWkr6AynHtWzMS9oDFhyD56PU0myFVVk19GfyHGuStdoIdKB5ZpdZP+g7L00mbEnU8KbZLQLLRp960evFvy7ky4IGonqL1T50WPDVqtOeO271FL2I8xinjctl0njk/qUul2Pv5w==" /> </div> <div class="login-wrapper"> <div class="login-widget animation-delay1"> <div class="panel panel-default"> <div class="panel-heading clearfix"> <div class="text-center"> <div style="margin-bottom: 2em; margin-top: 2em;"> <a href="/"> <img src="/Content2/Images/logoHendrix.jpg?w=240" alt="Hendrix College" /><br /> <i class="fa fa-home fa-fw"></i>&nbsp;Hendrix Home</a> </div> </div> </div> <div class=""> </div> <div class="panel-body fade in"> <div class="form-group panel bg-warning" style="display:none"> <div class="panel-footer"> <h4><strong>CampusWeb Student Login Issues</strong></h4> </div> <div class="panel-body"> <p style="color: #000">February 2, 2022, 9:15 am - Students are currently unable to log in to CampusWeb. Once the issue has been resolved the HelpDesk will message campus. We apologize for the inconvenience.</p> </div> </div> </div> <div id="UiLoginPanel" class="panel-body fade in" onkeypress="javascript:return WebForm_FireDefaultButton(event, &#39;UiLogin&#39;)"> <div class="form-group"> <label for="UiUserName">Email Address</label> <input name="UiUserName" id="UiUserName" class="form-control input-lg bounceIn" autofocus="" placeholder="Email Address" type="email" /> </div> <div class="form-group"> <label for="UiPassword">Password</label> <input name="UiPassword" type="password" id="UiPassword" class="form-control input-lg bounceIn" placeholder="Password" /> <a class="small" href="#" onclick="showForgot(); return false;">Forgot Your Password?</a> </div> <div class="seperator"></div> <div class="clearfix" style="margin-bottom: 1em"> <a id="UiLogin" class="btn btn-primary btn-lg bounceIn login-link pull-right" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;UiLogin&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, true))"><i class='fa fa-sign-in'></i>聽聽Sign in</a> <a href="/" class="btn btn-lg bounceIn pull-right">Cancel</a> </div> </div> <div id="UiForgotPasswordPanel" class="panel-body fade in" onkeypress="javascript:return WebForm_FireDefaultButton(event, &#39;UiResetPassword&#39;)" style="display: none;"> <div class="form-group"> <p class="help-block">Please enter your registered email address below. We will send a confirmation email to your recovery email account.</p> </div> <div class="form-group"> <label for="UiUserNameToReset">Email Address</label> <input name="UiUserNameToReset" type="text" id="UiUserNameToReset" class="form-control input-lg bounceIn" placeholder="Username" /> </div> <div class="seperator"></div> <div class="clearfix" style="margin-bottom: 1em"> <a id="UiResetPassword" class="btn btn-primary btn-lg bounceIn pull-right" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;UiResetPassword&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, true))"><i class='fa fa-unlock'></i>聽聽Reset Password</a> <a href="#" onclick="showLogin(); return false;" class="btn btn-lg bounceIn pull-right">Cancel</a> </div> </div> <div class="panel-footer clearfix text-center"> <div class="small"> <ul class="list-unstyled"> <li><a href="https://apply.hendrix.edu/apply/" ><b>Future Students:</b> Are you looking for the <span style="text-decoration:underline">Hendrix Application Portal</span>?</a></li> </ul> </div> </div> </div> <!-- /panel --> </div> <!-- /login-widget --> </div> <!-- /login-wrapper --> </form> <script> function showLogin() { document.getElementById('UiLoginPanel').style.display = 'block'; document.getElementById('UiForgotPasswordPanel').style.display = 'none'; } function showForgot() { document.getElementById('UiLoginPanel').style.display = 'none'; document.getElementById('UiForgotPasswordPanel').style.display = 'block'; } </script> <script src="/Scripts/LoginPage.min.js"></script> </body> </html>

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