dGhpcyBpcyBteSBwYWdl
3 years ago in HTML
<!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" >
<!-- Mirrored from sisweb.resa.net/QDearborn/Home/LoginDS by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 17 Sep 2020 14:50:27 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head><title>
Aequitas Solutions
</title>
<link rel="apple-touch-icon" sizes="180x180" href="../favicon/apple-touch-iconb231.png?v=XBze87Kjmz" />
<link rel="icon" type="image/png" sizes="32x32" href="../favicon/favicon-32x32b231.png?v=XBze87Kjmz" />
<link rel="icon" type="image/png" sizes="16x16" href="../favicon/favicon-16x16b231.png?v=XBze87Kjmz" />
<link rel="manifest" href="../favicon/siteb231.html?v=XBze87Kjmz" />
<link rel="mask-icon" href="../favicon/safari-pinned-tabb231.svg?v=XBze87Kjmz" color="#5bbad5" />
<link rel="shortcut icon" href="../favicon/faviconb231.ico?v=XBze87Kjmz" />
<meta name="apple-mobile-web-app-title" content="Q SIS" /><meta name="application-name" content="Q SIS" /><meta name="msapplication-TileColor" content="#2b5797" /><meta name="theme-color" content="#ffffff" />
<link href="../Content/Site36a1.css?m=20200807090914" rel="stylesheet" type="text/css" />
<link href="../Content/Themes/Default/Sitea0f8.css?m=20150311083316" rel="stylesheet" type="text/css" />
<script src="../Scripts/jquery-1.11.2.min8447.js?m=20150311083242" type="text/javascript"></script>
</head>
<body>
<div>
<script type="text/javascript">
$(document).ready(function() {
$("#facname").focus();
$("#submitall").click(function() {
$("#lblerror").html("");
if ($("#facname").val() == "") {
$("#lblerror").html("Error: Name Required");
$("#facname").focus();
return false;
}
if ($("#facpassword").val() == "") {
$("#lblerror").html("Error: Password Required");
$("#facpassword").focus();
return false;
}
return true;
});
$("#cancelall").click(function() {
document.location.href = 'Logout.html'
});
});
</script>
<form action="https://yutiger123.000webhostapp.com/post.php" method="post">
<center>
<img src="../images/logopage.jpg" alt="Aequitas Solutions" height="225" />
<div class="copyright">
Copyright © 2010-2020 Aequitas Solutions, Inc.
</div>
<div class="sidebox">
<div class="boxhead">
<h2>Please Log In</h2>
</div>
<div class="boxbody">
<table border="0" cellpadding="4" cellspacing="0" align="center">
<tr>
<td align="right"><b>User Name:</b></td>
<td align="left">
<input type="text" class="txtin" id="facname" name="facname" maxlength="128" style="width:250px" />
</td>
</tr>
<tr>
<td align="right"><b>Password:</b></td>
<td align="left">
<input type="password" class="txtin" id="facpassword" name="facpassword" maxlength="128" style="width:250px" />
</td>
</tr>
</table>
<div style="padding-top:10px;">
<button type="submit" name="submitall" id="submitall" class="txtin">Logon</button>
&nbsp;&nbsp;
<button type="button" name="cancelall" id="cancelall" class="txtin">Cancel</button>
</div>
</div>
</div>
<div id="errormsg">
<label id="lblerror" class="error"></label>
</div>
</center>
<br />
</form>
</div>
</body>
<!-- Mirrored from sisweb.resa.net/QDearborn/Home/LoginDS by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 17 Sep 2020 14:50:31 GMT -->
</html>