D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
result.dominicaninstitute.org
/
Filename :
index.php
back
Copy
<!-- Find and Replace the following: Institute Dominican Ibadan --> <!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%;"> <h1> Sign in:</h1> <form id="form1" name="form1" method="post" action="loginadmin.php"> <?php if(isset($_GET['error'])){?><p><br /> <span style="color: #F00"><?php echo $_GET['error'];?></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> <!--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>