0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
ADMIN
/
[
Home
]
File: employee.php
<?php $MAIN_HEADING = "Employee Details"; ?> <?php include("include/adminheader.php"); ?> <form action="employee_ctrl.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <table width="477" height="121" align="center" bgcolor="#F7E7BD"> <tr> <th width="116" height="34" class="projectboldtxt" scope="row"><div align="left" class="">Status</div></th> <td width="160"><label></label> <table width="349" border="0"> <tr> <td width="65"><label> <input name="radio" type="radio" id="rbstatusall" value="rbstatusall" /> All</label></td> <td width="94"><input class="" name="radio" type="radio" id="rbstatusactive" value="rbstatusactive" checked="checked" /> Active</td> <td width="98"><div id="ajaxtext"> <input class="" type="radio" name="radio" id="rbstatusinactive" value="rbstatusinactive" /> In Active</div></td> </tr> </table></td> </tr> <tr> <th height="26" scope="row"></th> <td><label> <input class="btn btn-success" type="submit" name="show" id="show" value="SHOW" /> </label></td> </tr> </table> </form> <?php include "include/footer.php"; ?>