0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: group_delete.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>Delete Group| OFMSP</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"> <!-- #apDiv3 { position:absolute; width:65px; height:40px; z-index:1; top: 314px; left: 585px; } .style1 { color: #660000; font-weight: bold; } --> </style> </head> <body> <p><?php include("include/first_userheader.php"); require_once "group_delete_ctrl.php"; require_once "../lib/config.php"; require_once BASE_DIR."/lib/db/connection.php"; //MySql connection //require_once BASE_DIR."/Proposels/imagePath.php"; $id=$_GET['group_id']; ?> <!--<div id="headerbg"> <div id="headerblank">--> </div> </div> </p> <form action="group_delete.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <p> </p> <div align="center" class="style6 style1">Delete Group Details</div> <p align="center"> </p> <div id="apDiv1"><a href="search_emp.php"></a></div> <table width="415" align="center"> <tr> <td width="106"><div align="right" class="projectboldtxt"> <div align="left" class="projectboldtxt">Group ID</div> </div></td> <td width="339"><label> <input type="text" name="txtgroupid" id="txtgroupid" value="<?php echo $_GET['id'];?>" readonly="readonly"/> </label></td> </tr> <tr> <td class="projectboldtxt">Gropup name</td> <td><input type="text" name="txtgroup" id="txtgroup" value="<?php echo $_GET['name'];?>" readonly="readonly"/></td> </tr> </table> <div id="apDiv2"><a href="search_emp.php"></a></div> <p> </p> <table width="435" align="center"> <tr> <td width="212" class="projectboldtxt"> Do you want to delete the group...?</td> <td width="233"><label> <input type="submit" name="Delete" id="Delete" value="Delete" /> </label></td> </tr> </table> <div id="apDiv3"><a href="search_group.php"><img src="../images/back_button_up.jpg" alt="" width="61" height="35" /></a></div> <a href="search_emp.php"></a></div> </div> </p></form> <p> </p> <p> <?php include "include/footer.php"; ?> </p> </body> </html>