0byt3m1n1
Path:
C:
/
GEOMATICS 23-01-2021
/
LAN
/
CPMS
/
ADMIN
/
[
Home
]
File: delete_pi.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>edit PI |online project financial management system for CWRDM</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"> <!-- .style1 { font-size: 18px; color: #FF0000; } #apDiv1 { position:absolute; width:61px; height:38px; z-index:1; left: 759px; top: 266px; } .style2 {font-family: Arial} .style4 { color: #853008; font-family: Arial; font-size: 12px; } --> </style> </head> <body> <p> <?php include("include/adminheader.php"); require_once "delete_pi_ctrl.php"; ?> <marquee> <span class="style1">Delete PI details</span> </marquee> </p> </p> <p> </p> <p> </p> <form action="delete_pi.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <table width="670" height="96" align="center"> <tr> <th height="36" class="projectboldtxt" scope="row"><div align="left">PI id</div></th> <th class="projectboldtxt" scope="row"><label></label> <div align="left"> <div align="left"> <input type="text" name="txtuserid" id="txtuserid" value="<?php if (isset($_GET['id'])){echo $_GET['id'];} if (isset($_POST['Delete'])) { echo $edituserid; }?>" readonly="readonly"/> </div> <label></label> </tr> <tr> <th width="106" height="24" class="projectboldtxt" scope="row"><div align="left"><span class"projectboldtxt">PI Name</span></div></th> <th width="552" class="projectboldtxt" scope="row"><label></label> <div align="left"> <input type="text" name="txtuser" id="txtuser" value= "<?php if (isset($_POST['Update'])) { echo $editusername; } else { echo $username; } ?>" readonly="readonly"/> </div></th> </tr> <tr> <th height="26" scope="row"> </th> <th scope="row"><div align="left"> <input type="submit" name="Delete" id="Delete" value="Delete" /> </div></th> </tr> </table> </form> <p> </p> <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>