0byt3m1n1
Path:
C:
/
GEOMATICS 23-01-2021
/
LAN
/
CPMS
/
USER
/
[
Home
]
File: selectproject.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>Select project | 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"> <!-- .style6 {color: #660000; font-weight: bold; font-family: Georgia; } .style8 {font-family: Verdana, Arial, Helvetica, sans-serif} .style9 { font-size: 18px; font-family: Georgia; } --> </style> </head> <body> <p> <!--<div id="headerbg"> <div id="headerblank">--> <?php include("include/userheader.php"); require_once "selectproject_ctrl.php"; ?> </div> </div> </p> <p> <marquee> <span class="projectboldtxt"><br /> <br /> <br /> <br /> <?php $u_name=@$_SESSION['username']; $u_name_var=strtoupper($u_name); echo "Hello $u_name_var user do you want to add project...?"?> </span> <span class="projectboldtxt"><span class="style8"><a href="create_project.php" class="style6">Click here</a></span></span> </marquee></p> <div id="login"><form action="firstuserhome.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <table width="211" height="109" align="center"> <tr> <th width="134" height="53" scope="row"><div align="center"> <div align="right"> <h5 align="center" class="projectboldtxt">Select Project</h5> </div> </div></th> <td width="65"><h5> <label> <select name="selctproject" id="selctproject"> <?php for($j=1;$j<=$i;$j++) {?> <option value="<?php echo $j; ?>"><?php echo $p_code_array[$j]; ?></option> <?php }?> </select> </label> </h5></td> </tr> <tr> <th height="25" scope="row"><span class="projectboldtxt"> </span> <span class="projectboldtxt"><span class="style8"><a href="create_project.php" class="rightboldtxt">Add New</a></span></span></th> <td><input name="Select" type="submit" class="rightboldtxt" id="Select" value="Select" /></td> </tr> <tr> <td height="21"> </td> </tr> </table> </form> <h5> </h5> <h5> </h5> </div> <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>