0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: edit_group.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 group |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-size: 14px} --> </style> </head> <body> <?php include("include/first_userheader.php"); require_once "edit_group_ctrl.php"; ?> <p> </p> <p class="style1"> </p> <span class="projectboldtxt style2"> </p> </span> <div align="center" class="projectboldtxt style2">Edit Group</div> <form action="edit_group.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <table width="310" height="96" align="center"> <tr> <th height="36" class="projectboldtxt" scope="row"><div align="left">Group id</div></th> <th class="projectboldtxt" scope="row"><label></label> <div align="left"> <input type="text" name="txtgroupid" id="txtgroupid" value="<?php echo $_GET['id']; if (isset($_POST['Update'])) { echo $editgroupid; }?>" readonly="readonly"/> </div> <label></label> </tr> <tr> <th width="125" height="24" class="projectboldtxt" scope="row"><div align="left"><span class"projectboldtxt style5">GroupName</span></div></th> <th width="180" class="projectboldtxt" scope="row"><label></label> <div align="left"> <input type="text" name="txtgroup" id="txtgroup" value= "<?php if (isset($_POST['Update'])) { echo $editgroupname; } else { echo $groupname_db; } ?>" /> <span class="valText"> <?php if(isset($error['groupname_null'])) { echo $error['groupname_null']; } ?> </span></div></th> </tr> <tr> <th height="26" scope="row"> </th> <th scope="row"><div align="left"><input type="submit" name="Update" id="Update" value="Update" /> <a href="search_group.php" class="projectboldtxt style2">Back</a></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>