0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: div_summary.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>Full summary 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"> <!-- .style1 {font-size: 16px} --> </style> </head> <body> <p> <!--<div id="headerbg"> <div id="headerblank">--> <?php include("include/userheader.php"); include("div_summary_ctrl.php");?> </div> </div></p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <form action="div_summary_ctrl.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <p align="center" class="projectboldtxt style1"><strong>Summary Report of All Project</strong></p> <table width="423" height="196" align="center" bordercolor="#FF0000" bgcolor="#F7E7BD"> <tr> <th width="97" height="33" class="projectboldtxt" scope="row"><div align="left">Complete Days</div></th> <td width="273"><label> <input name="checkcompletedays" type="checkbox" id="checkcompletedays" value="fullday" /> </label></td> <td width="37"> </td> </tr> <tr> <th height="42" class="projectboldtxt" scope="row"><div align="center"></div></th> <td><span class="projectboldtxt">DATE</span></td> <td> </td> </tr> <tr> <th height="42" class="projectboldtxt" scope="row"><div align="left">From</div></th> <td><label> <select name="cmbsumfdd" id="cmbsumfdd"> <?php for ($i=1; $i<=31; $i++) { ?> <option value="<?php echo $i; ?>"<?php if(@$fromdate_dd==$i) { echo "selected='selected'"; } ?> ><?php echo $i ?></option> <?php } ?> </select> <select name="cmbsumfmm" id="cmbsumfmm"> <?php for($i=1; $i<=12; $i++) { ?> <option value="<?php echo $i; ?>"<?php if(@$fromdate_mm==$i) { echo "selected='selected'"; } ?> ><?php echo $month[$i]; ?></option> <?php } ?> </select> <input name="txtsumfyy" type="text" id="txtsumfyy" value="<?php if($fromdate_yy!="") echo $fromdate_yy;?>" size="3" maxlength="4" /> </label></td> <td><span class="valText"> <?php if(isset($error['fdate_yy'])) { echo $error['fdate_yy']; } if(isset($error['fdate_numeric'])) { echo $error['fdate_numeric']; } ?> </span></td> </tr> <tr> <th height="37" class="projectboldtxt" scope="row"><div align="left">To</div></th> <td><label> <select name="cmbsumtodd" id="cmbsumtodd"> <?php for($i=1; $i<=12; $i++) { ?> <option value="<?php echo $i; ?>"<?php if(@$todate_dd==$i) { echo "selected='selected'"; } ?> ><?php echo $i; ?></option> <?php } ?> </select> <select name="cmbsumtomm" id="cmbsumtomm"> <?php for ($i=1; $i<=31; $i++) { ?> <option value="<?php echo $i; ?>"<?php if(@$todate_mm==$i) { echo "selected='selected'"; } ?> ><?php echo $month[$i]; ?></option> <?php } ?> </select> <input name="txtsumtoyy" type="text" id="txtsumtoyy" value="<?php if($todate_yy!="") echo $todate_yy;?>" size="3" maxlength="4" /> </label></td> <td><span class="valText"> <?php if(isset($error['todate_yy'])) { echo $error['todate_yy']; } else if(isset($error['todate_numeric'])) { echo $error['todate_numeric']; } ?> </span></td> </tr> <tr> <th class="projectboldtxt" scope="row"><div align="left">Brief</div></th> <td><label> <input name="checkbrief" type="checkbox" id="checkbrief" value="brief" /> </label></td> <td> </td> </tr> <tr> <th height="26" scope="row"> </th> <td><label> <input type="submit" name="show" id="show" value="SHOW" /> </label></td> <td><a href="selectproject.php" class="projectboldtxt style2">Back</a></td> </tr> </table> </form> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </div> <?php include "include/footer.php"; ?> </p> </body> </html>