D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
result.dominicaninstitute.org
/
back_up
/
Filename :
index.php
back
Copy
<!-- Find and Replace the following: Institute Dominican Ibadan --> <?php include("Connecter/dataconn.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" /> <?php include("head.php"); ?> </head> <body> <?php include("top.php"); ?> <?php include("dtable0.php"); ?> <?php include("nav.php"); ?> <?php include("dtable1.php"); ?> <?php //include("topcontainer.php"); ?> <!--Content Goes Here--> <div align="center" style="font-size:110%;"> <p> </p> <b>Please, Sign in below:</b><br /> <br /> <form id="form1" name="form1" method="post" action="loginadmin.php"> <?php if(isset($_GET['error'])){?><p><br /> <span style="color: #F00">Ooops! Incorrect username or password.</span></p> <?php }?> <p><br /> Username: <input type="text" name="use" id="use" /> <br /> <br /> Password: <input type="password" name="pas" id="pas" /> <br /> <br /> <input type="submit" name="login" id="login" value="Log In" style="font-size:14px;" /> </p> </form> </div> <div align="center" style="padding-top:50px;"> <a href="student.php">Student Login</a> </div> <!--Content Ends Here--> <?php include("bottomcontainer.php"); ?> <?php include("dtable2.php"); ?> <?php //include("side.php"); ?> <?php include("dtable3.php"); ?> <?php include("foot.php"); ?> </body> </html>