ALogin.jsp
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Administrator Login</title>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!—
function valid(form)
{
var field1=form.login;
var field2=form.password;
login=field1.value;
password=field2.value;
if(login.length==0)
{
alert("The Login Name Cannot Be Left Blank");
field1.focus();
return false;
}
else if(password.length==0)
{
alert("The Password Field Cannot Be Left Blank");
field2.focus();
return false;
}
}
//-->
</SCRIPT>
</head>
<body><form onsubmit="return valid(this)" method="post" action="ALoginCheck.jsp">
<div style="position: absolute; width: 997; height: 178; z-index: 1; left:0px; top: 36px; right: 2; bottom:1024" id="layer1"><div style="position: absolute; width: 181; height: 31; z-index: 1; left: 10px; top: -33px" id="layer5"><img border="0" src="images/logo5.GIF" width="181" height="31"></div><img border="0" src="images/contacttop-img.jpg" width="997" height="178"></div><div style="position: absolute; width: 831px; height: 325px; z-index: 2; left: 166px; top: 225px" id="layer6"><img border="0" src="images/bkg.gif" width="831" height="325"></div><div style="position: absolute; width: 831px; height: 19px; z-index: 3; left: 166px; top: 558px" id="layer7"><div style="position: absolute; width: 361px; height: 18px; z-index: 1; left: 194px; top: 20px" id="layer8" align="center"><font size="3">Copyright © SureVac Call Management, 2009. All Rights Reserved.</font></div><p><img border="0" src="images/bg_footer.gif" width="832" height="32"></div><div style="position: absolute; left: 3px; top: 410px; width: 155px; height: 138px; z-index: 5" id="layer12"><img border="0" src="images/untitled.bmp" width="155" height="151"></div><div style="position: absolute; width: 148px; height: 380px; z-index: 1; left: 3px; top: 250px;right: 2" id="layer2"><!-- Begin Free-Web-Buttons.com -->
<style>#web-buttons-idhyzy6 a{display:block;color:transparent;} #web-buttons-idhyzy6 a:hover{background-position:left bottom;}a#web-buttons-idhyzy6a {display:none}</style>
<table id="web-buttons-idhyzy6" width=0 cellpadding=0 cellspacing=0 border=0>
<tr><td style="padding-bottom:15px" title ="Home">
<a href="Home.jsp" title="Home" style="background-image:url(images/bthyzy6.png);width:153px;height:25px;display:block;"><br/></a></td></tr>
<tr><td style="padding-bottom:15px" title ="Contact Us">
<a href="ContactUs.jsp" title="Contact Us" style="background-image:url(images/btkyzy6.png);width:153px;height:25px;display:block;"><br/></a></td></tr>
<tr><td style="padding-bottom:15px" title ="About Us">
<a href="AboutUs.jsp" title="About Us" style="background-image:url(images/btgyzy6.png);width:153px;height:25px;display:block;"><br/></a></td></tr>
<tr><td style="padding-bottom:15px" title ="Administrator">
<a href="ALogin.jsp" title="Administrator" style="background-image:url(images/btixzy6.png);width:153px;height:25px;display:block;"><br/></a></td></tr>
</table><div style="position: absolute; width: 158px; height: 25px; z-index: 4; top:-245px;left: 829px" id="layer4" align="left"><p style="line-height: 150%; margin-top: 6px; margin-bottom: 0"><font color="#0000CC"><a href="ForgotPassword.jsp">Forgot Password</a></font> <font color="#0000CC"><a href="Home.jsp">Back</a></font></p><div style="position: absolute; width: 1; height: 18; z-index: 1; left: 97px; top: 7px" id="layer11"><img border="0" src="images/htc.gif" width="1" height="18"></div></div></div><div style="position: absolute; width: 357px; height: 153px; z-index: 4; left: 399px; top: 281px" id="layer9" align="center">
<b><font face="Calibri" size="4" color="#0000CC">
<table width="293" height="151">
<tr>
<td height="54">
<font color="#0000CC">UserName: </font>
</td>
<td height="54" width="148"><INPUT TYPE="TEXT" NAME="login"></td></tr>
<tr><td height="48"> <font color="#0000CC">Password:</font></td>
<td width="148" height="48"><INPUT TYPE="Password" NAME="password"></td>
</tr><tr> <td><p align="center"> <input type="submit" value="Log on" id="web-buttons-idhyzy6a"></td>
<td width="148" rowspan="5" colspan="5">
<p align="center">
<b><font face="Calibri" size="4" color="#0000CC">
<input type="Reset" value="Reset"></font></b> </td>
</tr>
</table>
</font></b> </div>
</form>
</body>
</html>
No comments:
Post a Comment