0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
[
Home
]
File: index_old.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> <title>CWRDM PROJECT MANAGEMENT SYSTEM | Login</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="style.css" rel="stylesheet" type="text/css" /> <link rel="icon" href="images/icon.ico" /> <style type="text/css"> <!-- .style2 {font-size: 12px} .style3 {font-weight: bold; color: #000000;} --> </head> </style> <body> <p> <?php include("include/header.php"); @session_start(); session_destroy(); ?></p> <p> </p> <p> </p> <p> </p> <form action="login_ctrl.php" method="post" name="Login" id="Login"> <div id="login"> <div id="logintxtblank"> <div id="loginheading"> User Login</h4> </div> <div class="style2" id="username"><span class="style3">User Name</span>:</div> <div id="input"> <label> <input name="txtusername" type="text" class="input" id="txtusername" value="" /> </label> </div> <div class="style2" id="password"><span class="style3">Password</span></div> <div id="input02"> <label> <input name="txtpassword" type="password" class="input" id="txtpassword" value="" /> </label> </div> <p> <input type="image" src="images/login-btn.gif" class="login-btn" alt="Login" title="Login" /><span class="valText"><?php if(isset($_GET['status'])) { echo "Authentication Failed"; } ?></span> </p> <p align="center"> <a href="addemployee.php" title="Click here to register new Project Staff for ID Card">Register new Project Staff</a> </p> </div> </div> </form> </div> </div> </div> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> <?php include "include/footer.php"; ?> </p> </body> </html>