0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: search_div_project.php
<?php $MAIN_HEADING = "Project Details"; ?> <?php include("include/userheader.php"); //include("search_div_project_ctrl.php"); // require_once "search_div_project_ctrl.php"; @$_SESSION['sl_no']=0; ?> </p> <p> </p> <p align="center"> </p> <p align="center" class="projectboldtxt style4">Enter Project Code For Project Details </p> <form action="search_div_project_ctrl.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <p><span class="msgText"> <?php if(isset($_GET['message'])) { ?> <blink> <?php echo $_GET['message']; ?></blink> <?php } ?> </span></p> <table width="397" align="center"> <tr> <td width="101" height="45"><span class="projectboldtxt style5">Project Code</span></td> <td width="147"><label> <input type="text" name="txtproject_code" id="txtproject_code" /> </label></td> <td width="63"><label> <input type="submit" name="search" id="search" value="SEARCH" /> </label></td> <td width="66"><a href="#" class="projectboldtxt style5" onclick="window.print()"><strong>Print</strong></a></td> </tr> </table> <table width="738" border="0"> <tr> <td width="732" align="center"> (Please leave blank for get all the project details) </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>