0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: advance_imprest_report.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>Advance / Imprest| 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 } #apDiv1 { position:absolute; width:38px; height:21px; z-index:1; left: 713px; top: 408px; } .style2 {font-size: 14px} --> </style> </head> <body> <p> <!--<div id="headerbg"> <div id="headerblank">--> <?php include("include/first_userheader.php"); require_once "advance_imprest_report_ctrl.php"; ?> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p align="center" class="projectboldtxt style1">Advance / Imprest Report </p> <span class="msgText"><?php if (isset($message)) echo $message;?></span> <form action="advance_imprest_report_ctrl.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <table width="308" align="center"> <tr> <td width="124" class="projectboldtxt">Advance /Imprest no</td> <td width="172" class="projectboldtxt"><label> <select name="cmbtaken_entry_no" id="cmbtaken_entry_no"> <?php for($j=1;$j<=$i;$j++) { ?> <option value="<?php echo $j; ?>"<?php if(@$taken_entry_no==$j) { echo "selected='selected'"; } ?>> <?php echo $taken_entry_no_array[$j]; ?></option><?php } ?> </select> </label></td> </tr> <tr> <td> </td> <td><label> <input type="submit" name="showbtn" id="showbtn" value="Submit" /> <a href="task.php" class="projectboldtxt style2">Back</a></label></td> </tr> </table> </form> <p> </p> <p> </p> <p> </p> <p> </p> <p> </div> <?php include "include/footer.php"; ?> </p> </body> </html>