|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/logicswapweb/aplicaciones/ |
Upload File : |
<html>
<head>
<title>Control Panel</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script src="js/validaciones.js"></script>
<script>
function frmLogin_Submit() {
if (document.frmLogin.login.value=="") {
alert('Enter your User Information');
document.frmLogin.login.focus();
return false;
}
if (document.frmLogin.pwd.value=="") {
alert('Enter your Password');
document.frmLogin.pwd.focus();
return false;
}
return true;
}
function appClose() {
if (confirm("Do you want to exit the applicaton?")) {
window.opener = null;
window.close();
}
}
function changeImage(elm){
if(elm=="log"){
document.frmLogin.imgLog.src="images/light1.gif";
document.frmLogin.imgPass.src="images/lightoff.jpg";
}else{
document.frmLogin.imgPass.src="images/light1.gif";
document.frmLogin.imgLog.src="images/lightoff.jpg";
}
}
function foco(){
document.frmLogin.login.focus();
}
function validarPopUp()
{
emergenteMyJob = window.open("","emergenteMyJob","alwaysLowered=yes,innerHeight=1,innerWidth=1,dependent=yes, width=0, heigth=0");
if (!emergenteMyJob)
{
document.write(' <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
document.write(' <html>');
document.write(' <head>');
document.write(' <title>Control Panel</title>');
document.write(' <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
document.write(' </head>');
document.write(' <body>');
document.write(' <div align="center">');
document.write(' <p><font color="#FF3300"><strong>Please enable pop-ups on your browser to ');
document.write(' The proper functioning of the application. </strong></font></p>');
document.write(' <p>');
document.write(' <strong><a href="index.php">Back again<a></strong></p>');
document.write(' </div>');
document.write(' </body>');
document.write(' </html>');
}
else
{
emergenteMyJob.close();
foco();
}
return true;
}
</script>
<style type="text/css">
<!--
body {
background-image: url();
margin-top: 5px;
background-color: #999999;
}
.style1 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
-->
</style>
<link href="css/ingreso.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="javascript: validarPopUp();">
<table width="400" height="538" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="538" align="center" valign="middle"><table width="80%" border="1" cellpadding="0" cellspacing="0" bordercolor="#333333" bgcolor="#FFFFFF">
<tr>
<td align="center" valign="middle"><table width="392" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="392" align="center"><form action="fnc/main.php" method="post" name="frmLogin" id="frmLogin" onSubmit="return frmLogin_Submit()" target="_fraUsr">
<table width="350" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4"><img src="admon/img/usuarios.gif" width="18" height="18">
<span class="campos">Please enter your login information </span></td>
</tr>
<tr>
<td> </td>
<td align="left" class="text1"> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td width="86"> </td>
<td width="103" align="left" class="text1"><img name="imgLog" id="imgLog" src="images/lightoff.jpg" width="10" height="10"> User:</td>
<td width="141"><input name="login" id="login" type="text" onFocus="javascript: changeImage('log')" class="campos" size="15"></td>
<td width="20"> </td>
</tr>
<tr>
<td> </td>
<td align="left" class="text1"><img name="imgPass" id="imgPass" src="images/light1.gif" width="10" height="10"> Password:</td>
<td><input name="pwd" id="pwd" type="password" onFocus="javascript: changeImage('pass')" class="campos" size="15"></td>
<td> </td>
</tr>
<tr>
<td height="30"><input type="hidden" name="tarea" value="validarUsuario"> </td>
<td align="center" valign="bottom"><input name="submit" type="image" src="images/b_entrar.gif" width="81" height="19"></td>
<td align="left" valign="bottom"><a href="javascript: appClose();"><img name="salir" id="salir" src="images/b_salir.gif" width="81" height="19" border="0"></a></td>
<td> </td>
</tr>
<tr>
<td height="27"> </td>
<td align="center" valign="bottom"> </td>
<td align="left" valign="bottom"> </td>
<td> </td>
</tr>
</table>
<iframe src="" name="_fraUsr" id="_fraUsr" width="0" height="0" style="visibility:hidden"></iframe>
</form></td>
</tr>
</table></td>
</tr>
</table>
<br></td>
</tr>
</table>
</body>
</html>