0byt3m1n1
Path:
C:
/
GEOMATICS 23-01-2021
/
LAN
/
CPMS code
/
CPMS
/
ADMIN
/
[
Home
]
File: employee.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>Fund Summary |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"> <!-- .style6 {font-size: 16px} --> </style> <!--Ajax contend--> <script type="text/javascript"> function finYearSecond(str) { var xmlhttp; if (str.length==0) { document.getElementById("ajaxtext").innerHTML='<input name="txtfin2" type="text" id="txtfin2" value="" size="5" maxlength="4" readonly="readonly"/>'; return; } if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { document.getElementById("ajaxtext").innerHTML=xmlhttp.responseText; } } xmlhttp.open("GET","../ajax/gefinyear.php?q="+str,true); xmlhttp.send(); } </script> <!--Ajax contend--> </head> <body> <p> <!--<div id="headerbg"> <div id="headerblank">--> <?php include("include/adminheader.php"); ?> </div> </div> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p align="center" class="projectboldtxt style6">Employee Details</p> <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 name="radio" type="radio" id="rbstatusactive" value="rbstatusactive" checked="checked" /> Active</td> <td width="98"><div id="ajaxtext"> <input type="radio" name="radio" id="rbstatusinactive" value="rbstatusinactive" /> In Active</div></td> </tr> </table></td> </tr> <tr> <th height="26" scope="row"><a href="reports.php"><< Back</a></th> <td><label> <input type="submit" name="show" id="show" value="SHOW" /> </label></td> </tr> </table> </form> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </div> <?php include "include/footer.php"; ?> </p> </body> </html>