0byt3m1n1
Path:
C:
/
GEOMATICS 23-01-2021
/
LAN
/
CPMS code
/
CPMS
/
ADMIN
/
[
Home
]
File: projectreport.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>Project Report| 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"> <!-- #apDiv1 { position:absolute; width:200px; height:115px; z-index:1; left: 308px; top: 430px; } #apDiv2 { position:absolute; width:200px; height:118px; z-index:2; left: 435px; top: 432px; } #apDiv3 { position:absolute; width:204px; height:24px; z-index:3; left: 291px; top: 132px; } .style2 {font-size: 14px} #apDiv4 { position:absolute; width:203px; height:27px; z-index:4; left: 431px; top: 375px; } #apDiv5 { position:absolute; width:200px; height:115px; z-index:5; left: 68px; top: 427px; } .style3 {color: #000000} --> </style> </head> <body> <p> <!--<div id="headerbg"> <div id="headerblank">--> <?php include("include/adminheader.php"); require_once("projectreport_ctrl.php"); ?> </p> <form id="form1" name="form1" method="post" action="projectreport_ctrl.php"> <p class="tableInner"> </p> <p class="tableInner"> </p> <p class="tableInner"> </p> <div id="apDiv3"> <div align="center" class="projectboldtxt style2">Project Details </div> </div> <p class="tableInner"> </p> <table width="762" border="0"> <tr> <td width="179"> </td> <td width="53"> </td> <td width="77">Year</td> <td width="310"><label> <input name="txtyear" type="text" id="txtyear" size="5" maxlength="4" /> <span class="valText style3">(leave year blank for all projects)</span></label></td> <td width="121"><span class="valText"><?php if(isset($error['year'])) { echo $error['year']; } ?> </span></td> </tr> <tr> <td> </td> <td> </td> <td>Division</td> <td><select name="cmbdivision" id="cmbdivision" onchange=""> <?php for($j=0;$j<=$i;$j++) {?> <option value="<?php echo $j; ?>"><?php echo $u_name_array[$j]; ?></option> <?php } ?> </select></td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td><label> <input type="submit" name="Submit" id="Submit" value="Show" /> </label></td> <td><a href="reports.php"><< Back</a></td> <td> </td> </tr> </table> <p class="tableInner"> </p> <p> </p> <p> </p> <p> </div> </form> <?php include "include/footer.php"; ?> </p> </body> </html>