CINXE.COM

IEEE - Sign in to access the secure content

<!DOCTYPE html> <html lang="en" name="sign_in" dir="ltr"> <!-- template name: html.form.login.template.html --> <head> <base href="https://services10.ieee.org/"/> <title>IEEE - Sign in to access the secure content</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="robots" content="noindex,nofollow"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <!-- Bootstrap --> <link href="assets/extldap/ieeebootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"/> <!-- /Bootstrap --> <link href="assets/extldap/ieeecss/sign_in.css" rel="stylesheet" type="text/css"/> </head> <body> <script src="assets/extldap/ieeejs/jquery-1.10.2.min.js"></script> <!-- Bootstrap --> <script src="assets/extldap/ieeebootstrap/js/bootstrap.min.js"></script> <!-- /Bootstrap --> <!--[if lte IE 8]> <script src="assets/extldap/ieeejs/ie/respond.min.js"></script> <script src="assets/extldap/ieeejs/ie/html5shiv.js"></script> <![endif]--> <div id="overlay_sign_in" class=""></div> <div id="top_space" class="hidden-xs"></div> <!-- start jQuery.load() cut --> <div class="sign_in_width module container" onload="setFocus()"> <script type="text/javascript"> function postOk() { if(document.forms[0].username.value == "" || document.forms[0].password.value == "") { document.getElementById('ieeesigninform-validationerrors').style.display = 'block'; return false; } document.forms[0]['pf.ok'].value = 'clicked'; //document.forms[0].submit(); return true; } function postCancel() { document.forms[0]['pf.cancel'].value = 'clicked'; document.forms[0].submit(); } function postOnReturn(e) { var keycode; if (window.event) keycode = window.event.keyCode; else if (e) keycode = e.which; else return true; if (keycode == 13) { //document.forms[0].submit(); postOK(); return false; } else return true; } </script> <script type="text/javascript"> function setFocus(){ var platform = navigator.platform; if(platform != null && platform.indexOf("iPhone") == -1) { document.getElementById('username').focus(); } } </script> <div class="colorbox col-xs-12 center-block" style=""> <div class="cboxWrapper" style=""> <div class="hidden-xs"> <div class="cboxTitle">IEEE - Sign in to access the secure content</div> <div class="cboxClose sign_in_close" ></div> </div> <div class="visible-xs"> <div class="cboxTitle">IEEE-Sign in to access the secure content</div> <div class="cboxClose sign_in_close" ></div> </div> <div class="cboxContent" style=""> <div class="cboxLoadedContent" style=""> <div class="modalWindowWrapper"> <div class="confirmation-msg" id="ieeesigninform-validationerrors" style="display:block"> <div class="corner-img"></div> <div class="errorMsgIdClass"> </div> </div> <form id="sign_in_submit" name="sign_in_submit" onsubmit="return postOk();" action="/as/KUPYKAnaiC/resume/as/authorization.ping" method="POST" autocomplete="off"> <!-- CONTENT OF MODAL WINDOW --> <div class="modalWindowContent"> <!-- END SIGN IN AND LIST OPTIONS --> <!-- START RIGHT RAIL MODULE --> <div class="rightRailModule pull-right col-sm-4 col-xs-12"> <div class="box box-style-2"> <div class="header"> <h3>Sign in</h3> </div> <div class="modalWindowRegisterSignIn"> <div> <label for="" class="strong">Email address:</label> <input id="username" type="text" size="36" name="pf.username" value="" onKeyPress="return postOnReturn(event)" /> <label for="" class="strong">Password:</label> <input id="password" type="password" size="36" name="pf.pass" onKeyPress="return postOnReturn(event)" /> <input type="hidden" name="pf.ok" value=""/> <input type="hidden" name="pf.cancel" value=""/> <div class="pushtop20"></div> <!-- FORCE BULLETS DOWN --> <ul class="listBullet"> <li><a target="_blank" href="https://www.ieee.org/profile/public/forgotpassword/forgotUsernamePassword.html?url=https://www.ieee.org"> Forgot password</a></li> </ul> </div> <!-- FORCE BULLETS DOWN --> <div class="float-right" style="padding-bottom:20px;"> <input type="submit" id="modalWindowRegisterSignInBtn" value="Sign in" class="button-large clearBreak" style="margin-right: 8px;" > <br> </div> </div> </div> </div> <!-- END RIGHT RAIL MODULE --> </div> </form> </div> </div> </div> </div> </div> </div><!-- finish jQuery.load() cut --> </body> </html>

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