Your IP : 10.1.73.149


Current Path : /home/bolconlineco/public_html/aaaaaa/demo/
Upload File :
Current File : /home/bolconlineco/public_html/aaaaaa/demo/forgotpassword.php

<?php include('includes/connection/connection.php')?>

<!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=utf-8" />
<title>Brentwood </title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<link rel="stylesheet" href="css/jquery-ui.css" />
<script src="js/jquery-1.8.2.min.js"></script>
<script src="js/jquery-datepicker.js"></script>
<script>
$("document").ready(function(){
	$("#datepicker").datepicker();
	})
</script>
<body>


<div id="header">
		<div id="header-wrap">
        	<h1><a href="#">BRENTWOOD login </a></h1>
       	</div><!--end header-wrap -->
</div><!--end header  -->    
        <div id="wrapper">
        		                     	
                     <div id="content">
					 	
					       	  <?php
						  
						   if(isset($_GET['msg']))
						   
						     {
								 ?>
								     <p style="color:red; text-align:center; margin-top:30px;"><?php echo $_GET['msg']; ?></p>
                                 <?php
							 }elseif(isset($_GET['blo'])){
								 ?>
								 
								 <p style="color:red; text-align:center; margin-top:30px;">your Account has been blocked contact your site Administrator</p>
								 <?php
								 }elseif(isset($_GET['mm']))
								  {
									?>
                                    <p style="color:red; text-align:center; margin-top:30px;">Enter your Email Address</p>
                                    <?php  
								  }else if(isset($_GET['nr']))
								   {
									?>
                                    <p style="color:red; text-align:center; margin-top:30px;">This Email is not register</p>
                                    <?php   
								   }else if(isset($_GET['msgs']))
								    {
									 ?>
                                     <p style="color:red; text-align:center; margin-top:30px;">We have Sent an Email Check your inbox<br />
<a href="index.php">Click here to login</a></p>
                                     <?php	
									}
						  
						 ?>
                        <div id="login">
                    
                              <div id="login-wrap">
                              
                                	<h3>Forgot Password</h3>
                                 
                                <form id="loginform" name="loginform" method="post" action="forgotpasswordcode.php">
                                        <div class="box">
                                        	<label for="username">Email:</label>
                                            <input  type="email" name="email" value="" id="" />
                                           </div>
                                     <p>
                                        
                                        <input type="submit" name="submit" value="Retrive Password" class="add2" style="width:150px; margin-left:5em; float:left;border-radius:5px;" /></p>
                                        
<!--                                        <button id="submit" value="Login"></button>-->
                                </form>
                             </div><!-- end login wrap-->
                     </div><!-- end login -->
                                               
                </div> <!-- end content  -->
        </div><!-- end wrapper -->   


   <div id="footer">
   	  <div id="footer-wrap">
		       <p class="cpyrt">Copyright © <strong>Brentwood Opening Learning College</strong>. All Rights Reserved. <?php echo date('Y'); ?></p>
               <p class="author">Designed and developed by : <a href="http://www.solutionica.com/">Solutionica</a></p>
      </div> <!-- end footer -wrap-->
  </div> <!-- end footer -->



</body>
</html>