MINI MINI MANI MO

Path : /home/kgembroi/public_html/secureadmin/admin/
File Upload :
Current File : /home/kgembroi/public_html/secureadmin/admin/index.php

<?php $message=$_REQUEST['message'];?>
<!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>Admin Login</title>
<style type="text/css">
<!--
body {
	margin-left: 40px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
}
-->
</style>
<link href="Level1_Verdana.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style9 {color: #D11C41; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }
-->
</style>
<link href="../fash.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style13 {font-family: "Times New Roman", Times, serif}
.style15 {color: #333333}
.style16 {color: #003366}
-->
</style>
</head>
<script language="javascript">
function ok()
{
	var user=adminFrm.userid.value;
	if(user=="")
	{
	alert("Please Enter Login Id");
	adminFrm.userid.focus(true);
	return false;
	}
	var user=adminFrm.password.value;
	if(user=="")
	{
	alert("Please Enter Password");
	adminFrm.password.focus(true);
	return false;
	}
}
</script>
<body bgproperties="fixed"> 
<div align="center" valign="middle">
  <table width="569" height="330" border="0" align="center" background="images/background.gif">
    <tr><td colspan="3">&nbsp;</td></tr>
	<tr>
      <td height="26" colspan="3" align="center" valign="middle"><img src="images/header.gif" width="539" height="35" /></td>
    </tr>
    <tr>
      <td height="87" colspan="3"><div align="center" class="style13">
        <h1 class="style15"><font size="+3">Administrator Login </font></h1>
      </div></td>
    </tr>
	<tr><td colspan="2" align="center">
	 <span class="warnmsg">
							<?php if(isset($message))
								{
			 					/*echo "<script type='text/javascript'>alert('Use a valid username and password access to the Administrator Back-end.!'); </script>";*/
								echo "<font color=red><b>*Use a valid username and password to access the Administrator Back-end.</b></font>";
								}
								?>
			
                            </span>
							</td></tr>
                             
    <tr>
      <td height="1" colspan="3" align="center" valign="baseline"><img src="images/line.gif" width="294" /></td>
    </tr><form action="loginsuccess.php" name="adminFrm"  method="post" onsubmit="return ok();">
	<tr align="center">
                          <td height=10 colspan=2 class="redBold" >                                                        </td>
                        </tr>
                        <tr>
              <td width="53%" align="right" class="search1"><div align="right"><span class="style9 style16"> Login Id </span></div></td>  <td width="47%"><div align="left">&nbsp;:&nbsp;&nbsp;
               <input name="userid" type="text" class="style30" value="">			                           
                         </div></td>
                        </tr>
                        <tr>
                          <td align="right" class="search1"><div align="right" class="style9 style16"> Password </div></td>
                          <td><div align="left">&nbsp;:&nbsp;&nbsp;
                            <input name="password" type="password" class="style30" value="">                          
                          </div></td>
                        </tr>
                        <tr>
                          <td>&nbsp;</td>
                          <td><input name="Submit" type="submit" class="style30" value="Submit">                          </td>
                        </tr>
						<tr>
						<td height="21">&nbsp;</td>
						<td align="center">&nbsp;</td> 
                      </form>   
    <tr>
      <td colspan="3"><div align="center"><img src="images/line.gif" /></div></td>
    </tr>
	<tr>
      <td colspan="3">&nbsp;</td>
    </tr>
  </table>
</div>
</body>
</html>

OHA YOOOO